public class DERNull extends ASN1Null
| Modifier and Type | Field and Description |
|---|---|
static DERNull |
INSTANCE |
private static byte[] |
zeroBytes |
| Constructor and Description |
|---|
DERNull()
Deprecated.
use DERNull.INSTANCE
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
encode(ASN1OutputStream out) |
(package private) int |
encodedLength() |
(package private) boolean |
isConstructed() |
asn1Equals, getInstance, hashCode, toStringequals, fromByteArray, toASN1Primitive, toDERObject, toDLObjectgetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectprivate static final byte[] zeroBytes
public DERNull()
boolean isConstructed()
isConstructed in class ASN1Primitiveint encodedLength()
encodedLength in class ASN1Primitivevoid encode(ASN1OutputStream out) throws java.io.IOException