public class JcePasswordEnvelopedRecipient extends JcePasswordRecipient
PasswordRecipient.PRF
helper
PKCS5_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, setProvider
public JcePasswordEnvelopedRecipient(char[] password)
public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException
Copyright © 2018 BouncyCastle.org. All rights reserved.