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
-
Constructor Summary
ConstructorsConstructorDescriptionBcRSAAsymmetricKeyUnwrapper(AlgorithmIdentifier encAlgId, AsymmetricKeyParameter privateKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected AsymmetricBlockCiphercreateAsymmetricUnwrapper(ASN1ObjectIdentifier algorithm) Methods inherited from class org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
generateUnwrappedKeyMethods inherited from class org.bouncycastle.operator.AsymmetricKeyUnwrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcRSAAsymmetricKeyUnwrapper
-
-
Method Details
-
createAsymmetricUnwrapper
- Specified by:
createAsymmetricUnwrapperin classBcAsymmetricKeyUnwrapper
-