KeyUnwrapper
public class BcRSAAsymmetricKeyUnwrapper extends BcAsymmetricKeyUnwrapper
Constructor | Description |
---|---|
BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId,
org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) |
Modifier and Type | Method | Description |
---|---|---|
protected org.bouncycastle.crypto.AsymmetricBlockCipher |
createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm) |
getAlgorithmIdentifier
generateUnwrappedKey
public BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
protected org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
createAsymmetricUnwrapper
in class BcAsymmetricKeyUnwrapper