M N S T

M

main(String[]) - Static method in class net.sf.tumbler.TumblerKnock
Insanely simple and almost completely non-robust test/example program that sends a TUMBLER1 knock.
main(String[]) - Static method in class net.sf.tumbler.TumblerKnockV2
Insanely simple and almost completely non-robust test/example program that sends a TUMBLER2 knock.

N

net.sf.tumbler - package net.sf.tumbler
An API for sending knocks using the tumbler protocol.

S

send(InetAddress, int) - Method in class net.sf.tumbler.TumblerKnock
Sends the knock to the specified recipient.
setSecret(String) - Method in class net.sf.tumbler.TumblerKnock
Sets the "secret" (e.g., password) portion of the knock.
setSourceAddress(InetAddress) - Method in class net.sf.tumbler.TumblerKnock
Sets the source IP address to embed within the knock.
setTimestamp(Date) - Method in class net.sf.tumbler.TumblerKnock
Sets the timestamp (to minute resolution) to embed within the knock.
setUser(String) - Method in class net.sf.tumbler.TumblerKnockV2
Sets the username portion of the knock.

T

TumblerKnock - class net.sf.tumbler.TumblerKnock.
A java implementation of the TUMBLER1 protocol (see Tumbler on SourceForge).
TumblerKnockV2 - class net.sf.tumbler.TumblerKnockV2.
A subclass of TumblerKnock implementing the TUMBLER2 protocol.
toString() - Method in class net.sf.tumbler.TumblerKnock
Returns a String representation of the knock request, consisting of the protocol declaration and the hashed knock data.
toUnhashedString() - Method in class net.sf.tumbler.TumblerKnock
Returns the unhashed knock data, without the protocol declaration.
toUnhashedString() - Method in class net.sf.tumbler.TumblerKnockV2
 

M N S T