| Package | Description |
|---|---|
| eu.europa.esig.dss | |
| eu.europa.esig.dss.validation |
| Modifier and Type | Method and Description |
|---|---|
List<TimestampToken> |
AbstractSignatureParameters.getContentTimestamps()
Returns the list of the
TimestampToken to be incorporated within the signature and representing the
content-timestamp. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSignatureParameters.setContentTimestamps(List<TimestampToken> contentTimestamps) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TimestampToken> |
DefaultAdvancedSignature.archiveTimestamps |
protected List<TimestampToken> |
DefaultAdvancedSignature.contentTimestamps |
protected List<TimestampToken> |
DefaultAdvancedSignature.refsOnlyTimestamps |
protected List<TimestampToken> |
DefaultAdvancedSignature.sigAndRefsTimestamps |
protected List<TimestampToken> |
DefaultAdvancedSignature.signatureTimestamps |
| Modifier and Type | Method and Description |
|---|---|
TimestampToken |
TimestampValidator.getTimestamp()
Retrieves the time-stamp token
|
| Modifier and Type | Method and Description |
|---|---|
List<TimestampToken> |
AdvancedSignature.getArchiveTimestamps()
Returns the archive Timestamps
|
List<TimestampToken> |
AdvancedSignature.getContentTimestamps()
Returns the content timestamps
|
Set<TimestampToken> |
ValidationContext.getProcessedTimestamps()
Returns a read only list of all timestamps processed during the validation of all signatures from the given
document.
|
Set<TimestampToken> |
SignatureValidationContext.getProcessedTimestamps() |
List<TimestampToken> |
AdvancedSignature.getSignatureTimestamps()
Returns the signature timestamps
|
List<TimestampToken> |
AdvancedSignature.getTimestampsX1()
Returns the time-stamp which is placed on the digital signature (XAdES example: ds:SignatureValue element), the
signature time-stamp(s) present in the AdES-T form, the certification path references and the revocation status
references.
|
List<TimestampToken> |
AdvancedSignature.getTimestampsX2()
Returns the time-stamp which is computed over the concatenation of CompleteCertificateRefs and
CompleteRevocationRefs elements (XAdES example).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAdvancedSignature.addExternalTimestamp(TimestampToken timestamp) |
void |
AdvancedSignature.addExternalTimestamp(TimestampToken timestamp)
This method allows to add an external timestamp.
|
void |
ValidationContext.addTimestampTokenForVerification(TimestampToken timestampToken)
Adds a new timestamp token to the list of tokens to verify.
|
void |
SignatureValidationContext.addTimestampTokenForVerification(TimestampToken timestampToken) |
int |
TimestampByGenerationTimeComparator.compare(TimestampToken t1,
TimestampToken t2) |
byte[] |
AdvancedSignature.getArchiveTimestampData(TimestampToken timestampToken,
String canonicalizationMethod)
Archive timestamp seals the data of the signature in a specific order.
|
byte[] |
AdvancedSignature.getContentTimestampData(TimestampToken timestampToken)
Returns the content timestamp data (timestamped or to be).
|
byte[] |
AdvancedSignature.getSignatureTimestampData(TimestampToken timestampToken,
String canonicalizationMethod)
Returns the data (signature value) that was timestamped by the SignatureTimeStamp for the given timestamp.
|
byte[] |
AdvancedSignature.getTimestampX1Data(TimestampToken timestampToken,
String canonicalizationMethod)
Returns the data to be time-stamped.
|
byte[] |
AdvancedSignature.getTimestampX2Data(TimestampToken timestampToken,
String canonicalizationMethod)
Returns the data to be time-stamped which contains the concatenation of CompleteCertificateRefs and
CompleteRevocationRefs elements (XAdES example).
|
Copyright © 2018. All rights reserved.