Class DetachedTimestampSource
java.lang.Object
eu.europa.esig.dss.validation.timestamp.AbstractTimestampSource
eu.europa.esig.dss.validation.timestamp.DetachedTimestampSource
Performs processing of detached timestamps
-
Constructor Summary
ConstructorDescriptionDefault constructor instantiating object with empty resources -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExternalTimestamp
(TimestampToken timestamp) Adds the external timestamp to the sourceReturns a list of processed detached timestampsMethods inherited from class eu.europa.esig.dss.validation.timestamp.AbstractTimestampSource
addReference, addReference, addReferences, createReferenceForCertificate, createReferenceForIdentifier, createReferencesForCertificateRefs, createReferencesForCertificates, createReferencesForCRLBinaries, createReferencesForCRLRefs, createReferencesForIdentifiers, createReferencesForOCSPBinaries, createReferencesForOCSPBinary, createReferencesForOCSPRefs, getEncapsulatedValuesFromTimestamp, getReferencesFromTimestamp
-
Constructor Details
-
DetachedTimestampSource
public DetachedTimestampSource()Default constructor instantiating object with empty resources
-
-
Method Details
-
getDetachedTimestamps
Returns a list of processed detached timestamps- Returns:
- a list of
TimestampToken
s
-
addExternalTimestamp
Adds the external timestamp to the source- Parameters:
timestamp
-TimestampToken
-