Bouncy Castle Cryptography Library 1.48

org.bouncycastle.asn1
Class ASN1Null

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

public abstract class ASN1Null
extends ASN1Primitive

A NULL object.


Constructor Summary
ASN1Null()
          Deprecated. use DERNull.INSTANCE
 
Method Summary
static ASN1Null getInstance(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String 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
 

Constructor Detail

ASN1Null

public ASN1Null()
Deprecated. use DERNull.INSTANCE

Method Detail

getInstance

public static ASN1Null getInstance(java.lang.Object o)

hashCode

public int hashCode()
Specified by:
hashCode in class ASN1Primitive

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Bouncy Castle Cryptography Library 1.48