public interface PasswordRecipient extends Recipient
| Modifier and Type | Interface and Description |
|---|---|
static class |
PasswordRecipient.PRF |
| Modifier and Type | Field and Description |
|---|---|
static int |
PKCS5_SCHEME2 |
static int |
PKCS5_SCHEME2_UTF8 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
calculateDerivedKey(int schemeID,
AlgorithmIdentifier derivationAlgorithm,
int keySize) |
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
byte[] calculateDerivedKey(int schemeID,
AlgorithmIdentifier derivationAlgorithm,
int keySize)
throws CMSException
CMSExceptionRecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedEncryptedContentKey) throws CMSException
CMSExceptionint getPasswordConversionScheme()
char[] getPassword()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.