Uses of Class
com.google.crypto.tink.aead.XChaCha20Poly1305Key
-
Packages that use XChaCha20Poly1305Key Package Description com.google.crypto.tink.aead com.google.crypto.tink.aead.internal com.google.crypto.tink.subtle -
-
Uses of XChaCha20Poly1305Key in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead that return XChaCha20Poly1305Key Modifier and Type Method Description static XChaCha20Poly1305KeyXChaCha20Poly1305Key. create(XChaCha20Poly1305Parameters.Variant variant, SecretBytes secretBytes, java.lang.Integer idRequirement)static XChaCha20Poly1305KeyXChaCha20Poly1305Key. create(SecretBytes secretBytes) -
Uses of XChaCha20Poly1305Key in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type XChaCha20Poly1305Key Modifier and Type Method Description static AeadXChaCha20Poly1305Jce. create(XChaCha20Poly1305Key key) -
Uses of XChaCha20Poly1305Key in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type XChaCha20Poly1305Key Modifier and Type Method Description static AeadXChaCha20Poly1305. create(XChaCha20Poly1305Key key)
-