| Package | Description |
|---|---|
| com.itextpdf.signatures |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IApplicableSignatureParams
Extension interface of
ISignatureMechanismParams that also supports applying the parameters to
a Signature. |
| Modifier and Type | Class and Description |
|---|---|
class |
RSASSAPSSMechanismParams
Encode the signer's parameters for producing an RSASSA-PSS signature.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPKCS7.setExternalSignatureValue(byte[] signatureValue,
byte[] signedMessageContent,
String signatureAlgorithm,
ISignatureMechanismParams signatureMechanismParams)
Sets the signature to an externally calculated value.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.