Uses of Class
eu.europa.esig.dss.validation.timestamp.TimestampedReference
-
-
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. getIndividualContentTimestampedReferences(CAdESAttribute signedAttribute)protected List<TimestampedReference>CAdESTimestampSource. getSignatureSignedDataReferences()protected List<TimestampedReference>CAdESTimestampSource. getSignedDataReferences(TimestampToken timestampToken)List<TimestampedReference>CAdESSignature. getTimestampReferencesForArchiveTimestamp(List<TimestampToken> timestampedTimestamps)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 protected List<TimestampedReference>PAdESTimestampSource. getSignatureTimestampReferences()Method parameters in eu.europa.esig.dss.pades.validation with type arguments of type TimestampedReference Modifier and Type Method Description protected voidPAdESSignature. addReferencesForCertificates(List<TimestampedReference> references)protected voidPAdESSignature. addReferencesFromRevocationData(List<TimestampedReference> references)This method adds references to retrieved revocation data. -
Uses of TimestampedReference in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type TimestampedReference Modifier and Type Method Description protected List<TimestampedReference>DefaultAdvancedSignature. getContentTimestampReferences()protected List<TimestampedReference>DefaultAdvancedSignature. getSignatureTimestampReferences()protected List<TimestampedReference>DefaultAdvancedSignature. getSigningCertificateTimestampReferences()protected List<TimestampedReference>DefaultAdvancedSignature. getTimestampedReferencesFromCertificates(List<CertificateToken> certificateTokens)Creates a list ofTimestampedReferences for the providedcertificateTokensMethods in eu.europa.esig.dss.validation with parameters of type TimestampedReference Modifier and Type Method Description protected voidDefaultAdvancedSignature. addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd)AddsreferenceToAddtoreferenceListwithout duplicatesMethod parameters in eu.europa.esig.dss.validation with type arguments of type TimestampedReference Modifier and Type Method Description protected voidDefaultAdvancedSignature. addEncapsulatedCertificatesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)protected voidDefaultAdvancedSignature. addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd)AddsreferenceToAddtoreferenceListwithout duplicatesprotected voidDefaultAdvancedSignature. addReferences(List<TimestampedReference> referenceList, List<TimestampedReference> referencesToAdd)AddsreferencesToAddtoreferenceListwithout duplicatesprotected voidDefaultAdvancedSignature. addReferencesForCertificates(List<TimestampedReference> references)protected voidDefaultAdvancedSignature. addReferencesForPreviousTimestamps(List<TimestampedReference> references, List<TimestampToken> timestampedTimestamps)protected voidDefaultAdvancedSignature. addReferencesFromRevocationData(List<TimestampedReference> references)This method adds references to retrieved revocation data. -
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. getAllContentTimestampReferences()Returns a list ofTimestampedReferences obtained from thesignatureScopesprotected 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 CAdESprotected List<TimestampedReference>AbstractTimestampSource. getSignatureTimestampReferences()Returns a list ofTimestampedReferencefor a "signature-timestamp" elementprotected List<TimestampedReference>AbstractTimestampSource. getSignedDataReferences(TimestampToken timestampToken)Returns a list ofTimestampedReferences for the giventimestampTokenfound into signed properties of the signature NOTE: used only in CAdES.protected 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, 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, CertificatePool certPool, List<TimestampedReference> timestampedReferences, TimestampLocation timeStampLocation)TimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, CertificatePool certPool, List<TimestampedReference> timestampedReferences, TimestampLocation timeStampLocation)TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, CertificatePool certPool, 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. getIndividualContentTimestampedReferences(XAdESAttribute signedAttribute)protected 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)
-