Class DERUniversalString

  • All Implemented Interfaces:
    ASN1Encodable, ASN1String, Encodable

    public class DERUniversalString
    extends ASN1UniversalString
    DER UniversalString object - encodes UNICODE (ISO 10646) characters using 32-bit format. In Java we have no way of representing this directly so we rely on byte arrays to carry these.
    • Constructor Detail

      • DERUniversalString

        public DERUniversalString​(byte[] string)
        Basic constructor - byte encoded string.
        Parameters:
        string - the byte encoding of the string to be carried in the UniversalString object,