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