gnu.crypto.der

Class DERValue

Implemented Interfaces:
DER

public class DERValue
extends Object
implements DER

Fields inherited from interface gnu.crypto.der.DER

ANY, APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, CONSTRUCTED_VALUE, CONTEXT, ENUMERATED, GENERALIZED_TIME, GENERAL_STRING, 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, Object value)
DERValue(int tag, int length, Object value, byte[] encoded)

Method Summary

byte[]
getEncoded()
int
getEncodedLength()
int
getExternalTag()
int
getLength()
int
getTag()
int
getTagClass()
Object
getValue()
boolean
isConstructed()
String
toString()

Constructor Details

DERValue

public DERValue(int tag,
                Object value)

DERValue

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

Method Details

getEncoded

public byte[] getEncoded()

getEncodedLength

public int getEncodedLength()

getExternalTag

public int getExternalTag()

getLength

public int getLength()

getTag

public int getTag()

getTagClass

public int getTagClass()

getValue

public Object getValue()

isConstructed

public boolean isConstructed()

toString

public String toString()

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