public class BerNull
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
BerIdentifier |
id |
static BerIdentifier |
identifier |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream is,
boolean explicit) |
int |
encode(BerByteArrayOutputStream os,
boolean explicit) |
java.lang.String |
toString() |
public static final BerIdentifier identifier
public BerIdentifier id
public int encode(BerByteArrayOutputStream os, boolean explicit) throws java.io.IOException
java.io.IOExceptionpublic int decode(java.io.InputStream is,
boolean explicit)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object