public class JcePasswordEnvelopedRecipient extends JcePasswordRecipient
helperPKCS5_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) |
extractSecretKey, getPassword, getPasswordConversionScheme, setPasswordConversionScheme, setProvider, setProviderpublic JcePasswordEnvelopedRecipient(char[] password)
public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey) throws CMSException
CMSExceptionCopyright © 2015. All rights reserved.