Modifier and Type | Class and Description |
---|---|
class |
QualifiedCertificateSelector |
class |
SimpleCertificateSelector
Simple certificate selector
It selects the first certificate in the list
|
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)
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)
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
|