gnu.crypto.jce.params
Class DERWriter
java.lang.Object
gnu.crypto.jce.params.DERWriter
- class DERWriter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DERWriter
public DERWriter()
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)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.