Interface PasswordRecipient

All Superinterfaces:
Recipient
All Known Implementing Classes:
BcPasswordEnvelopedRecipient, BcPasswordRecipient, JcePasswordAuthenticatedRecipient, JcePasswordEnvelopedRecipient, JcePasswordRecipient

public interface PasswordRecipient extends Recipient
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    calculateDerivedKey(int schemeID, org.bouncycastle.asn1.x509.AlgorithmIdentifier derivationAlgorithm, int keySize)
     
    char[]
     
    int
     
    getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedEncryptedContentKey)
     
  • Field Details

  • Method Details

    • calculateDerivedKey

      byte[] calculateDerivedKey(int schemeID, org.bouncycastle.asn1.x509.AlgorithmIdentifier derivationAlgorithm, int keySize) throws CMSException
      Throws:
      CMSException
    • getRecipientOperator

      RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedEncryptedContentKey) throws CMSException
      Throws:
      CMSException
    • getPasswordConversionScheme

      int getPasswordConversionScheme()
    • getPassword

      char[] getPassword()