|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.asn1.BOOLEAN
public class BOOLEAN
An ASN.1 BOOLEAN
value.
Nested Class Summary | |
---|---|
static class |
BOOLEAN.Template
A Class for decoding BOOLEAN values from their BER
encodings. |
Field Summary | |
---|---|
static Form |
FORM
|
static Tag |
TAG
|
Constructor Summary | |
---|---|
BOOLEAN(boolean val)
Creates a BOOLEAN with the given value. |
Method Summary | |
---|---|
void |
encode(java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using its own base tag. |
void |
encode(Tag implicitTag,
java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using an implicit tag. |
Tag |
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context. |
static BOOLEAN.Template |
getTemplate()
|
boolean |
toBoolean()
Returns the boolean value of this BOOLEAN . |
java.lang.String |
toString()
Returns "true" or "false". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Tag TAG
public static final Form FORM
Constructor Detail |
---|
public BOOLEAN(boolean val)
BOOLEAN
with the given value.
Method Detail |
---|
public Tag getTag()
ASN1Value
getTag
in interface ASN1Value
public void encode(java.io.OutputStream ostream) throws java.io.IOException
ASN1Value
encode
in interface ASN1Value
java.io.IOException
public void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
ASN1Value
encode
in interface ASN1Value
java.io.IOException
public boolean toBoolean()
BOOLEAN
.
public java.lang.String toString()
toString
in class java.lang.Object
public static BOOLEAN.Template getTemplate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |