Bouncy Castle Cryptography Library 1.79

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

public class BcRSAAsymmetricKeyUnwrapper
extends BcAsymmetricKeyUnwrapper


Constructor Summary
BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
           
 
Method Summary
protected  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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcRSAAsymmetricKeyUnwrapper

public BcRSAAsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId,
                                   org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
Method Detail

createAsymmetricUnwrapper

protected org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
Overrides:
createAsymmetricUnwrapper in class BcAsymmetricKeyUnwrapper

Bouncy Castle Cryptography Library 1.79