Modifier and Type | Method and Description |
---|---|
SignedDocument |
DigitalSigner.countersign(SignedDocument sigDoc,
SignerInfo signerInfoToSign,
CertificateSelector selector,
boolean cades,
TSAClient tsaClient)
Signs the specified data and add a time stamp taken from the given TSA Client
|
SignedDocument |
DigitalSigner.sign(byte[] data,
CertificateSelector selector,
boolean cades,
boolean multisignature,
TSAClient tsaClient)
Signs the specified data and add a time stamp taken from the given TSA Client
|
byte[] |
PDFSignatureGenerator.signPDF(DigitalSigner signer,
CertificateSelector selector,
boolean pades,
boolean multisignature,
TSAClient tsaClient)
Signs the pdf
|