Uses of Class
com.google.crypto.tink.aead.ChaCha20Poly1305Parameters
-
Packages that use ChaCha20Poly1305Parameters Package Description com.google.crypto.tink.aead -
-
Uses of ChaCha20Poly1305Parameters in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as ChaCha20Poly1305Parameters Modifier and Type Field Description static ChaCha20Poly1305ParametersPredefinedAeadParameters. CHACHA20_POLY1305AParametersobject that generates new instances ofChaCha20Poly1305Key.Methods in com.google.crypto.tink.aead that return ChaCha20Poly1305Parameters Modifier and Type Method Description static ChaCha20Poly1305ParametersChaCha20Poly1305Parameters. create()static ChaCha20Poly1305ParametersChaCha20Poly1305Parameters. create(ChaCha20Poly1305Parameters.Variant variant)ChaCha20Poly1305ParametersChaCha20Poly1305Key. getParameters()
-