Class KMCStringInfo


public class KMCStringInfo extends VectorInfo
The KMCStringInfo class represents the properties of the ASN.1 known-multiplier string types: IA5String, NumericString, PrintableString, VisibleString, BMPString and UniversalString
Since:
ASN.1/Java 2.1
  • Method Details

    • isRestrictedString

      public boolean isRestrictedString()
      Returns true if the string type has a permitted alphabet constraint, and false if there is no such constraint.
      Returns:
      true if the string type has a permitted alphabet constraint.