public interface MessageCryptoHandler<K extends MasterKey<K>> extends CryptoHandler
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEncryptionContext()
Return the encryption context used in the generation of the data key used for the encryption
of content.
|
CiphertextHeaders |
getHeaders() |
List<K> |
getMasterKeys()
All used
MasterKey s. |
doFinal, estimateOutputSize, isComplete, processBytes
Map<String,String> getEncryptionContext()
During decryption, this value should be obtained by parsing the ciphertext headers that encodes this value.
CiphertextHeaders getHeaders()
Copyright © 2016. All rights reserved.