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.
|
public static final DERBoolean TRUE
public static final DERBoolean FALSE
public static DERBoolean valueOf(boolean value)
public boolean isTrue()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.