Modifier and Type | Method and Description |
---|---|
SignerInfo |
SignerInfo.getCounterSignature(int index) |
SignerInfo |
SignedDocument.getSignerInfo(int index)
Gets the signer info at index
|
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
|