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