Uses of Class
eu.europa.esig.dss.cades.validation.CAdESAttribute
Packages that use CAdESAttribute
Package
Description
-
Uses of CAdESAttribute in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type CAdESAttributeModifier and TypeMethodDescriptionCAdESSigProperties.getAttributes()CAdESUnsignedAttributes.getAttributes() -
Uses of CAdESAttribute in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return types with arguments of type CAdESAttributeModifier and TypeMethodDescriptionprotected SignatureProperties<CAdESAttribute>CAdESTimestampSource.buildSignedSignatureProperties()protected SignatureProperties<CAdESAttribute>CAdESTimestampSource.buildUnsignedSignatureProperties()Methods in eu.europa.esig.dss.cades.validation.timestamp with parameters of type CAdESAttributeModifier and TypeMethodDescriptionprotected eu.europa.esig.dss.enumerations.ArchiveTimestampTypeCAdESTimestampSource.getArchiveTimestampType(CAdESAttribute unsignedAttribute) protected List<eu.europa.esig.dss.spi.x509.CertificateRef>CAdESTimestampSource.getCertificateRefs(CAdESAttribute unsignedAttribute) protected List<AdvancedSignature>CAdESTimestampSource.getCounterSignatures(CAdESAttribute unsignedAttribute) protected List<eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef>CAdESTimestampSource.getCRLRefs(CAdESAttribute unsignedAttribute) protected List<eu.europa.esig.dss.model.identifier.Identifier>CAdESTimestampSource.getEncapsulatedCertificateIdentifiers(CAdESAttribute unsignedAttribute) protected List<eu.europa.esig.dss.crl.CRLBinary>CAdESTimestampSource.getEncapsulatedCRLIdentifiers(CAdESAttribute unsignedAttribute) protected List<eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPResponseBinary>CAdESTimestampSource.getEncapsulatedOCSPIdentifiers(CAdESAttribute unsignedAttribute) protected List<eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef>CAdESTimestampSource.getOCSPRefs(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isAllDataObjectsTimestamp(CAdESAttribute signedAttribute) protected booleanCAdESTimestampSource.isArchiveTimestamp(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isAttrAuthoritiesCertValues(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isAttributeCertificateRef(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isAttributeRevocationRef(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isAttributeRevocationValues(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isCertificateValues(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isCompleteCertificateRef(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isCompleteRevocationRef(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isContentTimestamp(CAdESAttribute signedAttribute) protected booleanCAdESTimestampSource.isCounterSignature(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isIndividualDataObjectsTimestamp(CAdESAttribute signedAttribute) protected booleanCAdESTimestampSource.isRefsOnlyTimestamp(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isRevocationValues(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isSigAndRefsTimestamp(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isSignaturePolicyStore(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isSignatureTimestamp(CAdESAttribute unsignedAttribute) protected booleanCAdESTimestampSource.isTimeStampValidationData(CAdESAttribute unsignedAttribute) protected TimestampTokenCAdESTimestampSource.makeTimestampToken(CAdESAttribute signatureAttribute, eu.europa.esig.dss.enumerations.TimestampType timestampType, List<TimestampedReference> references)