Class ASN1Boolean
java.lang.Object
com.hierynomus.asn1.types.ASN1Object<Boolean>
com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue<Boolean>
com.hierynomus.asn1.types.primitive.ASN1Boolean
- All Implemented Interfaces:
ASN1Primitive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsFields inherited from class com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue
valueBytes
Fields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
Constructor Summary
ConstructorsModifierConstructorDescriptionASN1Boolean
(boolean value) private
ASN1Boolean
(byte[] valueBytes, boolean value) -
Method Summary
Methods inherited from class com.hierynomus.asn1.types.ASN1Object
equals, getTag, hashCode, toString, valueString
-
Field Details
-
value
private boolean value
-
-
Constructor Details
-
ASN1Boolean
public ASN1Boolean(boolean value) -
ASN1Boolean
private ASN1Boolean(byte[] valueBytes, boolean value)
-
-
Method Details
-
getValue
- Specified by:
getValue
in classASN1Object<Boolean>
-
valueHash
protected int valueHash()- Overrides:
valueHash
in classASN1PrimitiveValue<Boolean>
-