public abstract class ASN1Type extends Object
| Constructor and Description |
|---|
ASN1Type() |
| Modifier and Type | Method and Description |
|---|---|
static int |
arraycopy(byte[] src,
byte[] dest,
int destPos) |
abstract int |
getEncodedLength() |
static int |
getHeaderLen(int bodyLen) |
static int |
getLen(int bodyLen) |
abstract int |
write(byte[] out,
int offset) |
static int |
writeGeneralizedTime(Date time,
byte[] out,
int offset) |
static int |
writeHeader(byte tag,
int bodyLen,
byte[] out,
int offset) |
public abstract int getEncodedLength()
public abstract int write(byte[] out,
int offset)
public static int getLen(int bodyLen)
public static int getHeaderLen(int bodyLen)
public static int writeHeader(byte tag,
int bodyLen,
byte[] out,
int offset)
public static int writeGeneralizedTime(Date time, byte[] out, int offset)
public static int arraycopy(byte[] src,
byte[] dest,
int destPos)
Copyright © 2020. All rights reserved.