org.ldaptive.asn1
Class AttributeValueAssertion.Value

java.lang.Object
  extended by org.ldaptive.asn1.AttributeValueAssertion.Value
Enclosing class:
AttributeValueAssertion

public static class AttributeValueAssertion.Value
extends Object

Class to represent the tag and value.


Constructor Summary
AttributeValueAssertion.Value(DERTag tag, byte[] bytes)
          Creates a new value.
 
Method Summary
 boolean equals(Object o)
          
 byte[] getBytes()
          Returns the attribute value bytes.
 DERTag getTag()
          Returns the attribute value tag.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeValueAssertion.Value

public AttributeValueAssertion.Value(DERTag tag,
                                     byte[] bytes)
Creates a new value.

Parameters:
tag - type of the attribute value
bytes - of the attribute
Method Detail

getTag

public DERTag getTag()
Returns the attribute value tag.

Returns:
attribute value tag

getBytes

public byte[] getBytes()
Returns the attribute value bytes.

Returns:
attribute value bytes

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.