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
ConstructorDescriptionBcRSAAsymmetricKeyUnwrapper
(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.bouncycastle.crypto.AsymmetricBlockCipher
createAsymmetricUnwrapper
(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm) Methods inherited from class org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
generateUnwrappedKey
Methods inherited from class org.bouncycastle.operator.AsymmetricKeyUnwrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcRSAAsymmetricKeyUnwrapper
public BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
-
-
Method Details
-
createAsymmetricUnwrapper
protected org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm) - Specified by:
createAsymmetricUnwrapper
in classBcAsymmetricKeyUnwrapper
-