Bouncy Castle Cryptography 1.51

org.bouncycastle.asn1
Class DERBoolean

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

Deprecated. use ASN1Boolean

public class DERBoolean
extends ASN1Boolean


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

DERBoolean

public DERBoolean(boolean value)
Deprecated. use getInstance(boolean) method.

Parameters:
value -

Bouncy Castle Cryptography 1.51