Uses of Class
eu.europa.esig.dss.spi.x509.tsp.TimestampedReference
Packages that use TimestampedReference
Package
Description
-
Uses of TimestampedReference in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> CAdESTimestampSource.getArchiveTimestampReferences(List<TimestampToken> previousTimestamps) protected List<TimestampedReference> CAdESTimestampSource.getCounterSignatureReferences(AdvancedSignature counterSignature) protected List<TimestampedReference> CAdESTimestampSource.getSignatureSignedDataReferences()Method parameters in eu.europa.esig.dss.cades.validation.timestamp with type arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<EvidenceRecord> CAdESTimestampSource.makeEvidenceRecords(CAdESAttribute signatureAttribute, List<TimestampedReference> references) protected TimestampTokenCAdESTimestampSource.makeTimestampToken(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampedReference in eu.europa.esig.dss.evidencerecord.common.validation
Methods in eu.europa.esig.dss.evidencerecord.common.validation that return types with arguments of type TimestampedReferenceMethod parameters in eu.europa.esig.dss.evidencerecord.common.validation with type arguments of type TimestampedReferenceModifier and TypeMethodDescriptionvoidDefaultEvidenceRecord.setTimestampedReferences(List<TimestampedReference> timestampedReferences) -
Uses of TimestampedReference in eu.europa.esig.dss.evidencerecord.common.validation.timestamp
Methods in eu.europa.esig.dss.evidencerecord.common.validation.timestamp that return TimestampedReferenceModifier and TypeMethodDescriptionprotected TimestampedReferenceEvidenceRecordTimestampSource.getEvidenceRecordReference()Creates a evidence record reference for the current signatureMethods in eu.europa.esig.dss.evidencerecord.common.validation.timestamp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> EvidenceRecordTimestampSource.getEncapsulatedReferencesFromCryptographicInformationList(List<CryptographicInformation> cryptographicInformationList) Returns a list of TimestampedReferences for tokens encapsulated within the CryptographicInformationList element in Evidence Recordprotected List<TimestampedReference> EvidenceRecordTimestampSource.getEncapsulatedReferencesFromTimestamp(TimestampToken timestampToken) Returns a list of TimestampedReferences for tokens encapsulated within the time-stamp tokenprotected List<TimestampedReference> EvidenceRecordTimestampSource.getEncapsulatedReferencesFromTimestamps(List<TimestampToken> timestampTokens) Returns a list of TimestampedReferences for tokens encapsulated within the list of timestampTokensprotected List<TimestampedReference> EvidenceRecordTimestampSource.getSignerDataReferences()Returns a list of timestamped references for signed data objects -
Uses of TimestampedReference in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> JAdESTimestampSource.getSignatureTimestampReferences()Method parameters in eu.europa.esig.dss.jades.validation.timestamp with type arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<EvidenceRecord> JAdESTimestampSource.makeEvidenceRecords(JAdESAttribute signatureAttribute, List<TimestampedReference> references) protected TimestampTokenJAdESTimestampSource.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
Methods in eu.europa.esig.dss.pades.validation.timestamp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> PAdESTimestampSource.getAdbeRevocationInfoArchivalReferences()Returns a list of revocation dataTimestampedReferences 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.spi.validation.analyzer
Methods in eu.europa.esig.dss.spi.validation.analyzer that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> DefaultDocumentAnalyzer.getTimestampedReferences(List<SignatureScope> signatureScopes) Returns a list of timestamped references from the given list ofSignatureScopes -
Uses of TimestampedReference in eu.europa.esig.dss.spi.validation.timestamp
Fields in eu.europa.esig.dss.spi.validation.timestamp with type parameters of type TimestampedReferenceModifier and TypeFieldDescriptionprotected List<TimestampedReference> SignatureTimestampSource.unsignedPropertiesReferencesA list of all TimestampedReferences extracted from a signatureMethods in eu.europa.esig.dss.spi.validation.timestamp that return TimestampedReferenceModifier and TypeMethodDescriptionprotected TimestampedReferenceAbstractTimestampSource.createReferenceForCertificate(CertificateToken certificateToken) Creates aTimestampedReferencefor the providedCertificateTokenprotected TimestampedReferenceAbstractTimestampSource.createReferenceForIdentifier(Identifier identifier, TimestampedObjectType timestampedObjectType) Creates aTimestampedReferencefor the given identifierprotected TimestampedReferenceSignatureTimestampSource.getSignatureReference()Creates a timestamped reference for the current signatureMethods in eu.europa.esig.dss.spi.validation.timestamp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForCertificateRefs(Collection<CertificateRef> certificateRefs, CertificateSource currentCertificateSource, ListCertificateSource listCertificateSource) Returns a list of timestamped references from the given collection ofcertificateRefsprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForCertificates(Collection<CertificateToken> certificates) Creates a list ofTimestampedReferences for the provided list ofcertificatesprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForCRLBinaries(Collection<? extends EncapsulatedRevocationTokenIdentifier<CRL>> crlBinaryIdentifiers) Creates a list ofTimestampedReferences from a collection ofCRLBinarysprotected 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 ofcrlRefsprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForIdentifiers(Collection<? extends Identifier> identifiers, TimestampedObjectType timestampedObjectType) Creates a list ofTimestampedReferences from the identifiers of a given typeprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForOCSPBinaries(Collection<? extends EncapsulatedRevocationTokenIdentifier<OCSP>> ocspBinaryIdentifiers, ListCertificateSource certificateSource) Creates a list ofTimestampedReferences from a collection ofOCSPResponseBinarysprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForOCSPBinary(OCSPResponseBinary ocspResponseBinary, ListCertificateSource certificateSource) Creates a list ofTimestampedReferences for aOCSPResponseBinaryprotected 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 ofocspRefsprotected List<TimestampedReference> SignatureTimestampSource.getArchiveTimestampReferences(List<TimestampToken> previousTimestamps) Returns a list of time-stamped references for an archival time-stampprotected 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 ofTimestampedReferences 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 thetimestampedTimestampprotected 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 giventimestampTokenprotected List<TimestampedReference> SignatureTimestampSource.getSignatureSignedDataReferences()Returns a list of allTimestampedReferences found into CMS SignedData of the signature NOTE: used only in ASiC-E CAdESprotected List<TimestampedReference> SignatureTimestampSource.getSignatureTimestampReferences()Returns a list ofTimestampedReferencefor a "signature-timestamp" elementSignatureTimestampSource.getSignerDataReferences()protected List<TimestampedReference> AbstractTimestampSource.getSignerDataTimestampedReferences(List<SignatureScope> signatureScopes) Creates a list ofTimestampedReferences from a given list ofSignatureScopesprotected List<TimestampedReference> SignatureTimestampSource.getSigningCertificateTimestampReferences()Returns a list ofTimestampedReferences created from signing certificates of the signatureprotected List<TimestampedReference> SignatureTimestampSource.getTimestampedCertificateRefs(SA unsignedAttribute) Returns a list ofTimestampedReferencecertificate refs found in the givenunsignedAttributeprotected List<TimestampedReference> SignatureTimestampSource.getTimestampedCertificateValues(SA unsignedAttribute) Returns a list ofTimestampedReferences from theunsignedAttributecontaining certificate valuesprotected List<TimestampedReference> SignatureTimestampSource.getTimestampedRevocationRefs(SA unsignedAttribute) Returns a list ofTimestampedReferencerevocation refs found in the givenunsignedAttributeprotected 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 ofTimestampedReferences encapsulated to the "timestamp-validation-data"unsignedAttributeSignatureTimestampSource.getUnsignedPropertiesReferences()Methods in eu.europa.esig.dss.spi.validation.timestamp with parameters of type TimestampedReferenceModifier and TypeMethodDescriptionprotected voidAbstractTimestampSource.addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd) AddsreferenceToAddtoreferenceListwithout duplicatesMethod parameters in eu.europa.esig.dss.spi.validation.timestamp with type arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected voidAbstractTimestampSource.addReference(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category) Adds a reference for the given identifier and categoryprotected voidAbstractTimestampSource.addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd) AddsreferenceToAddtoreferenceListwithout duplicatesprotected voidAbstractTimestampSource.addReferences(List<TimestampedReference> referenceList, List<TimestampedReference> referencesToAdd) AddsreferencesToAddtoreferenceListwithout duplicatesprotected abstract List<EvidenceRecord> SignatureTimestampSource.makeEvidenceRecords(SA signatureAttribute, List<TimestampedReference> references) Creates a list of evidence records from the providedsignatureAttributeprotected abstract TimestampTokenSignatureTimestampSource.makeTimestampToken(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates a timestamp token from the providedsignatureAttributeprotected List<TimestampToken> SignatureTimestampSource.makeTimestampTokens(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates timestamp tokens from the providedsignatureAttributewith a given list ofTimestampedReferences -
Uses of TimestampedReference in eu.europa.esig.dss.spi.x509.evidencerecord
Methods in eu.europa.esig.dss.spi.x509.evidencerecord that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionEvidenceRecord.getTimestampedReferences()Returns a list of references covered by the evidence recordMethod parameters in eu.europa.esig.dss.spi.x509.evidencerecord with type arguments of type TimestampedReferenceModifier and TypeMethodDescriptionvoidEvidenceRecord.setTimestampedReferences(List<TimestampedReference> timestampedReferences) Sets references to objects covered by the evidence record -
Uses of TimestampedReference in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionTimestampSource.getSignerDataReferences()Returns a list ofTimestampedReferences obtained from thesignatureScopesTimestampToken.getTimestampedReferences()Gets list ofTimestampedReferences covered by the current timestampTimestampSource.getUnsignedPropertiesReferences()Returns a list ofTimestampedReferences for all tokens embedded into unsigned properties of the signatureConstructor parameters in eu.europa.esig.dss.spi.x509.tsp with type arguments of type TimestampedReferenceModifierConstructorDescriptionTimestampToken(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Default constructor with timestamped references and identifier builderTimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor from CMS with timestamped referencesTimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor from CMS with timestamped references and identifier builderTimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor with an indication of the timestamp type and time-stamped references.TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor with an indication of the timestamp type, time-stamped references and an identifier builder. -
Uses of TimestampedReference in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<TimestampedReference> XAdESTimestampSource.getArchiveTimestampReferences(List<TimestampToken> previousTimestamps) protected List<TimestampedReference> XAdESTimestampSource.getSignatureTimestampReferences()Method parameters in eu.europa.esig.dss.xades.validation.timestamp with type arguments of type TimestampedReferenceModifier and TypeMethodDescriptionprotected List<EvidenceRecord> XAdESTimestampSource.makeEvidenceRecords(XAdESAttribute signatureAttribute, List<TimestampedReference> references) protected TimestampTokenXAdESTimestampSource.makeTimestampToken(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken> XAdESTimestampSource.makeTimestampTokens(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)