| Constructor and Description |
|---|
DecodeBER(ASN1Object infrastructureObject) |
DecodeBER(java.util.Collection<ASN1Object> objects) |
| Modifier and Type | Method and Description |
|---|---|
static ASN1Object |
decode(byte[] data) |
void |
flush() |
void |
update(byte c) |
void |
update(byte[] data,
int off,
int len) |
public DecodeBER(ASN1Object infrastructureObject)
public DecodeBER(java.util.Collection<ASN1Object> objects)
public void update(byte[] data,
int off,
int len)
throws CodecException
update in interface CodecCodecExceptionpublic void update(byte c)
throws CodecException
update in interface CodecCodecExceptionpublic static ASN1Object decode(byte[] data) throws CodecException
CodecException