Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cms.bc
Class BcKEKRecipientInfoGenerator

java.lang.Object
  extended byorg.bouncycastle.cms.KEKRecipientInfoGenerator
      extended byorg.bouncycastle.cms.bc.BcKEKRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator

public class BcKEKRecipientInfoGenerator
extends KEKRecipientInfoGenerator


Field Summary
 
Fields inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
wrapper
 
Constructor Summary
BcKEKRecipientInfoGenerator(byte[] keyIdentifier, BcSymmetricKeyWrapper kekWrapper)
           
BcKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, BcSymmetricKeyWrapper kekWrapper)
           
 
Methods inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcKEKRecipientInfoGenerator

public BcKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier,
                                   BcSymmetricKeyWrapper kekWrapper)

BcKEKRecipientInfoGenerator

public BcKEKRecipientInfoGenerator(byte[] keyIdentifier,
                                   BcSymmetricKeyWrapper kekWrapper)

Bouncy Castle Cryptography Library 1.81