Class DERGeneralString

All Implemented Interfaces:
ASN1Encodable, ASN1String, Encodable

public class DERGeneralString extends ASN1GeneralString
ASN.1 GENERAL-STRING data type.

This is an 8-bit encoded ISO 646 (ASCII) character set with optional escapes to other character sets.

  • Constructor Details

    • DERGeneralString

      public DERGeneralString(String string)
      Construct a GeneralString from the passed in String.
      Parameters:
      string - the string to be contained in this object.