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 DERBooleanDERBoolean.FALSEstatic final DERBooleanDERBoolean.TRUEMethods in org.gudy.bouncycastle.asn1 that return DERBooleanModifier and TypeMethodDescriptionstatic DERBooleanDERBoolean.getInstance(boolean value) return a DERBoolean from the passed in boolean.static DERBooleanDERBoolean.getInstance(Object obj) return a boolean from the passed in object.static DERBooleanDERBoolean.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