Uses of Class
eu.europa.esig.dss.spi.tsl.Condition
-
Packages that use Condition Package Description eu.europa.esig.dss.spi.tsl eu.europa.esig.dss.tsl eu.europa.esig.dss.tsl.service -
-
Uses of Condition in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return types with arguments of type Condition Modifier and Type Method Description Map<String,List<Condition>>ServiceInfoStatus. getQualifiersAndConditions()Returns a Map of qualifiers with its conditionsConstructor parameters in eu.europa.esig.dss.spi.tsl with type arguments of type Condition Constructor Description ServiceInfoStatus(String serviceName, String type, String status, Map<String,List<Condition>> qualifiersAndConditions, List<String> additionalServiceInfoUris, List<String> serviceSupplyPoints, Date expiredCertsRevocationInfo, Date startDate, Date endDate) -
Uses of Condition in eu.europa.esig.dss.tsl
Subclasses of Condition in eu.europa.esig.dss.tsl Modifier and Type Class Description classCertSubjectDNAttributeConditionCertSubjectDNAttribute Presence: This field is optional.classCompositeConditionCondition resulting of the matchingCriteriaIndicator of other ConditionsclassExtendedKeyUsageConditionExtendedKeyUsage Presence: This field is optional.classKeyUsageConditionCondition based on the certificate key usageclassPolicyIdConditionChecks if a certificate has a specific policy OID.
Objects based on this class are instantiated from trusted list or by SignedDocumentValidator for QCP and QCPPlusMethods in eu.europa.esig.dss.tsl that return Condition Modifier and Type Method Description ConditionTSLConditionsForQualifiers. getCondition()Methods in eu.europa.esig.dss.tsl that return types with arguments of type Condition Modifier and Type Method Description List<Condition>CompositeCondition. getChildren()Returns the list of child conditions.Methods in eu.europa.esig.dss.tsl with parameters of type Condition Modifier and Type Method Description voidCompositeCondition. addChild(Condition condition)This method adds a child condition.voidTSLConditionsForQualifiers. setCondition(Condition condition)Constructors in eu.europa.esig.dss.tsl with parameters of type Condition Constructor Description TSLConditionsForQualifiers(List<String> qualifiers, Condition condition) -
Uses of Condition in eu.europa.esig.dss.tsl.service
Methods in eu.europa.esig.dss.tsl.service that return Condition Modifier and Type Method Description protected ConditionTSLParser. getCondition(CriteriaListType criteriaList)
-