Package org.bouncycastle.asn1
Class ASN1Boolean
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.DERBoolean
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
Constructors Constructor Description ASN1Boolean(boolean value) -
Method Summary
Methods inherited from class org.bouncycastle.asn1.DERBoolean
asn1Equals, getInstance, getInstance, getInstance, getInstance, getInstance, hashCode, isTrue, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Constructor Details
-
ASN1Boolean
public ASN1Boolean(boolean value)
-