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

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERObject
      extended by org.apache.directory.shared.asn1.der.DERString
          extended by org.apache.directory.shared.asn1.der.DERUTF8String
All Implemented Interfaces:
DEREncodable

public class DERUTF8String
extends DERString

DER UTF8String object.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Constructor Summary
DERUTF8String(byte[] value)
          Basic DERObject constructor.
 
Method Summary
static DERUTF8String valueOf(java.lang.String string)
          Static factory method, type-conversion operator.
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERString
byteArrayToString, getString, stringToByteArray
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject
encode, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERUTF8String

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

Method Detail

valueOf

public static DERUTF8String valueOf(java.lang.String string)
Static factory method, type-conversion operator.



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.