Uses of Class
com.google.crypto.tink.aead.XAesGcmParameters
-
Packages that use XAesGcmParameters Package Description com.google.crypto.tink.aead -
-
Uses of XAesGcmParameters in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as XAesGcmParameters Modifier and Type Field Description static XAesGcmParametersPredefinedAeadParameters. X_AES_GCM_8_BYTE_SALT_NO_PREFIXDeprecated.static XAesGcmParametersPredefinedAeadParameters. XAES_256_GCM_160_BIT_NONCE_NO_PREFIXAParametersobject for generating new instances ofXAesGcmKey.static XAesGcmParametersPredefinedAeadParameters. XAES_256_GCM_192_BIT_NONCEAParametersobject for generating new instances ofXAesGcmKey.static XAesGcmParametersPredefinedAeadParameters. XAES_256_GCM_192_BIT_NONCE_NO_PREFIXAParametersobject for generating new instances ofXAesGcmKey.Methods in com.google.crypto.tink.aead that return XAesGcmParameters Modifier and Type Method Description static XAesGcmParametersXAesGcmParameters. create(XAesGcmParameters.Variant variant, int saltSizeBytes)Creates a newXAesGcmParametersobject for generating new instances ofXAesGcmKey.XAesGcmParametersXAesGcmKey. getParameters()Methods in com.google.crypto.tink.aead with parameters of type XAesGcmParameters Modifier and Type Method Description static XAesGcmKeyXAesGcmKey. create(XAesGcmParameters parameters, SecretBytes secretBytes, java.lang.Integer idRequirement)
-