public class

BcRSAAsymmetricKeyWrapper

extends BcAsymmetricKeyWrapper
java.lang.Object
   ↳ org.bouncycastle.operator.AsymmetricKeyWrapper
     ↳ org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
       ↳ org.bouncycastle.operator.bc.BcRSAAsymmetricKeyWrapper

Summary

Public Constructors
BcRSAAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)
BcRSAAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, SubjectPublicKeyInfo publicKeyInfo)
Protected Methods
AsymmetricBlockCipher createAsymmetricWrapper(ASN1ObjectIdentifier algorithm)
[Expand]
Inherited Methods
From class org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
From class org.bouncycastle.operator.AsymmetricKeyWrapper
From class java.lang.Object
From interface org.bouncycastle.operator.KeyWrapper

Public Constructors

public BcRSAAsymmetricKeyWrapper (AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)

public BcRSAAsymmetricKeyWrapper (AlgorithmIdentifier encAlgId, SubjectPublicKeyInfo publicKeyInfo)

Throws
IOException

Protected Methods

protected AsymmetricBlockCipher createAsymmetricWrapper (ASN1ObjectIdentifier algorithm)