|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Challenge | |
com.ibm.atp.auth |
Uses of Challenge in com.ibm.atp.auth |
Methods in com.ibm.atp.auth that return Challenge | |
Challenge |
AuthPacket.getChallenge()
Gets challenge. |
Methods in com.ibm.atp.auth with parameters of type Challenge | |
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. |
Constructors in com.ibm.atp.auth with parameters of type Challenge | |
Challenge(Challenge challenge)
Constructor creates byte sequence as a copy of given byte sequence as a challenge for authentication. |
|
AuthPacket(int step,
int status,
java.lang.String domain,
int manner,
Challenge challenge,
Response response)
Constructor for sending packet |
|
AuthPacket(int step,
int status,
java.util.Enumeration domains,
int manner,
Challenge challenge,
Response response)
Constructor for sending packet |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |