| java.lang.Object com.sun.kvem.jsr082.obex.ObexAuth
ObexAuth | class ObexAuth (Code) | | Obex protocol authentication functinality.
|
Method Summary | |
int | addChallenge(byte[] packet, int offset) | static boolean | checkAuthResponse(byte[] buffer, int packetOffset, int length, ObexPacketStream stream, Vector challenges) | static ObexAuth | createChallenge(String realm, boolean userID, boolean access) | static void | makeDigest(byte[] buffer, int offset, byte[] nonce, byte[] password) | static ObexAuth | parseAuthChallenge(byte[] buffer, int packetOffset, int length) | int | prepareChallenge() Prepare challenge before adding to packet. | int | replyAuthChallenge(byte[] buffer, int packetOffset, Authenticator authenticator) |
makeDigest | static void makeDigest(byte[] buffer, int offset, byte[] nonce, byte[] password) throws IOException(Code) | | |
prepareChallenge | int prepareChallenge()(Code) | | Prepare challenge before adding to packet.
length of challenge |
|
|