Uses of Class
com.google.crypto.tink.aead.AesCtrHmacAeadKey
-
Packages that use AesCtrHmacAeadKey Package Description com.google.crypto.tink.aead com.google.crypto.tink.subtle -
-
Uses of AesCtrHmacAeadKey in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead that return AesCtrHmacAeadKey Modifier and Type Method Description AesCtrHmacAeadKeyAesCtrHmacAeadKey.Builder. build() -
Uses of AesCtrHmacAeadKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type AesCtrHmacAeadKey Modifier and Type Method Description static AeadEncryptThenAuthenticate. create(AesCtrHmacAeadKey key)Create an AES CTR HMAC instance.
-