Class ASN1Boolean
- java.lang.Object
-
- com.hierynomus.asn1.types.ASN1Object<T>
-
- com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue<java.lang.Boolean>
-
- com.hierynomus.asn1.types.primitive.ASN1Boolean
-
- All Implemented Interfaces:
ASN1Primitive
public class ASN1Boolean extends ASN1PrimitiveValue<java.lang.Boolean>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ASN1Boolean.Parser
static class
ASN1Boolean.Serializer
-
Field Summary
Fields Modifier and Type Field Description private boolean
value
-
Fields inherited from class com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue
valueBytes
-
Fields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
-
Constructor Summary
Constructors Modifier Constructor Description ASN1Boolean(boolean value)
private
ASN1Boolean(byte[] valueBytes, boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getValue()
protected int
valueHash()
-
Methods inherited from class com.hierynomus.asn1.types.ASN1Object
equals, getTag, hashCode, toString, valueString
-
-
-
-
Method Detail
-
getValue
public java.lang.Boolean getValue()
- Specified by:
getValue
in classASN1Object<java.lang.Boolean>
-
valueHash
protected int valueHash()
- Overrides:
valueHash
in classASN1PrimitiveValue<java.lang.Boolean>
-
-