Uses of Class
eu.europa.esig.dss.jades.validation.JAdESAttribute
Package | Description |
---|---|
eu.europa.esig.dss.jades.validation | |
eu.europa.esig.dss.jades.validation.timestamp |
-
Uses of JAdESAttribute in eu.europa.esig.dss.jades.validation
Subclasses of JAdESAttribute in eu.europa.esig.dss.jades.validation Modifier and Type Class Description class
EtsiUComponent
Represents an item of the 'etsiU' header arrayMethods in eu.europa.esig.dss.jades.validation that return types with arguments of type JAdESAttribute Modifier and Type Method Description List<JAdESAttribute>
JAdESSignedProperties. getAttributes()
-
Uses of JAdESAttribute in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type JAdESAttribute Modifier and Type Method Description protected SignatureProperties<JAdESAttribute>
JAdESTimestampSource. buildSignedSignatureProperties()
protected SignatureProperties<JAdESAttribute>
JAdESTimestampSource. buildUnsignedSignatureProperties()
Methods in eu.europa.esig.dss.jades.validation.timestamp with parameters of type JAdESAttribute Modifier and Type Method Description protected ArchiveTimestampType
JAdESTimestampSource. getArchiveTimestampType(JAdESAttribute unsignedAttribute)
protected List<CertificateRef>
JAdESTimestampSource. getCertificateRefs(JAdESAttribute unsignedAttribute)
protected List<AdvancedSignature>
JAdESTimestampSource. getCounterSignatures(JAdESAttribute unsignedAttribute)
protected List<CRLRef>
JAdESTimestampSource. getCRLRefs(JAdESAttribute unsignedAttribute)
protected List<Identifier>
JAdESTimestampSource. getEncapsulatedCertificateIdentifiers(JAdESAttribute unsignedAttribute)
protected List<Identifier>
JAdESTimestampSource. getEncapsulatedCRLIdentifiers(JAdESAttribute unsignedAttribute)
protected List<Identifier>
JAdESTimestampSource. getEncapsulatedOCSPIdentifiers(JAdESAttribute unsignedAttribute)
protected List<TimestampedReference>
JAdESTimestampSource. getIndividualContentTimestampedReferences(JAdESAttribute signedAttribute)
protected List<OCSPRef>
JAdESTimestampSource. getOCSPRefs(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isAllDataObjectsTimestamp(JAdESAttribute signedAttribute)
protected boolean
JAdESTimestampSource. isArchiveTimestamp(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isAttrAuthoritiesCertValues(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isAttributeCertificateRef(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isAttributeRevocationRef(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isAttributeRevocationValues(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isCertificateValues(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isCompleteCertificateRef(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isCompleteRevocationRef(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isContentTimestamp(JAdESAttribute signedAttribute)
protected boolean
JAdESTimestampSource. isCounterSignature(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isIndividualDataObjectsTimestamp(JAdESAttribute signedAttribute)
protected boolean
JAdESTimestampSource. isRefsOnlyTimestamp(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isRevocationValues(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isSigAndRefsTimestamp(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isSignaturePolicyStore(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isSignatureTimestamp(JAdESAttribute unsignedAttribute)
protected boolean
JAdESTimestampSource. isTimeStampValidationData(JAdESAttribute unsignedAttribute)
protected TimestampToken
JAdESTimestampSource. makeTimestampToken(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)
protected List<TimestampToken>
JAdESTimestampSource. makeTimestampTokens(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)