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 DERObject
buf
- DERBufferIOException
public void derEncode(DERBuffer buf) throws IOException
derEncode
in class DERObject
buf
- DERBufferIOException
Copyright © 2005–2018 Alfresco Software. All rights reserved.