Uses of Class
eu.europa.esig.dss.validation.timestamp.TimestampedReference
-
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 TimestampedReference Modifier and Type Method Description protected List<TimestampedReference>
CAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)
protected List<TimestampedReference>
CAdESTimestampSource. getCounterSignatureReferences(AdvancedSignature counterSignature)
protected List<TimestampedReference>
CAdESTimestampSource. getEncapsulatedValuesFromTimestamp(TimestampToken timestampedTimestamp)
protected List<TimestampedReference>
CAdESTimestampSource. getIndividualContentTimestampedReferences(CAdESAttribute signedAttribute)
protected List<TimestampedReference>
CAdESTimestampSource. getSignatureSignedDataReferences()
Method parameters in eu.europa.esig.dss.cades.validation.timestamp with type arguments of type TimestampedReference Modifier and Type Method Description protected TimestampToken
CAdESTimestampSource. makeTimestampToken(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)
-
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 TimestampedReference Modifier and Type Method Description protected List<TimestampedReference>
JAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)
protected List<TimestampedReference>
JAdESTimestampSource. getIndividualContentTimestampedReferences(JAdESAttribute signedAttribute)
Method parameters in eu.europa.esig.dss.jades.validation.timestamp with type arguments of type TimestampedReference Modifier and Type Method Description protected 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
Methods in eu.europa.esig.dss.pades.validation.timestamp that return types with arguments of type TimestampedReference Modifier and Type Method Description List<TimestampedReference>
PdfRevisionTimestampSource. getIncorporatedReferences()
-
Uses of TimestampedReference in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp with type parameters of type TimestampedReference Modifier and Type Field Description protected List<TimestampedReference>
SignatureTimestampSource. unsignedPropertiesReferences
A list of all TimestampedReferences extracted from a signatureMethods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type TimestampedReference Modifier and Type Method Description protected List<TimestampedReference>
AbstractTimestampSource. createReferencesForCertificates(Collection<CertificateToken> certificates)
Creates a list ofTimestampedReference
s for the provided list ofcertificates
protected List<TimestampedReference>
AbstractTimestampSource. createReferencesForIdentifiers(Collection<? extends Identifier> identifiers, TimestampedObjectType timestampedObjectType)
Creates a lit ofTimestampedReference
s from the identifiers of a given typeprotected List<TimestampedReference>
SignatureTimestampSource. getArchiveTimestampInitialReferences(SA unsignedAttribute, List<TimestampToken> previousTimestamps)
Returns a list ofTimestampedReference
s that has been extracted from previously incorporated signed and unsigned elementsprotected 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 coutner signatureprotected List<TimestampedReference>
SignatureTimestampSource. getCounterSignaturesReferences(List<AdvancedSignature> counterSignatures)
Returns a list ofTimestampedReference
s encapsulated from the list of counter signaturesprotected List<TimestampedReference>
AbstractTimestampSource. getEncapsulatedReferencesFromTimestamps(List<TimestampToken> timestampTokens)
Returns a list of TimestampedReferences for tokens encapsulated within the list of timestampTokensprotected List<TimestampedReference>
AbstractTimestampSource. getEncapsulatedValuesFromTimestamp(TimestampToken timestampedTimestamp)
Gets a list of all validation data embedded to thetimestampedTimestamp
protected abstract List<TimestampedReference>
SignatureTimestampSource. getIndividualContentTimestampedReferences(SA signedAttribute)
Returns a list ofTimestampedReference
s for an "individual-data-objects-timestamp" NOTE: Used only in XAdESprotected List<TimestampedReference>
AbstractTimestampSource. getReferencesFromTimestamp(TimestampToken timestampToken)
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 CAdESList<TimestampedReference>
SignatureTimestampSource. getSignatureTimestampReferences()
Returns a list ofTimestampedReference
for a "signature-timestamp" elementList<TimestampedReference>
SignatureTimestampSource. getSignerDataReferences()
List<TimestampedReference>
TimestampSource. getSignerDataReferences()
Returns a list ofTimestampedReference
s obtained from thesignatureScopes
protected List<TimestampedReference>
SignatureTimestampSource. getSigningCertificateTimestampReferences()
Returns a list ofTimestampedReference
s created from signing certificates of the signatureprotected List<TimestampedReference>
SignatureTimestampSource. getTimestampedCertificateRefs(Collection<CertificateRef> certificateRefs, ListCertificateSource listCertificateSource)
Returns a list of timestamped references from the given collection ofcertificateRefs
protected 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 valuesprotected List<TimestampedReference>
SignatureTimestampSource. getTimestampedCRLRefs(Collection<? extends RevocationRef<CRL>> crlRefs, ListRevocationSource<CRL> crlRevocationSource)
Returns a list of timestamped references from the given collection ofcrlRefs
protected List<TimestampedReference>
SignatureTimestampSource. getTimestampedOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, ListRevocationSource<OCSP> ocspRevocationSource)
Returns a list of timestamped references from the given collection ofocspRefs
List<TimestampedReference>
TimestampToken. getTimestampedReferences()
protected 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
List<TimestampedReference>
SignatureTimestampSource. getUnsignedPropertiesReferences()
List<TimestampedReference>
TimestampSource. getUnsignedPropertiesReferences()
Returns a list ofTimestampedReference
s for all tokens embedded into unsigned properties of the signatureMethods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedReference Modifier and Type Method Description protected void
AbstractTimestampSource. addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd)
AddsreferenceToAdd
toreferenceList
without duplicatesMethod parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type TimestampedReference Modifier and Type Method Description protected 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
Constructor parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type TimestampedReference Constructor Description TimestampToken(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
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type TimestampedReference Modifier and Type Method Description protected List<TimestampedReference>
XAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)
protected List<TimestampedReference>
XAdESTimestampSource. getIndividualContentTimestampedReferences(XAdESAttribute signedAttribute)
protected List<TimestampedReference>
XAdESTimestampSource. getKeyInfoReferences()
Returns references from the KeyInfo encapsulated elementsList<TimestampedReference>
XAdESTimestampSource. getSignatureTimestampReferences()
Method parameters in eu.europa.esig.dss.xades.validation.timestamp with type arguments of type TimestampedReference Modifier and Type Method Description protected TimestampToken
XAdESTimestampSource. makeTimestampToken(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)
protected List<TimestampToken>
XAdESTimestampSource. makeTimestampTokens(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)