|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
com.ibm.atp.auth |
Uses of AuthenticationException in com.ibm.atp.auth |
Methods in com.ibm.atp.auth that throw AuthenticationException | |
abstract byte[] |
Auth.calculateResponse(int turn,
Challenge challenge)
Calculate response value for authentication. |
protected abstract byte[] |
Auth.hash(int turn,
Challenge challenge)
Returns hased value by digest function for the turn player. |
abstract boolean |
Auth.verify(int turn,
Challenge challenge,
byte[] response)
Verify response value for authentication. |
abstract boolean |
Auth.verify(int turn,
Challenge challenge,
ByteSequence response)
Verify response value for authentication. |
byte[] |
AuthBySignature.calculateResponse(int turn,
Challenge challenge)
Calculate response value for authentication. |
protected byte[] |
AuthBySignature.hash(int turn,
Challenge challenge)
Calculate hashed value for authentication. |
protected byte[] |
AuthBySignature.sign(int turn,
Challenge challenge)
Calculate signature |
boolean |
AuthBySignature.verify(int turn,
Challenge challenge,
byte[] signature)
Verify signature |
boolean |
AuthBySignature.verify(int turn,
Challenge challenge,
ByteSequence signature)
Verify signature |
byte[] |
AuthByDigest.calculateResponse(int turn,
Challenge challenge)
Calculate response value for authentication. |
protected byte[] |
AuthByDigest.hash(int turn,
Challenge challenge)
Calculate hashed value for authentication. |
boolean |
AuthByDigest.verify(int turn,
Challenge challenge,
byte[] response)
Verify response value for authentication. |
boolean |
AuthByDigest.verify(int turn,
Challenge challenge,
ByteSequence response)
Verify response value for authentication. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |