Class IA5String

    • Field Detail

      • TAG

        public static final Tag TAG
    • Constructor Detail

      • IA5String

        public IA5String​(char[] chars)
                  throws java.io.CharConversionException
        Throws:
        java.io.CharConversionException
      • IA5String

        public IA5String​(java.lang.String s)
                  throws java.io.CharConversionException
        Throws:
        java.io.CharConversionException
    • Method Detail

      • getTag

        public Tag getTag()
        Description copied from interface: ASN1Value
        Returns the base tag for this type, not counting any tags that may be imposed on it by its context.
        Specified by:
        getTag in interface ASN1Value
        Specified by:
        getTag in class CharacterString
        Returns:
        Base tag.