Bouncy Castle Cryptography 1.48

org.bouncycastle.asn1
Class DERNull

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.ASN1Null
              extended by org.bouncycastle.asn1.DERNull
All Implemented Interfaces:
ASN1Encodable

public class DERNull
extends ASN1Null

A NULL object.


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

Field Detail

INSTANCE

public static final DERNull INSTANCE
Constructor Detail

DERNull

public DERNull()
Deprecated. use DERNull.INSTANCE


Bouncy Castle Cryptography 1.48