public interface CryptoMaterialsManager
Modifier and Type | Method and Description |
---|---|
DecryptionMaterials |
decryptMaterials(DecryptionMaterialsRequest request) |
EncryptionMaterials |
getMaterialsForEncrypt(EncryptionMaterialsRequest request)
Prepares materials for an encrypt request.
|
EncryptionMaterials getMaterialsForEncrypt(EncryptionMaterialsRequest request)
The encryption context returned may be different from the one passed in the materials request, and will be serialized (in cleartext) within the encrypted message.
request
- EncryptionMaterials
,
EncryptionMaterialsRequest
DecryptionMaterials decryptMaterials(DecryptionMaterialsRequest request)
Copyright © 2023. All rights reserved.