Uses of Class
com.google.crypto.tink.aead.XChaCha20Poly1305Parameters
-
Packages that use XChaCha20Poly1305Parameters Package Description com.google.crypto.tink.aead -
-
Uses of XChaCha20Poly1305Parameters in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as XChaCha20Poly1305Parameters Modifier and Type Field Description static XChaCha20Poly1305ParametersPredefinedAeadParameters. XCHACHA20_POLY1305AParametersobject that generates new instances ofXChaCha20Poly1305Key.Methods in com.google.crypto.tink.aead that return XChaCha20Poly1305Parameters Modifier and Type Method Description static XChaCha20Poly1305ParametersXChaCha20Poly1305Parameters. create()static XChaCha20Poly1305ParametersXChaCha20Poly1305Parameters. create(XChaCha20Poly1305Parameters.Variant variant)XChaCha20Poly1305ParametersXChaCha20Poly1305Key. getParameters()
-