Class PasswordRecipientInfoGenerator

java.lang.Object
org.bouncycastle.cms.PasswordRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator
Direct Known Subclasses:
BcPasswordRecipientInfoGenerator, JcePasswordRecipientInfoGenerator

public abstract class PasswordRecipientInfoGenerator extends Object implements RecipientInfoGenerator
  • Field Details

    • password

      protected char[] password
  • Constructor Details

    • PasswordRecipientInfoGenerator

      protected PasswordRecipientInfoGenerator(org.bouncycastle.asn1.ASN1ObjectIdentifier kekAlgorithm, char[] password)
    • PasswordRecipientInfoGenerator

      protected PasswordRecipientInfoGenerator(org.bouncycastle.asn1.ASN1ObjectIdentifier kekAlgorithm, char[] password, int keySize, int blockSize)
  • Method Details