public class DERBoolean extends DERObject
| Constructor and Description |
|---|
DERBoolean()
Default constructor
|
DERBoolean(boolean bool)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
derDecode(DERBuffer buf)
Decode the object
|
void |
derEncode(DERBuffer buf)
Encode the object
|
boolean |
getValue()
Return the boolean value
|
String |
toString()
Return the boolean as a string
|
public DERBoolean()
public DERBoolean(boolean bool)
bool - booleanpublic final boolean getValue()
public void derDecode(DERBuffer buf) throws IOException
derDecode in class DERObjectbuf - DERBufferIOExceptionpublic void derEncode(DERBuffer buf) throws IOException
derEncode in class DERObjectbuf - DERBufferIOExceptionCopyright © 2005–2020 Alfresco Software. All rights reserved.