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 classstatic class -
Field Summary
FieldsFields inherited from class ASN1PrimitiveValue
valueBytesFields inherited from class ASN1Object
tag -
Constructor Summary
ConstructorsModifierConstructorDescriptionASN1Boolean(boolean value) privateASN1Boolean(byte[] valueBytes, boolean value) -
Method Summary
Methods inherited from class 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:
getValuein classASN1Object<Boolean>
-
valueHash
protected int valueHash()- Overrides:
valueHashin classASN1PrimitiveValue<Boolean>
-