|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.HashID
DomainSpecification
element.
It is represented by the "id" attribute of the element.Field Summary | |
static int |
APPLICATION_DOMAIN
ApplicationDomain type of hash id |
static int |
CREDENTIAL_DOMAIN
CredentialDomain type of hash id |
private int |
hashType
type of the hash id. |
private java.lang.String |
hashValue
the hash value for the element. |
Constructor Summary | |
HashID(int hashType,
java.lang.String hashValue)
Constructor for HashID |
Method Summary | |
boolean |
equals(java.lang.Object id)
|
int |
getHashType()
Returns the hashType. |
java.lang.String |
getHashValue()
Returns the hashValue. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int APPLICATION_DOMAIN
public static final int CREDENTIAL_DOMAIN
private java.lang.String hashValue
private int hashType
Constructor Detail |
public HashID(int hashType, java.lang.String hashValue)
Method Detail |
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object id)
equals
in class java.lang.Object
public int getHashType()
public java.lang.String getHashValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |