public abstract class Decryptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyId
Key ID associated with this decryptor.
|
protected int |
keyType
Key type that can be handled by this decryptor.
|
protected org.bouncycastle.cms.RecipientInformation |
recipientInfo
Recipient information (contains encrypted data) that is going to be decrypted using this class.
|
| Constructor and Description |
|---|
Decryptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
decryptionStream(Key key)
Decrypt data using provided key
|
protected final String keyId
protected final int keyType
protected final org.bouncycastle.cms.RecipientInformation recipientInfo
public abstract InputStream decryptionStream(Key key)
key - Key to decrypt dataCopyright © 2019. All rights reserved.