public class JcePasswordAuthenticatedRecipient extends JcePasswordRecipient
helperPKCS5_SCHEME2, PKCS5_SCHEME2_UTF8| Constructor and Description |
|---|
JcePasswordAuthenticatedRecipient(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
RecipientOperator |
getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier contentMacAlgorithm,
byte[] derivedKey,
byte[] encryptedContentEncryptionKey) |
calculateDerivedKey, extractSecretKey, getPassword, getPasswordConversionScheme, setPasswordConversionScheme, setProvider, setProviderpublic JcePasswordAuthenticatedRecipient(char[] password)
public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentMacAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException