public class DERBoolean extends DERObject
| Modifier and Type | Field and Description |
|---|---|
static DERBoolean |
FALSE |
static DERBoolean |
TRUE |
| Constructor and Description |
|---|
DERBoolean(byte[] value)
Basic DERObject constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrue()
Lazy accessor
|
static DERBoolean |
valueOf(boolean value)
Static factory method, type-conversion operator.
|
public static final DERBoolean TRUE
public static final DERBoolean FALSE
public static DERBoolean valueOf(boolean value)
public boolean isTrue()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.