Bouncy Castle Cryptography Library 1.77.0

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, Encodable

public class DERNull
extends ASN1Null

An ASN.1 DER NULL object.

Preferably use the constant: DERNull.INSTANCE.


Field Summary
static DERNull INSTANCE
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Null
getInstance, getInstance, hashCode, toString
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final DERNull INSTANCE

Bouncy Castle Cryptography Library 1.77.0