Uses of Class
com.google.crypto.tink.aead.XAesGcmKey
-
Packages that use XAesGcmKey Package Description com.google.crypto.tink.aead com.google.crypto.tink.aead.internal -
-
Uses of XAesGcmKey in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead that return XAesGcmKey Modifier and Type Method Description static XAesGcmKeyXAesGcmKey. create(XAesGcmParameters parameters, SecretBytes secretBytes, java.lang.Integer idRequirement) -
Uses of XAesGcmKey in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type XAesGcmKey Modifier and Type Method Description static AeadXAesGcm. create(XAesGcmKey key)
-