For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.params
Class DERWriter

java.lang.Object
  extended bygnu.crypto.jce.params.DERWriter

class DERWriter
extends java.lang.Object


Field Summary
(package private) static int APPLICATION
           
(package private) static int CONTEXT_SPECIFIC
           
(package private) static int PRIVATE
           
(package private) static int UNIVERSAL
           
 
Constructor Summary
DERWriter()
           
 
Method Summary
 byte[] joinarrays(byte[] a, byte[] b)
           
 byte[] joinarrays(byte[] a, byte[] b, byte[] c)
           
 byte[] writeBigInteger(java.math.BigInteger i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNIVERSAL

static final int UNIVERSAL
See Also:
Constant Field Values

APPLICATION

static final int APPLICATION
See Also:
Constant Field Values

CONTEXT_SPECIFIC

static final int CONTEXT_SPECIFIC
See Also:
Constant Field Values

PRIVATE

static final int PRIVATE
See Also:
Constant Field Values
Constructor Detail

DERWriter

public DERWriter()
Method Detail

writeBigInteger

public byte[] writeBigInteger(java.math.BigInteger i)

joinarrays

public byte[] joinarrays(byte[] a,
                         byte[] b)

joinarrays

public byte[] joinarrays(byte[] a,
                         byte[] b,
                         byte[] c)

For the latest news and information visit
The GNU Crypto project

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