public class BcPasswordEnvelopedRecipient extends BcPasswordRecipient
PKCS5_SCHEME2, PKCS5_SCHEME2_UTF8| Constructor and Description |
|---|
BcPasswordEnvelopedRecipient(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
RecipientOperator |
getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] derivedKey,
byte[] encryptedContentEncryptionKey) |
calculateDerivedKey, extractSecretKey, getPassword, getPasswordConversionScheme, setPasswordConversionSchemepublic BcPasswordEnvelopedRecipient(char[] password)
public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException