Uses of Class
org.gudy.bouncycastle.asn1.DERBoolean
-
Packages that use DERBoolean Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.x509 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 DERBoolean Modifier and Type Field Description static DERBoolean
DERBoolean. FALSE
static DERBoolean
DERBoolean. TRUE
Methods in org.gudy.bouncycastle.asn1 that return DERBoolean Modifier and Type Method Description static DERBoolean
DERBoolean. getInstance(boolean value)
return a DERBoolean from the passed in boolean.static DERBoolean
DERBoolean. getInstance(java.lang.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 DERBoolean Modifier and Type Field Description (package private) DERBoolean
BasicConstraints. cA
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERBoolean Constructor Description X509Extension(DERBoolean critical, ASN1OctetString value)
-