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

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

public class DERNumericString
extends DERString

DER NumericString - a string of ASCII numeric characters { 0,1,2,3,4,5,6,7,8,9 }.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Method Summary
static DERNumericString valueOf(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 DERNumericString valueOf(String string)
Static factory method, type-conversion operator.



Copyright © 2004-2012. All Rights Reserved.