Uses of Interface
com.itextpdf.signatures.ISignatureMechanismParams
-
Packages that use ISignatureMechanismParams Package Description com.itextpdf.signatures -
-
Uses of ISignatureMechanismParams in com.itextpdf.signatures
Subinterfaces of ISignatureMechanismParams in com.itextpdf.signatures Modifier and Type Interface Description interface
IApplicableSignatureParams
Extension interface ofISignatureMechanismParams
that also supports applying the parameters to aSignature
.Classes in com.itextpdf.signatures that implement ISignatureMechanismParams Modifier and Type Class Description class
RSASSAPSSMechanismParams
Encode the signer's parameters for producing an RSASSA-PSS signature.Methods in com.itextpdf.signatures that return ISignatureMechanismParams Modifier and Type Method Description ISignatureMechanismParams
IExternalSignature. getSignatureMechanismParameters()
Return the algorithm parameters that need to be encoded together with the signature mechanism identifier.ISignatureMechanismParams
PrivateKeySignature. getSignatureMechanismParameters()
Return the algorithm parameters that need to be encoded together with the signature mechanism identifier.Methods in com.itextpdf.signatures with parameters of type ISignatureMechanismParams Modifier and Type Method Description void
PdfPKCS7. setExternalSignatureValue(byte[] signatureValue, byte[] signedMessageContent, java.lang.String signatureAlgorithm, ISignatureMechanismParams signatureMechanismParams)
Sets the signature to an externally calculated value.
-