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

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.DERGeneralString
All Implemented Interfaces:
DEREncodable

public class DERGeneralString
extends DERString


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Method Summary
static DERGeneralString 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
 

Method Detail

valueOf

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



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