public class JcePasswordEnvelopedRecipient extends JcePasswordRecipient
PasswordRecipient.PRFhelperPKCS5_SCHEME2, PKCS5_SCHEME2_UTF8| Constructor and Description |
|---|
JcePasswordEnvelopedRecipient(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
RecipientOperator |
getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] derivedKey,
byte[] encryptedContentEncryptionKey) |
calculateDerivedKey, extractSecretKey, getPassword, getPasswordConversionScheme, setPasswordConversionScheme, setProvider, setProviderpublic JcePasswordEnvelopedRecipient(char[] password)
public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException