Class KEMRecipientInfoGenerator

java.lang.Object
org.bouncycastle.cms.KEMRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator
Direct Known Subclasses:
JceKEMRecipientInfoGenerator

public abstract class KEMRecipientInfoGenerator extends Object implements RecipientInfoGenerator
  • Field Details

  • Constructor Details

    • KEMRecipientInfoGenerator

      protected KEMRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, KEMKeyWrapper wrapper)
    • KEMRecipientInfoGenerator

      protected KEMRecipientInfoGenerator(byte[] subjectKeyIdentifier, KEMKeyWrapper wrapper)
  • Method Details