org.apache.asn1.der
Class DERNumericString

java.lang.Object
  extended byorg.apache.asn1.der.DERObject
      extended byorg.apache.asn1.der.DERString
          extended byorg.apache.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.asn1.der.DERObject
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SET, T61_STRING, tag, TAGGED, TERMINATOR, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, value, VIDEOTEX_STRING, VISIBLE_STRING
 
Constructor Summary
(package private) DERNumericString(byte[] value)
          Basic DERObject constructor.
 
Method Summary
static DERNumericString valueOf(java.lang.String string)
          Static factory method, type-conversion operator.
 
Methods inherited from class org.apache.asn1.der.DERString
byteArrayToString, getString, stringToByteArray
 
Methods inherited from class org.apache.asn1.der.DERObject
encode, equals, getOctets, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERNumericString

DERNumericString(byte[] value)
Basic DERObject constructor.

Method Detail

valueOf

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



Copyright © 2005-2006 . All Rights Reserved.