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, toString
equals, fromByteArray, toASN1Primitive, toDERObject, toDLObject
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
private static final byte[] zeroBytes
public DERNull()
boolean isConstructed()
isConstructed
in class ASN1Primitive
int encodedLength()
encodedLength
in class ASN1Primitive
void encode(ASN1OutputStream out) throws java.io.IOException