Interface PasswordRecipient

    • Method Detail

      • 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()