Uses of Class
com.google.crypto.tink.aead.AesGcmSivKey
-
Packages that use AesGcmSivKey Package Description com.google.crypto.tink.aead com.google.crypto.tink.aead.internal com.google.crypto.tink.aead.subtle -
-
Uses of AesGcmSivKey in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead that return AesGcmSivKey Modifier and Type Method Description AesGcmSivKeyAesGcmSivKey.Builder. build() -
Uses of AesGcmSivKey in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type AesGcmSivKey Modifier and Type Method Description static AeadAesGcmSiv. create(AesGcmSivKey key, AesGcmSiv.ThrowingSupplier<javax.crypto.Cipher> cipherSupplier)Creates an Aead for AES GCM SIV. -
Uses of AesGcmSivKey in com.google.crypto.tink.aead.subtle
Methods in com.google.crypto.tink.aead.subtle with parameters of type AesGcmSivKey Modifier and Type Method Description static AeadAesGcmSiv. create(AesGcmSivKey key)
-