Uses of Class
org.gudy.bouncycastle.asn1.DERBoolean
Packages that use DERBoolean
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of DERBoolean in org.gudy.bouncycastle.asn1
Fields in org.gudy.bouncycastle.asn1 declared as DERBooleanModifier and TypeFieldDescriptionstatic final DERBoolean
DERBoolean.FALSE
static final DERBoolean
DERBoolean.TRUE
Methods in org.gudy.bouncycastle.asn1 that return DERBooleanModifier and TypeMethodDescriptionstatic DERBoolean
DERBoolean.getInstance
(boolean value) return a DERBoolean from the passed in boolean.static DERBoolean
DERBoolean.getInstance
(Object obj) return a boolean from the passed in object.static DERBoolean
DERBoolean.getInstance
(ASN1TaggedObject obj, boolean explicit) return a Boolean from a tagged object. -
Uses of DERBoolean in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as DERBooleanConstructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERBoolean