RecipientJceKeyAgreeAuthenticatedRecipient, JceKeyAgreeEnvelopedRecipient, JceKeyAgreeRecipientpublic interface KeyAgreeRecipient extends Recipient
| Modifier and Type | Method | Description |
|---|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getPrivateKeyAlgorithmIdentifier() |
|
RecipientOperator |
getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg,
org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo senderPublicKey,
org.bouncycastle.asn1.ASN1OctetString userKeyingMaterial,
byte[] encryptedContentKey) |
RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo senderPublicKey, org.bouncycastle.asn1.ASN1OctetString userKeyingMaterial, byte[] encryptedContentKey) throws CMSException
CMSExceptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier getPrivateKeyAlgorithmIdentifier()