Uses of Interface
io.grpc.alts.internal.AeadCrypter
-
Packages that use AeadCrypter Package Description io.grpc.alts.internal -
-
Uses of AeadCrypter in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement AeadCrypter Modifier and Type Class Description (package private) classAesGcmAeadCrypterAES128-GCM implementation ofAeadCrypterthat uses default JCE provider.(package private) classAesGcmHkdfAeadCrypterAeadCrypterimplementation based onAesGcmAeadCrypterwith nonce-based rekeying using HKDF-expand and random nonce-mask that is XORed with the given nonce/counter.Fields in io.grpc.alts.internal declared as AeadCrypter Modifier and Type Field Description private AeadCrypterAesGcmHkdfAeadCrypter. aeadCrypterprivate AeadCrypterAltsChannelCrypter. aeadCrypter
-