|
Message Security Layer (MSL) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MslUser
A MSL user. The equals(Object) and hashCode() methods
must be implemented.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares this object against the provided object. |
String |
getEncoded()
Returns a serialized data encoding of the MSL user. |
int |
hashCode()
|
| Method Detail |
|---|
String getEncoded()
Returns a serialized data encoding of the MSL user. This is the value that will be used by the MSL stack during transport and to reconstruct the MSL user instance.
boolean equals(Object obj)
Compares this object against the provided object. This method must
return true if the provided object is a MslUser referencing the
same MSL user.
equals in class Objectobj - the object with which to compare.
true if the object is a MslUser that references
the same MSL user.hashCode()int hashCode()
hashCode in class Object
|
Message Security Layer (MSL) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||