iText 8.0.5 API
|
Interface to encode the parameters to a signature algorithm for inclusion in a signature object. More...
Public Member Functions |
|
IAsn1Encodable | ToEncodable () |
Represent the parameters as an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable for inclusion in a signature object. More... |
|
Interface to encode the parameters to a signature algorithm for inclusion in a signature object.
Interface to encode the parameters to a signature algorithm for inclusion in a signature object. See RSASSAPSSMechanismParams for an example.
IAsn1Encodable iText.Signatures.ISignatureMechanismParams.ToEncodable | ( | ) |
Represent the parameters as an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable for inclusion in a signature object.
Implemented in iText.Signatures.RSASSAPSSMechanismParams.