Uses of Class
com.google.crypto.tink.aead.AesGcmParameters
-
Packages that use AesGcmParameters Package Description com.google.crypto.tink.aead -
-
Uses of AesGcmParameters in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as AesGcmParameters Modifier and Type Field Description static AesGcmParametersPredefinedAeadParameters. AES128_GCMAParametersobject for generating new instances ofAesGcmKeywith the following parameters: Key size: 16 bytesstatic AesGcmParametersPredefinedAeadParameters. AES256_GCMAParametersobject for generating new instances ofAesGcmKeywith the following parameters: Key size: 32 bytesMethods in com.google.crypto.tink.aead that return AesGcmParameters Modifier and Type Method Description AesGcmParametersAesGcmParameters.Builder. build()AesGcmParametersAesGcmKey. getParameters()Methods in com.google.crypto.tink.aead with parameters of type AesGcmParameters Modifier and Type Method Description AesGcmKey.BuilderAesGcmKey.Builder. setParameters(AesGcmParameters parameters)
-