|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectaccessControl.IntegrityCheck
final class IntegrityCheck
Checks integrity of a message by generating a local message authentication code and comparing it to the one included in the message.
This class is thread-safe.
Method Summary | |
---|---|
protected static boolean |
isMACCorrect(Message message)
Checks if the bypassed message has integrity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static boolean isMACCorrect(Message message)
message
- Message to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |