|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectaccessControl.AccessControlController
public class AccessControlController
Controller class of component AccessControl
. Implements
the architecture interface AccessControlInterface
.
Used for an integrity check, based on message authentication codes (MAC).
Constructor Summary | |
---|---|
AccessControlController()
Generates a new AccessControl component which can be used
for an integrity check, based on message authentication codes (MAC). |
Method Summary | |
---|---|
void |
initialize()
Initializes the this component. |
boolean |
isMACCorrect(Message message)
Performs an integrity check on the bypassed message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessControlController()
AccessControl
component which can be used
for an integrity check, based on message authentication codes (MAC).
Empty constructor.
Method Detail |
---|
public void initialize()
Empty initializer.
public boolean isMACCorrect(Message message)
isMACCorrect
in interface AccessControlInterface
message
- The message to be checked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |