Uses of Interface
com.google.crypto.tink.aead.subtle.AeadFactory
-
Packages that use AeadFactory Package Description com.google.crypto.tink.aead.subtle com.google.crypto.tink.hybrid.subtle -
-
Uses of AeadFactory in com.google.crypto.tink.aead.subtle
Classes in com.google.crypto.tink.aead.subtle that implement AeadFactory Modifier and Type Class Description classAesGcmFactoryAnAeadFactorythat creates new instances of AES-GCM from raw keys -
Uses of AeadFactory in com.google.crypto.tink.hybrid.subtle
Constructors in com.google.crypto.tink.hybrid.subtle with parameters of type AeadFactory Constructor Description RsaKemHybridDecrypt(java.security.interfaces.RSAPrivateKey recipientPrivateKey, java.lang.String hkdfHmacAlgo, byte[] hkdfSalt, AeadFactory aeadFactory)RsaKemHybridEncrypt(java.security.interfaces.RSAPublicKey recipientPublicKey, java.lang.String hkdfHmacAlgo, byte[] hkdfSalt, AeadFactory aeadFactory)
-