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 interfaceIApplicableSignatureParamsExtension interface ofISignatureMechanismParamsthat also supports applying the parameters to aSignature.Classes in com.itextpdf.signatures that implement ISignatureMechanismParams Modifier and Type Class Description classRSASSAPSSMechanismParamsEncode the signer's parameters for producing an RSASSA-PSS signature.Methods in com.itextpdf.signatures that return ISignatureMechanismParams Modifier and Type Method Description ISignatureMechanismParamsIExternalSignature. getSignatureMechanismParameters()Return the algorithm parameters that need to be encoded together with the signature mechanism identifier.ISignatureMechanismParamsPrivateKeySignature. 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 voidPdfPKCS7. setExternalSignatureValue(byte[] signatureValue, byte[] signedMessageContent, java.lang.String signatureAlgorithm, ISignatureMechanismParams signatureMechanismParams)Sets the signature to an externally calculated value.
-