Uses of Class
com.google.crypto.tink.aead.AeadParameters
-
Packages that use AeadParameters Package Description com.google.crypto.tink.aead -
-
Uses of AeadParameters in com.google.crypto.tink.aead
Subclasses of AeadParameters in com.google.crypto.tink.aead Modifier and Type Class Description classAesCtrHmacAeadParametersDescribes the parameters of anAesCtrHmacAeadKey.classAesEaxParametersDescribes the parameters of anAesEaxKey.classAesGcmParametersDescribes the parameters of anAesGcmKeyclassAesGcmSivParametersDescribes the parameters of anAesGcmSivSivKeyclassChaCha20Poly1305ParametersDescribes the parameters of anChaChaPoly1305Key.classLegacyKmsAeadParametersDescribes the parameters of anKmsAeadKeyclassLegacyKmsEnvelopeAeadParametersDescribes the parameters of anLegacyKmsEnvelopeAeadKey.classXAesGcmParametersDescribes the parameters of anXAesGcmKeyclassXChaCha20Poly1305ParametersDescribes the parameters of anXChaChaPoly1305Key.Methods in com.google.crypto.tink.aead that return AeadParameters Modifier and Type Method Description AeadParametersLegacyKmsEnvelopeAeadParameters. getDekParametersForNewKeys()Parameters used when creating new keys.abstract AeadParametersAeadKey. getParameters()Returns the parameters of this key.Methods in com.google.crypto.tink.aead with parameters of type AeadParameters Modifier and Type Method Description static AeadKmsEnvelopeAead. create(AeadParameters dekParameters, Aead remote)Creates a new instance of Tink's KMS Envelope AEAD.LegacyKmsEnvelopeAeadParameters.BuilderLegacyKmsEnvelopeAeadParameters.Builder. setDekParametersForNewKeys(AeadParameters aeadParameters)
-