Class JceKeyAgreeEnvelopedRecipient

    • Constructor Detail

      • JceKeyAgreeEnvelopedRecipient

        public JceKeyAgreeEnvelopedRecipient​(java.security.PrivateKey recipientKey)
    • Method Detail

      • getRecipientOperator

        public RecipientOperator getRecipientOperator​(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
                                                      org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
                                                      org.bouncycastle.asn1.x509.SubjectPublicKeyInfo senderPublicKey,
                                                      org.bouncycastle.asn1.ASN1OctetString userKeyingMaterial,
                                                      byte[] encryptedContentKey)
                                               throws CMSException
        Throws:
        CMSException