iText 8.0.5 API
|
Extension interface of ISignatureMechanismParams that also supports applying the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner. More...
Public Member Functions |
|
void | Apply (ISigner signature) |
Apply the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner. More... |
|
Public Member Functions inherited from iText.Signatures.ISignatureMechanismParams | |
IAsn1Encodable | ToEncodable () |
Represent the parameters as an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable for inclusion in a signature object. More... |
|
Extension interface of ISignatureMechanismParams that also supports applying the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner.
void iText.Signatures.IApplicableSignatureParams.Apply | ( | ISigner | signature | ) |
Apply the parameters to a iText.Commons.Bouncycastle.Crypto.ISigner.
signature | an uninitialised iText.Commons.Bouncycastle.Crypto.ISigner object |
Implemented in iText.Signatures.RSASSAPSSMechanismParams.