Package org.bouncycastle.operator.bc
Class BcRSAAsymmetricKeyUnwrapper
- java.lang.Object
 - 
- org.bouncycastle.operator.AsymmetricKeyUnwrapper
 - 
- org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
 - 
- org.bouncycastle.operator.bc.BcRSAAsymmetricKeyUnwrapper
 
 
 
 
- 
- All Implemented Interfaces:
 KeyUnwrapper
public class BcRSAAsymmetricKeyUnwrapper extends BcAsymmetricKeyUnwrapper
 
- 
- 
Constructor Summary
Constructors Constructor Description BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.bouncycastle.crypto.AsymmetricBlockCiphercreateAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)- 
Methods inherited from class org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
generateUnwrappedKey 
- 
Methods inherited from class org.bouncycastle.operator.AsymmetricKeyUnwrapper
getAlgorithmIdentifier 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createAsymmetricUnwrapper
protected org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
- Specified by:
 createAsymmetricUnwrapperin classBcAsymmetricKeyUnwrapper
 
 - 
 
 -