Class ContextAndSubContext

java.lang.Object
eu.europa.esig.dss.validation.policy.ContextAndSubContext
All Implemented Interfaces:
Serializable

public class ContextAndSubContext extends Object implements Serializable
This class represents a pair of a Context and a SubContext to define an applicability scope of cryptographic rules
See Also:
  • Constructor Details

    • ContextAndSubContext

      protected ContextAndSubContext()
      Constructor for a global context definition
    • ContextAndSubContext

      protected ContextAndSubContext(Context context, SubContext subContext)
      Default constructor
      Parameters:
      context - Context
      subContext - SubContext
  • Method Details