Interface ISignatureMechanismParams
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
Interface to encode the parameters to a signature algorithm for inclusion in a signature object.
public interface ISignatureMechanismParams
Remarks
Interface to encode the parameters to a signature algorithm for inclusion in a signature object. See RSASSAPSSMechanismParams for an example.
Methods
ToEncodable()
Represent the parameters as an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable for inclusion in a signature object.
IAsn1Encodable ToEncodable()
Returns
- IAsn1Encodable
an iText.Commons.Bouncycastle.Asn1.IAsn1Encodable object