static LegacyKmsEnvelopeAeadParameters.DekParsingStrategy |
LegacyKmsEnvelopeAeadParameters.DekParsingStrategy.ASSUME_AES_CTR_HMAC |
When parsing, assume that the ciphertext was encrypted with AES CTR HMAC.
|
static LegacyKmsEnvelopeAeadParameters.DekParsingStrategy |
LegacyKmsEnvelopeAeadParameters.DekParsingStrategy.ASSUME_AES_EAX |
When parsing, assume that the ciphertext was encrypted with AES EAX.
|
static LegacyKmsEnvelopeAeadParameters.DekParsingStrategy |
LegacyKmsEnvelopeAeadParameters.DekParsingStrategy.ASSUME_AES_GCM |
When parsing, assume that the ciphertext was encrypted with AES GCM.
|
static LegacyKmsEnvelopeAeadParameters.DekParsingStrategy |
LegacyKmsEnvelopeAeadParameters.DekParsingStrategy.ASSUME_AES_GCM_SIV |
When parsing, assume that the ciphertext was encrypted with AES GCM SIV.
|
static LegacyKmsEnvelopeAeadParameters.DekParsingStrategy |
LegacyKmsEnvelopeAeadParameters.DekParsingStrategy.ASSUME_CHACHA20POLY1305 |
When parsing, assume that the ciphertext was encrypted with ChaCha20-Poly1305.
|
static LegacyKmsEnvelopeAeadParameters.DekParsingStrategy |
LegacyKmsEnvelopeAeadParameters.DekParsingStrategy.ASSUME_XCHACHA20POLY1305 |
When parsing, assume that the ciphertext was encrypted with XChaCha20-Poly1305.
|