public interface PasswordRecipient extends Recipient
Modifier and Type | Field and Description |
---|---|
static int |
PKCS5_SCHEME2 |
static int |
PKCS5_SCHEME2_UTF8 |
Modifier and Type | Method and Description |
---|---|
char[] |
getPassword() |
int |
getPasswordConversionScheme() |
RecipientOperator |
getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] derivedKey,
byte[] encryptedEncryptedContentKey) |
static final int PKCS5_SCHEME2
static final int PKCS5_SCHEME2_UTF8
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedEncryptedContentKey) throws CMSException
CMSException
int getPasswordConversionScheme()
char[] getPassword()
Copyright © 2015. All rights reserved.