Uses of Class
eu.europa.esig.dss.validation.timestamp.TimestampedReference
Package
Description
-
Uses of TimestampedReference in eu.europa.esig.dss.cades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
CAdESTimestampSource.getArchiveTimestampOtherReferences
(TimestampToken timestampToken) protected List<TimestampedReference>
CAdESTimestampSource.getCounterSignatureReferences
(AdvancedSignature counterSignature) protected List<TimestampedReference>
CAdESTimestampSource.getSignatureSignedDataReferences()
Modifier and TypeMethodDescriptionprotected TimestampToken
CAdESTimestampSource.makeTimestampToken
(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampedReference in eu.europa.esig.dss.jades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
JAdESTimestampSource.getArchiveTimestampOtherReferences
(TimestampToken timestampToken) protected List<TimestampedReference>
JAdESTimestampSource.getSignatureTimestampReferences()
Modifier and TypeMethodDescriptionprotected TimestampToken
JAdESTimestampSource.makeTimestampToken
(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken>
JAdESTimestampSource.makeTimestampTokens
(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampedReference in eu.europa.esig.dss.pades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
PAdESTimestampSource.getAdbeRevocationInfoArchivalReferences()
Returns a list of revocation dataTimestampedReference
s from the adbe-revocationInfoArchival signed attributePdfRevisionTimestampSource.getIncorporatedReferences()
Returns incorporated references for the revisionprotected List<TimestampedReference>
PAdESTimestampSource.getSignatureTimestampReferences()
-
Uses of TimestampedReference in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
SignedDocumentValidator.getTimestampedReferences
(List<SignatureScope> signatureScopes) Returns a list of timestamped references from the given list ofSignatureScope
s -
Uses of TimestampedReference in eu.europa.esig.dss.validation.timestamp
Modifier and TypeFieldDescriptionprotected List<TimestampedReference>
SignatureTimestampSource.unsignedPropertiesReferences
A list of all TimestampedReferences extracted from a signatureModifier and TypeMethodDescriptionprotected TimestampedReference
AbstractTimestampSource.createReferenceForCertificate
(CertificateToken certificateToken) Creates aTimestampedReference
for the providedCertificateToken
protected TimestampedReference
AbstractTimestampSource.createReferenceForIdentifier
(Identifier identifier, TimestampedObjectType timestampedObjectType) Creates aTimestampedReference
for the given identifierModifier and TypeMethodDescriptionprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForCertificateRefs
(Collection<CertificateRef> certificateRefs, CertificateSource currentCertificateSource, ListCertificateSource listCertificateSource) Returns a list of timestamped references from the given collection ofcertificateRefs
protected List<TimestampedReference>
AbstractTimestampSource.createReferencesForCertificates
(Collection<CertificateToken> certificates) Creates a list ofTimestampedReference
s for the provided list ofcertificates
protected List<TimestampedReference>
AbstractTimestampSource.createReferencesForCRLBinaries
(Collection<? extends EncapsulatedRevocationTokenIdentifier<CRL>> crlBinaryIdentifiers) Creates a list ofTimestampedReference
s from a collection ofCRLBinary
sprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForCRLRefs
(Collection<? extends RevocationRef<CRL>> crlRefs, OfflineRevocationSource<CRL> currentCRLSource, ListRevocationSource<CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefs
protected List<TimestampedReference>
AbstractTimestampSource.createReferencesForIdentifiers
(Collection<? extends Identifier> identifiers, TimestampedObjectType timestampedObjectType) Creates a list ofTimestampedReference
s from the identifiers of a given typeprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForOCSPBinaries
(Collection<? extends EncapsulatedRevocationTokenIdentifier<OCSP>> ocspBinaryIdentifiers, ListCertificateSource certificateSource) Creates a list ofTimestampedReference
s from a collection ofOCSPResponseBinary
sprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForOCSPBinary
(OCSPResponseBinary ocspResponseBinary, ListCertificateSource certificateSource) Creates a list ofTimestampedReference
s for aOCSPResponseBinary
protected List<TimestampedReference>
AbstractTimestampSource.createReferencesForOCSPRefs
(Collection<? extends RevocationRef<OCSP>> ocspRefs, OfflineRevocationSource<OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<OCSP> listOCSPSource) Returns a list of timestamped references from the given collection ofocspRefs
protected abstract List<TimestampedReference>
SignatureTimestampSource.getArchiveTimestampOtherReferences
(TimestampToken timestampToken) Returns a list ofTimestampedReference
s for the given archivetimestampToken
that cannot be extracted from signature attributes (signed or unsigned), depending on its format (signedData for CAdES or, keyInfo for XAdES)protected List<TimestampedReference>
SignatureTimestampSource.getCounterSignatureReferences
(AdvancedSignature counterSignature) Returns a list of references extracted from a counter signatureprotected List<TimestampedReference>
SignatureTimestampSource.getCounterSignaturesReferences
(List<AdvancedSignature> counterSignatures) Returns a list ofTimestampedReference
s encapsulated from the list of counter signaturesprotected List<TimestampedReference>
SignatureTimestampSource.getEncapsulatedReferencesFromTimestamps
(List<TimestampToken> timestampTokens) Returns a list of TimestampedReferences for tokens encapsulated within the list of timestampTokensprotected List<TimestampedReference>
AbstractTimestampSource.getEncapsulatedValuesFromTimestamp
(TimestampToken timestampedTimestamp, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Gets a list of all validation data embedded to thetimestampedTimestamp
protected List<TimestampedReference>
SignatureTimestampSource.getKeyInfoReferences()
Returns references from the KeyInfo (for XAdES) encapsulated elementsprotected List<TimestampedReference>
AbstractTimestampSource.getReferencesFromTimestamp
(TimestampToken timestampToken, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Incorporates all references from the giventimestampToken
protected List<TimestampedReference>
SignatureTimestampSource.getSignatureSignedDataReferences()
Returns a list of allTimestampedReference
s found into CMS SignedData of the signature NOTE: used only in ASiC-E CAdESprotected List<TimestampedReference>
SignatureTimestampSource.getSignatureTimestampReferences()
Returns a list ofTimestampedReference
for a "signature-timestamp" elementSignatureTimestampSource.getSignerDataReferences()
TimestampSource.getSignerDataReferences()
Returns a list ofTimestampedReference
s obtained from thesignatureScopes
protected List<TimestampedReference>
SignatureTimestampSource.getSignerDataTimestampedReferences
(List<SignatureScope> signatureScopes) Creates a list ofTimestampedReference
s from a given list ofSignatureScope
sprotected List<TimestampedReference>
SignatureTimestampSource.getSigningCertificateTimestampReferences()
Returns a list ofTimestampedReference
s created from signing certificates of the signatureprotected List<TimestampedReference>
SignatureTimestampSource.getTimestampedCertificateRefs
(SA unsignedAttribute) Returns a list ofTimestampedReference
certificate refs found in the givenunsignedAttribute
protected List<TimestampedReference>
SignatureTimestampSource.getTimestampedCertificateValues
(SA unsignedAttribute) Returns a list ofTimestampedReference
s from theunsignedAttribute
containing certificate valuesTimestampToken.getTimestampedReferences()
Gets list ofTimestampedReference
s covered by the current timestampprotected List<TimestampedReference>
SignatureTimestampSource.getTimestampedRevocationRefs
(SA unsignedAttribute) Returns a list ofTimestampedReference
revocation refs found in the givenunsignedAttribute
protected List<TimestampedReference>
SignatureTimestampSource.getTimestampedRevocationValues
(SA unsignedAttribute) Returns a list of timestamped revocation references extracted from the given unsigned attributeprotected List<TimestampedReference>
SignatureTimestampSource.getTimestampValidationData
(SA unsignedAttribute) Returns a list ofTimestampedReference
s encapsulated to the "timestamp-validation-data"unsignedAttribute
SignatureTimestampSource.getUnsignedPropertiesReferences()
TimestampSource.getUnsignedPropertiesReferences()
Returns a list ofTimestampedReference
s for all tokens embedded into unsigned properties of the signatureModifier and TypeMethodDescriptionprotected void
AbstractTimestampSource.addReference
(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd) AddsreferenceToAdd
toreferenceList
without duplicatesModifier and TypeMethodDescriptionprotected void
AbstractTimestampSource.addReference
(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category) Adds a reference for the given identifier and categoryprotected void
AbstractTimestampSource.addReference
(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd) AddsreferenceToAdd
toreferenceList
without duplicatesprotected void
AbstractTimestampSource.addReferences
(List<TimestampedReference> referenceList, List<TimestampedReference> referencesToAdd) AddsreferencesToAdd
toreferenceList
without duplicatesprotected abstract TimestampToken
SignatureTimestampSource.makeTimestampToken
(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates a timestamp token from the providedsignatureAttribute
protected List<TimestampToken>
SignatureTimestampSource.makeTimestampTokens
(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates timestamp tokens from the providedsignatureAttribute
with a given list ofTimestampedReference
sModifierConstructorDescriptionTimestampToken
(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken
(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken
(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor with an indication of the timestamp type. -
Uses of TimestampedReference in eu.europa.esig.dss.xades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
XAdESTimestampSource.getArchiveTimestampOtherReferences
(TimestampToken timestampToken) protected List<TimestampedReference>
XAdESTimestampSource.getSignatureTimestampReferences()
Modifier and TypeMethodDescriptionprotected TimestampToken
XAdESTimestampSource.makeTimestampToken
(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken>
XAdESTimestampSource.makeTimestampTokens
(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)