Class ContextAndSubContext
java.lang.Object
eu.europa.esig.dss.validation.policy.ContextAndSubContext
- All Implemented Interfaces:
Serializable
This class represents a pair of a
Context and a SubContext to define
an applicability scope of cryptographic rules- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for a global context definitionprotectedContextAndSubContext(Context context, SubContext subContext) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected ContextGetsContextprotected SubContextGetsSubContextinthashCode()toString()
-
Constructor Details
-
ContextAndSubContext
protected ContextAndSubContext()Constructor for a global context definition -
ContextAndSubContext
Default constructor- Parameters:
context-ContextsubContext-SubContext
-
-
Method Details