Uses of Class
com.google.crypto.tink.aead.ChaCha20Poly1305Parameters.Variant
-
Packages that use ChaCha20Poly1305Parameters.Variant Package Description com.google.crypto.tink.aead -
-
Uses of ChaCha20Poly1305Parameters.Variant in com.google.crypto.tink.aead
Fields in com.google.crypto.tink.aead declared as ChaCha20Poly1305Parameters.Variant Modifier and Type Field Description static ChaCha20Poly1305Parameters.VariantChaCha20Poly1305Parameters.Variant. CRUNCHYstatic ChaCha20Poly1305Parameters.VariantChaCha20Poly1305Parameters.Variant. NO_PREFIXstatic ChaCha20Poly1305Parameters.VariantChaCha20Poly1305Parameters.Variant. TINKMethods in com.google.crypto.tink.aead that return ChaCha20Poly1305Parameters.Variant Modifier and Type Method Description ChaCha20Poly1305Parameters.VariantChaCha20Poly1305Parameters. getVariant()Returns a variant object.Methods in com.google.crypto.tink.aead with parameters of type ChaCha20Poly1305Parameters.Variant Modifier and Type Method Description static ChaCha20Poly1305KeyChaCha20Poly1305Key. create(ChaCha20Poly1305Parameters.Variant variant, SecretBytes secretBytes, java.lang.Integer idRequirement)static ChaCha20Poly1305ParametersChaCha20Poly1305Parameters. create(ChaCha20Poly1305Parameters.Variant variant)
-