#include <RSASSAPSSParams.h>
The parameters for RSASSA-PSS algorithm
Definition at line 18 of file RSASSAPSSParams.h.
pdftron::Crypto::RSASSAPSSParams::RSASSAPSSParams |
( |
const RSASSAPSSParams & |
other | ) |
|
pdftron::Crypto::RSASSAPSSParams::RSASSAPSSParams |
( |
TRN_RSASSAPSSParams |
impl | ) |
|
pdftron::Crypto::RSASSAPSSParams::RSASSAPSSParams |
( |
| ) |
|
Initialize RSASSA-PSS parameters with default values specified in RFC 4055.
pdftron::Crypto::RSASSAPSSParams::RSASSAPSSParams |
( |
const AlgorithmIdentifier & |
digest_algorithm_id, |
|
|
const UInt32 |
salt_length |
|
) |
| |
Initialize RSASSA-PSS parameters with MGF1 for a given digest algorithm and salt length.
- Parameters
-
digest_algorithm_id | The digest algorithm. |
salt_length | The salt length. |
Get the digest algorithm parameter value.
- Returns
- The digest algorithm.
Get the mask generation function parameter value.
- Returns
- The mask generation function.
UInt32 pdftron::Crypto::RSASSAPSSParams::GetSaltLength |
( |
| ) |
const |
Get the salt length parameter value.
- Returns
- The salt length.
UInt32 pdftron::Crypto::RSASSAPSSParams::GetTrailerField |
( |
| ) |
const |
Get the trailer field parameter value.
- Returns
- The trailer field.
Set the digest algorithm parameter value.
- Parameters
-
value | The digest algorithm. |
void pdftron::Crypto::RSASSAPSSParams::SetMaskGenAlgorithm |
( |
const AlgorithmIdentifier & |
value | ) |
|
Set the mask generation function parameter value.
- Parameters
-
value | The mask generation function. |
void pdftron::Crypto::RSASSAPSSParams::SetSaltLength |
( |
UInt32 |
value | ) |
|
Set the salt length parameter value.
- Parameters
-
void pdftron::Crypto::RSASSAPSSParams::SetTrailerField |
( |
UInt32 |
value | ) |
|
Set the trailer field parameter value.
- Parameters
-
The documentation for this class was generated from the following file: