public interface IPKCS8EncryptedPrivateKeyInfo
| Modifier and Type | Method and Description |
|---|---|
IPrivateKeyInfo |
decryptPrivateKeyInfo(IInputDecryptorProvider decryptorProvider)
Calls actual
decryptPrivateKeyInfo method for the wrapped PKCS8EncryptedPrivateKeyInfo object. |
IPrivateKeyInfo decryptPrivateKeyInfo(IInputDecryptorProvider decryptorProvider) throws AbstractPKCSException
decryptPrivateKeyInfo method for the wrapped PKCS8EncryptedPrivateKeyInfo object.decryptorProvider - IInputDecryptorProvider wrapper to be used during decryptionIPrivateKeyInfo wrapper for private key infoAbstractPKCSException - if any issues occur during decryptionCopyright © 1998–2023 Apryse Group NV. All rights reserved.