Package org.ldaptive.asn1
Class AttributeValueAssertion.Value
java.lang.Object
org.ldaptive.asn1.AttributeValueAssertion.Value
- Enclosing class:
AttributeValueAssertion
Class to represent the tag and value.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
attribute value bytes.private final DERTag
attribute value tag.private static final int
hash code seed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HASH_CODE_SEED
private static final int HASH_CODE_SEEDhash code seed.- See Also:
-
attributeValueTag
attribute value tag. -
attributeValueBytes
private final byte[] attributeValueBytesattribute value bytes.
-
-
Constructor Details
-
Value
Creates a new value.- Parameters:
tag
- type of the attribute valuebytes
- of the attribute
-
-
Method Details
-
getTag
Returns the attribute value tag.- Returns:
- attribute value tag
-
getBytes
public byte[] getBytes()Returns the attribute value bytes.- Returns:
- attribute value bytes
-
equals
-
hashCode
public int hashCode() -
toString
-