Class CompoundConstraint

java.lang.Object
com.oss.metadata.Constraints
com.oss.metadata.CompoundConstraint

public class CompoundConstraint extends Constraints
The CompoundConstraint class represents an ASN.1 compound constraint as a list of constraints. This is used when the ASN.1 definition for the constraints used parentheses as in the following examples:
    A ::= IA5String ((SIZE(1..5) | SIZE(8..10)) ^ FROM("A" |"B"))
    
Since:
ASN.1/Java 2.1
  • Method Details

    • getConstraints

      public Constraints getConstraints()
      Return the constraints defined by the ASN.1 CompoundConstraint.
      Returns:
      the constraints