Package org.bouncycastle.asn1
Class DERNull
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Null
org.bouncycastle.asn1.DERNull
- All Implemented Interfaces:
ASN1Encodable
public class DERNull extends ASN1Null
A NULL object.
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedDERNull()Deprecated.use DERNull.INSTANCE -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1Null
getInstance, hashCode, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DERNull
protected DERNull()Deprecated.use DERNull.INSTANCE
-