Uses of Interface
com.itextpdf.signatures.ISignatureMechanismParams
-
Uses of ISignatureMechanismParams in com.itextpdf.signatures
Modifier and TypeInterfaceDescriptioninterface
Extension interface ofISignatureMechanismParams
that also supports applying the parameters to aSignature
.Modifier and TypeClassDescriptionclass
Encode the signer's parameters for producing an RSASSA-PSS signature.Modifier and TypeMethodDescriptionIExternalSignature.getSignatureMechanismParameters()
Return the algorithm parameters that need to be encoded together with the signature mechanism identifier.PrivateKeySignature.getSignatureMechanismParameters()
Return the algorithm parameters that need to be encoded together with the signature mechanism identifier.Modifier and TypeMethodDescriptionvoid
PdfPKCS7.setExternalSignatureValue
(byte[] signatureValue, byte[] signedMessageContent, String signatureAlgorithm, ISignatureMechanismParams signatureMechanismParams) Sets the signature to an externally calculated value.