Package com.google.crypto.tink
Class ConfigurationV0
- java.lang.Object
-
- com.google.crypto.tink.ConfigurationV0
-
public class ConfigurationV0 extends java.lang.ObjectConfigurationV0 contains the following primitives and algorithms:MAC/ChunkedMAC:
- AesCmac
- Hmac
AEAD:
- AesCtrHmac
- AesEax
- AesGcm
- AesGcmSiv
- ChaCha20Poly1305
- XChaCha20Poly1305
DAEAD:
- AesSiv
StreamingAEAD:
- AesCtrHmac
- AesGcmHkdf
Hybrid:
- Ecies
- Hpke
PRF:
- AesCmac
- Hkdf
- Hmac
Signatures:
- Ed25519
- Ecdsa
- RsaSsaPkcs1
- RsaSsaPss
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Configurationget()
-
-
-
Method Detail
-
get
public static Configuration get() throws java.security.GeneralSecurityException
- Throws:
java.security.GeneralSecurityException
-
-