Package com.itextpdf.signatures
Interface ISignatureMechanismParams
- All Known Subinterfaces:
IApplicableSignatureParams
- All Known Implementing Classes:
RSASSAPSSMechanismParams
public interface ISignatureMechanismParams
Interface to encode the parameters to a signature algorithm for inclusion in a signature object.
See
RSASSAPSSMechanismParams
for an example.-
Method Summary
Modifier and TypeMethodDescriptionRepresent the parameters as anIASN1Encodable
for inclusion in a signature object.
-
Method Details
-
toEncodable
IASN1Encodable toEncodable()Represent the parameters as anIASN1Encodable
for inclusion in a signature object.- Returns:
- an
IASN1Encodable
object
-