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
|
static SignedDocument |
SignedDocument.fromByteArray(byte[] cms)
Instanciate a SignedDocument instance Froms a PKCS#7 or CAdES byte array.
|
static SignedDocument |
SignedDocument.fromInputStream(java.io.InputStream ins)
Instanciate a SignedDocument instance Froms a PKCS#7 or CAdES byte array.
|
SignedDocument |
PDFSignatureVerifier.getSignature(int index) |
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
|
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
|