public class JceKeyAgreeAuthEnvelopedRecipient extends JceKeyAgreeRecipient
contentHelper, helper, unwrappingHelper| Constructor and Description |
|---|
JceKeyAgreeAuthEnvelopedRecipient(java.security.PrivateKey recipientKey) |
| Modifier and Type | Method and Description |
|---|---|
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) |
extractSecretKey, getPrivateKeyAlgorithmIdentifier, setAllowedContentAlgorithms, setContentProvider, setContentProvider, setMinimumTagSize, setPrivateKeyAlgorithmIdentifier, setProvider, setProvider, setUnwrappingProvider, setUnwrappingProvider, unwrapSessionKeyisEC, isGOST, isMQV, isRFC2631checkTagSize, isContentAlgorithmAllowed, setAllowedContentAlgorithmSet, setMinimumTagSizeInBitspublic JceKeyAgreeAuthEnvelopedRecipient(java.security.PrivateKey recipientKey)
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
CMSException