All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bt.tracker.SecretKey Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.tracker;

import java.io.OutputStream;

/**
 * A secret binary sequence, used for interaction with HTTP trackers.
 *
 * @since 1.0
 */
public interface SecretKey {

    /**
     * Writes the secret key into the provided output stream.
     *
     * @since 1.0
     */
    void writeTo(OutputStream out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy