public class CMSEncryptionServiceImpl extends Object implements CMSEncryptionService
| Constructor and Description |
|---|
CMSEncryptionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
DocumentContent |
decrypt(org.bouncycastle.cms.CMSEnvelopedData cmsEnvelopedData,
KeyStoreAccess keyStoreAccess) |
org.bouncycastle.cms.CMSEnvelopedData |
encrypt(DocumentContent data,
PublicKey publicKey,
KeyID publicKeyId) |
public org.bouncycastle.cms.CMSEnvelopedData encrypt(DocumentContent data, PublicKey publicKey, KeyID publicKeyId)
encrypt in interface CMSEncryptionServicepublic DocumentContent decrypt(org.bouncycastle.cms.CMSEnvelopedData cmsEnvelopedData, KeyStoreAccess keyStoreAccess)
decrypt in interface CMSEncryptionServiceCopyright © 2019. All rights reserved.