org.apache.directory.shared.asn1.der
Class DERNumericString
java.lang.Object
org.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERString
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 }.
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
tag, value |
Method Summary |
static DERNumericString |
valueOf(java.lang.String string)
Static factory method, type-conversion operator. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
valueOf
public static DERNumericString valueOf(java.lang.String string)
- Static factory method, type-conversion operator.
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.