org.apache.directory.shared.asn1.der
Class DERUniversalString

java.lang.Object
  extended byorg.apache.directory.shared.asn1.der.DERObject
      extended byorg.apache.directory.shared.asn1.der.DERString
          extended byorg.apache.directory.shared.asn1.der.DERUniversalString
All Implemented Interfaces:
DEREncodable

public class DERUniversalString
extends DERString

DER UniversalString object.


Field Summary
private static char[] table
           
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SET, T61_STRING, tag, TAGGED, TERMINATOR, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, value, VIDEOTEX_STRING, VISIBLE_STRING
 
Constructor Summary
DERUniversalString(byte[] value)
          Basic DERObject constructor.
 
Method Summary
 java.lang.String getString()
          Lazy accessor.
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERString
byteArrayToString, stringToByteArray
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject
encode, equals, getOctets, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

private static final char[] table
Constructor Detail

DERUniversalString

public DERUniversalString(byte[] value)
Basic DERObject constructor.

Method Detail

getString

public java.lang.String getString()
Description copied from class: DERString
Lazy accessor.

Overrides:
getString in class DERString
Returns:
underlying byte array converted to a String


Copyright © 2003-2006 . All Rights Reserved.