public class ASN1Boolean extends ASN1PrimitiveValue<java.lang.Boolean>
| Modifier and Type | Class and Description |
|---|---|
static class |
ASN1Boolean.Parser |
static class |
ASN1Boolean.Serializer |
valueBytestag| Constructor and Description |
|---|
ASN1Boolean(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getValue() |
protected int |
valueHash() |
equals, getTag, hashCode, toString, valueStringpublic java.lang.Boolean getValue()
getValue in class ASN1Object<java.lang.Boolean>protected int valueHash()
valueHash in class ASN1PrimitiveValue<java.lang.Boolean>