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

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

public class DERTeletexString
extends DERString

DER Teletex String


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

DERTeletexString

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

Method Detail

valueOf

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



Copyright © 2004-2009. All Rights Reserved.