Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1
Class ASN1Boolean

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

public class ASN1Boolean
extends DERBoolean


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.DERBoolean
FALSE, TRUE
 
Constructor Summary
ASN1Boolean(boolean value)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.DERBoolean
asn1Equals, getInstance, getInstance, getInstance, hashCode, isTrue, 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

ASN1Boolean

public ASN1Boolean(boolean value)

Bouncy Castle Cryptography Library 1.47