Uses of Class
eu.europa.esig.dss.validation.timestamp.TimestampedReference
Package | Description |
---|---|
eu.europa.esig.dss.cades.validation | |
eu.europa.esig.dss.pades.validation | |
eu.europa.esig.dss.validation.timestamp | |
eu.europa.esig.dss.xades.validation |
-
Uses of TimestampedReference in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type TimestampedReference Modifier and Type Method Description protected List<TimestampedReference>
CAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)
protected List<TimestampedReference>
CAdESTimestampSource. getIndividualContentTimestampedReferences(CAdESAttribute signedAttribute)
protected List<TimestampedReference>
CAdESTimestampSource. getSignatureSignedDataReferences()
protected List<TimestampedReference>
CAdESTimestampSource. getSignedDataReferences(TimestampToken timestampToken)
Method parameters in eu.europa.esig.dss.cades.validation with type arguments of type TimestampedReference Modifier and Type Method Description protected void
CAdESTimestampSource. addEncapsulatedValuesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)
protected TimestampToken
CAdESTimestampSource. makeTimestampToken(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)
-
Uses of TimestampedReference in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type TimestampedReference Modifier and Type Method Description List<TimestampedReference>
PAdESTimestampSource. getSignatureTimestampReferences()
-
Uses of TimestampedReference in eu.europa.esig.dss.validation.timestamp
Methods 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. getAllSignedDataReferences()
Returns a list ofTimestampedReference
s obtained from thesignatureScopes
protected abstract List<TimestampedReference>
AbstractTimestampSource. 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 abstract List<TimestampedReference>
AbstractTimestampSource. getIndividualContentTimestampedReferences(SignatureAttribute signedAttribute)
Returns a list ofTimestampedReference
s for an "individual-data-objects-timestamp" NOTE: Used only in XAdESprotected List<TimestampedReference>
AbstractTimestampSource. getSignatureSignedDataReferences()
Returns a list of allTimestampedReference
s found into CMS SignedData of the signature NOTE: used only in ASiC-E CAdESList<TimestampedReference>
AbstractTimestampSource. getSignatureTimestampReferences()
Returns a list ofTimestampedReference
for a "signature-timestamp" elementprotected List<TimestampedReference>
AbstractTimestampSource. getSigningCertificateTimestampReferences()
Returns a list ofTimestampedReference
s created from signing certificates of the signatureprotected List<TimestampedReference>
AbstractTimestampSource. getTimestampedCertificateRefs(SignatureAttribute unsignedAttribute)
Returns a list ofTimestampedReference
certificate refs found in the givenunsignedAttribute
protected List<TimestampedReference>
AbstractTimestampSource. getTimestampedCertificateValues(SignatureAttribute unsignedAttribute)
List<TimestampedReference>
TimestampToken. getTimestampedReferences()
protected List<TimestampedReference>
AbstractTimestampSource. getTimestampedRevocationRefs(SignatureAttribute unsignedAttribute)
Returns a list ofTimestampedReference
revocation refs found in the givenunsignedAttribute
protected List<TimestampedReference>
AbstractTimestampSource. getTimestampedRevocationValues(SignatureAttribute unsignedAttribute)
protected List<TimestampedReference>
AbstractTimestampSource. getTimestampValidationData(SignatureAttribute unsignedAttribute)
Returns a list ofTimestampedReference
s encapsulated to the "timestamp-validation-data"unsignedAttribute
Methods 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. addEncapsulatedValuesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)
Adds to thereferences
list all validation data embedded to thetimestampedTimestamp
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 void
AbstractTimestampSource. addReferencesForPreviousTimestamps(List<TimestampedReference> references, List<TimestampToken> timestampedTimestamps)
protected abstract TimestampToken
AbstractTimestampSource. makeTimestampToken(SignatureAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)
Creates a timestamp token 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, TimestampLocation timestampLocation)
TimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampLocation timestampLocation)
TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampLocation timestampLocation)
Constructor with an indication of the timestamp type. -
Uses of TimestampedReference in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation 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()
List<TimestampedReference>
XAdESTimestampSource. getSignatureTimestampReferences()
Method parameters in eu.europa.esig.dss.xades.validation with type arguments of type TimestampedReference Modifier and Type Method Description protected TimestampToken
XAdESTimestampSource. makeTimestampToken(XAdESAttribute unsignedAttribute, TimestampType timestampType, List<TimestampedReference> references)