For the latest news and information visit
The GNU Crypto project

gnu.crypto.der
Class DERValue

java.lang.Object
  extended by gnu.crypto.der.DERValue
All Implemented Interfaces:
DER

public class DERValue
extends Object
implements DER


Field Summary
 
Fields inherited from interface gnu.crypto.der.DER
ANY, APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, CONSTRUCTED_VALUE, CONTEXT, ENUMERATED, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, ISO646_STRING, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, PRIVATE, REAL, RELATIVE_OID, SEQUENCE, SET, T61_STRING, UNIVERSAL, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, VIDEOTEX_STRING
 
Constructor Summary
DERValue(int tag, int length, Object value, byte[] encoded)
           
DERValue(int tag, Object value)
           
 
Method Summary
 byte[] getEncoded()
           
 int getEncodedLength()
           
 int getExternalTag()
           
 int getLength()
           
 int getTag()
           
 int getTagClass()
           
 Object getValue()
           
 boolean isConstructed()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DERValue

public DERValue(int tag,
                int length,
                Object value,
                byte[] encoded)

DERValue

public DERValue(int tag,
                Object value)
Method Detail

getExternalTag

public int getExternalTag()

getTag

public int getTag()

getTagClass

public int getTagClass()

isConstructed

public boolean isConstructed()

getLength

public int getLength()

getValue

public Object getValue()

getEncoded

public byte[] getEncoded()

getEncodedLength

public int getEncodedLength()

toString

public String toString()
Overrides:
toString in class Object

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.