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 voidCAdESTimestampSource. addEncapsulatedValuesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)protected TimestampTokenCAdESTimestampSource. 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 ofTimestampedReferences for the provided list ofcertificatesprotected List<TimestampedReference>AbstractTimestampSource. getAllSignedDataReferences()Returns a list ofTimestampedReferences obtained from thesignatureScopesprotected abstract List<TimestampedReference>AbstractTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)Returns a list ofTimestampedReferences for the given archivetimestampTokenthat 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 ofTimestampedReferences for an "individual-data-objects-timestamp" NOTE: Used only in XAdESprotected List<TimestampedReference>AbstractTimestampSource. getSignatureSignedDataReferences()Returns a list of allTimestampedReferences found into CMS SignedData of the signature NOTE: used only in ASiC-E CAdESList<TimestampedReference>AbstractTimestampSource. getSignatureTimestampReferences()Returns a list ofTimestampedReferencefor a "signature-timestamp" elementprotected List<TimestampedReference>AbstractTimestampSource. getSigningCertificateTimestampReferences()Returns a list ofTimestampedReferences created from signing certificates of the signatureprotected List<TimestampedReference>AbstractTimestampSource. getTimestampedCertificateRefs(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferencecertificate refs found in the givenunsignedAttributeprotected List<TimestampedReference>AbstractTimestampSource. getTimestampedCertificateValues(SignatureAttribute unsignedAttribute)List<TimestampedReference>TimestampToken. getTimestampedReferences()protected List<TimestampedReference>AbstractTimestampSource. getTimestampedRevocationRefs(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferencerevocation refs found in the givenunsignedAttributeprotected List<TimestampedReference>AbstractTimestampSource. getTimestampedRevocationValues(SignatureAttribute unsignedAttribute)protected List<TimestampedReference>AbstractTimestampSource. getTimestampValidationData(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferences encapsulated to the "timestamp-validation-data"unsignedAttributeMethods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedReference Modifier and Type Method Description protected voidAbstractTimestampSource. addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd)AddsreferenceToAddtoreferenceListwithout duplicatesMethod parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type TimestampedReference Modifier and Type Method Description protected voidAbstractTimestampSource. addEncapsulatedValuesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)Adds to thereferenceslist all validation data embedded to thetimestampedTimestampprotected 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 voidAbstractTimestampSource. addReferencesForPreviousTimestamps(List<TimestampedReference> references, List<TimestampToken> timestampedTimestamps)protected abstract TimestampTokenAbstractTimestampSource. makeTimestampToken(SignatureAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Creates a timestamp token from the providedsignatureAttributeConstructor 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 TimestampTokenXAdESTimestampSource. makeTimestampToken(XAdESAttribute unsignedAttribute, TimestampType timestampType, List<TimestampedReference> references)