|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERBoolean
public class DERBoolean
DER Boolean object.
Field Summary | |
---|---|
static DERBoolean |
FALSE
|
static DERBoolean |
TRUE
|
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
tag, value |
Constructor Summary | |
---|---|
DERBoolean(byte[] value)
Basic DERObject constructor. |
Method Summary | |
---|---|
boolean |
isTrue()
Lazy accessor |
static DERBoolean |
valueOf(boolean value)
Static factory method, type-conversion operator. |
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
encode, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DERBoolean TRUE
public static final DERBoolean FALSE
Constructor Detail |
---|
public DERBoolean(byte[] value)
Method Detail |
---|
public static DERBoolean valueOf(boolean value)
public boolean isTrue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |