|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.Principal | +--edu.stanford.rt.credential.PublicKeyPrincipal
Principal
element which consists of
ds:KeyValue. Instead of storing the key vlaue, we store the
hashValue of the key value. The key value is stored in
PublicKeyPrincipalInfo
.Field Summary | |
private java.lang.String |
hashValue
Hash value for the public key stored in this principal |
Constructor Summary | |
PublicKeyPrincipal(java.lang.String hashValue)
Contructor of PublicKeyPrincipal |
Method Summary | |
boolean |
equals(java.lang.Object principal)
|
int |
hashCode()
|
java.lang.String |
toString(java.lang.String indent)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String hashValue
Constructor Detail |
public PublicKeyPrincipal(java.lang.String hashValue)
Method Detail |
public boolean equals(java.lang.Object principal)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)
toString
in interface PrincipalExpression
toString
in class Principal
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |