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
public abstract class BcAsymmetricKeyUnwrapper extends AsymmetricKeyUnwrapper
-
-
Constructor Summary
Constructors Constructor Description BcAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.bouncycastle.crypto.AsymmetricBlockCipher
createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
GenericKey
generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey)
-
Methods inherited from class org.bouncycastle.operator.AsymmetricKeyUnwrapper
getAlgorithmIdentifier
-
-
-
-
Method Detail
-
generateUnwrappedKey
public GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) throws OperatorException
- Throws:
OperatorException
-
createAsymmetricUnwrapper
protected abstract org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
-
-