Package org.bouncycastle.operator.bc
Class BcAsymmetricKeyUnwrapper
java.lang.Object
org.bouncycastle.operator.AsymmetricKeyUnwrapper
org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
- All Implemented Interfaces:
KeyUnwrapper
- Direct Known Subclasses:
BcRSAAsymmetricKeyUnwrapper
-
Constructor Summary
ConstructorsConstructorDescriptionBcAsymmetricKeyUnwrapper(AlgorithmIdentifier encAlgId, AsymmetricKeyParameter privateKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AsymmetricBlockCiphercreateAsymmetricUnwrapper(ASN1ObjectIdentifier algorithm) generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) Methods inherited from class org.bouncycastle.operator.AsymmetricKeyUnwrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcAsymmetricKeyUnwrapper
-
-
Method Details
-
generateUnwrappedKey
public GenericKey generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) throws OperatorException - Throws:
OperatorException
-
createAsymmetricUnwrapper
-