|
iText 8.0.5 API
|
Encode the signer's parameters for producing an RSASSA-PSS signature. More...
Public Member Functions |
|
| RSASSAPSSMechanismParams (IDerObjectIdentifier digestAlgoOid, int saltLen, int trailerField) | |
| Instantiate RSASSA-PSS parameters with MGF1 for a given digest algorithm OID, salt length and trailer field value. More... |
|
| virtual IAsn1Encodable | ToEncodable () |
| Represent the parameters as an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable for inclusion in a signature object. More... |
|
| virtual void | Apply (ISigner signature) |
| Apply the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner. More... |
|
Static Public Member Functions |
|
| static iText.Signatures.RSASSAPSSMechanismParams | CreateForDigestAlgorithm (String digestAlgorithmName) |
| Instantiate RSASSA-PSS parameters with MGF1 for the given algorithm name. More... |
|
Static Public Attributes |
|
| const int | DEFAULT_TRAILER_FIELD = 1 |
| Default value of the trailer field parameter. More... |
|
Encode the signer's parameters for producing an RSASSA-PSS signature.
Encode the signer's parameters for producing an RSASSA-PSS signature. Note that this class is intended for use in the signing process only, so it does not need to be able to represent all possible parameter configurations; only the ones we consider reasonable. For the purposes of this class, the mask generation function is always MGF1, and the associated digest function is the same as the digest function used in the signing process.
|
inline |
|
inlinevirtual |
Apply the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner.
Implements iText.Signatures.IApplicableSignatureParams.
|
inlinestatic |
Instantiate RSASSA-PSS parameters with MGF1 for the given algorithm name.
| digestAlgorithmName | the name of the digest algorithm |
|
inlinevirtual |
Represent the parameters as an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable for inclusion in a signature object.
Implements iText.Signatures.ISignatureMechanismParams.
|
static |
Default value of the trailer field parameter.