public abstract class

BcAsymmetricKeyWrapper

extends AsymmetricKeyWrapper
java.lang.Object
   ↳ org.bouncycastle.operator.AsymmetricKeyWrapper
     ↳ org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
Known Direct Subclasses

Summary

Public Constructors
BcAsymmetricKeyWrapper(AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)
Public Methods
byte[] generateWrappedKey(GenericKey encryptionKey)
BcAsymmetricKeyWrapper setSecureRandom(SecureRandom random)
Protected Methods
abstract AsymmetricBlockCipher createAsymmetricWrapper(ASN1ObjectIdentifier algorithm)
[Expand]
Inherited Methods
From class org.bouncycastle.operator.AsymmetricKeyWrapper
From class java.lang.Object
From interface org.bouncycastle.operator.KeyWrapper

Public Constructors

public BcAsymmetricKeyWrapper (AlgorithmIdentifier encAlgId, AsymmetricKeyParameter publicKey)

Public Methods

public byte[] generateWrappedKey (GenericKey encryptionKey)

public BcAsymmetricKeyWrapper setSecureRandom (SecureRandom random)

Protected Methods

protected abstract AsymmetricBlockCipher createAsymmetricWrapper (ASN1ObjectIdentifier algorithm)