Class SingleValueConstraint

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

public class SingleValueConstraint extends Constraints
The SingleValueConstraint class represents an ASN.1 single value constraint. This is used for the simplest of constraints and also as a building block for other constraints. The following example shows the single value constraint for "BAAABAAA".
    E ::= IA5String ("BAAABAAA")
    
Since:
ASN.1/Java 2.1
  • Method Details

    • getValue

      public AbstractData getValue()
      Return the value of the singleValueConstraint
      Returns:
      constraining value