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

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

public class DERPrintableString
extends DERString

DER PrintableString object.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Constructor Summary
DERPrintableString(byte[] value)
          Basic DERObject constructor.
 
Method Summary
static DERPrintableString 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

DERPrintableString

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

Method Detail

valueOf

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



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