public class BcRSAAsymmetricKeyUnwrapper extends BcAsymmetricKeyUnwrapper
| Constructor and Description |
|---|
BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId,
org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) |
| Modifier and Type | Method and Description |
|---|---|
protected org.bouncycastle.crypto.AsymmetricBlockCipher |
createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm) |
generateUnwrappedKeygetAlgorithmIdentifierpublic BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId,
org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
protected org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
createAsymmetricUnwrapper in class BcAsymmetricKeyUnwrapper