public class CK_BBOOL
extends java.lang.Object
Further information is provided in the PKCS#11 standard and the SDK Reference Guide.
| Modifier and Type | Field and Description |
|---|---|
static CK_BBOOL |
FALSE
Object corresponding to value false
|
static CK_BBOOL |
TRUE
Object corresponding to value true
|
| Constructor and Description |
|---|
CK_BBOOL()
Value initialised to false
|
CK_BBOOL(boolean value)
Values initialised as specified
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
booleanValue()
Retrieve the value as a boolean
|
boolean |
equals(java.lang.Object obj)
Return true if and only if all of the following conditions are met
the argument is not null
and is a CK_BBOOL
and the boolean value matches
|
void |
setValue(boolean value)
Set the current value as specified
|
java.lang.String |
toString()
Retrieve the string representation of the current value
|
public static final CK_BBOOL TRUE
public static final CK_BBOOL FALSE
public CK_BBOOL()
public CK_BBOOL(boolean value)
value - setterpublic boolean booleanValue()
public void setValue(boolean value)
value - setterpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright (c) 2025 Thales Group. All rights reserved.