|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DERBoolean | |
---|---|
com.lowagie.bc.asn1 |
Uses of DERBoolean in com.lowagie.bc.asn1 |
---|
Fields in com.lowagie.bc.asn1 declared as DERBoolean | |
---|---|
static DERBoolean |
DERBoolean.FALSE
|
static DERBoolean |
DERBoolean.TRUE
|
Methods in com.lowagie.bc.asn1 that return DERBoolean | |
---|---|
static DERBoolean |
DERBoolean.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Boolean from a tagged object. |
static 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |