Uses of Class
com.google.crypto.tink.aead.AesEaxParameters
-
Packages that use AesEaxParameters Package Description com.google.crypto.tink.aead -
-
Uses of AesEaxParameters in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as AesEaxParameters Modifier and Type Field Description static AesEaxParametersPredefinedAeadParameters. AES128_EAXAParametersobject for generating new instances ofAesEaxKeywith the following parameters: Key size: 16 bytes IV size: 16 bytesstatic AesEaxParametersPredefinedAeadParameters. AES256_EAXAParametersobject for generating new instances ofAesEaxKeywith the following parameters: Key size: 32 bytes IV size: 16 bytesMethods in com.google.crypto.tink.aead that return AesEaxParameters Modifier and Type Method Description AesEaxParametersAesEaxParameters.Builder. build()AesEaxParametersAesEaxKey. getParameters()Methods in com.google.crypto.tink.aead with parameters of type AesEaxParameters Modifier and Type Method Description AesEaxKey.BuilderAesEaxKey.Builder. setParameters(AesEaxParameters parameters)
-