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. SeeRSASSAPSSMechanismParams
for an example.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IASN1Encodable
toEncodable()
Represent the parameters as anIASN1Encodable
for inclusion in a signature object.
-
-
-
Method Detail
-
toEncodable
IASN1Encodable toEncodable()
Represent the parameters as anIASN1Encodable
for inclusion in a signature object.- Returns:
- an
IASN1Encodable
object
-
-