X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FSSKKeypair.java;h=fd0b40a5838b935c816f7eb467aed78a15b5d96a;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=b7cd5746868cc9fc66fb9f638595dab167cb4850;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/SSKKeypair.java b/src/net/pterodactylus/fcp/SSKKeypair.java index b7cd574..fd0b40a 100644 --- a/src/net/pterodactylus/fcp/SSKKeypair.java +++ b/src/net/pterodactylus/fcp/SSKKeypair.java @@ -1,6 +1,5 @@ /* - * jSite2 - SSKKeypair.java - - * Copyright © 2008 David Roden + * jFCPlib - SSKKeypair.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,14 +21,14 @@ package net.pterodactylus.fcp; /** * An “SSKKeypair” message that is sent as a response to a {@link GenerateSSK} * message. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class SSKKeypair extends BaseMessage { /** * Creates a new “SSKKeypair” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -39,7 +38,7 @@ public class SSKKeypair extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -48,7 +47,7 @@ public class SSKKeypair extends BaseMessage { /** * Returns the URI that must be used to insert data. - * + * * @return The insert URI */ public String getInsertURI() { @@ -57,7 +56,7 @@ public class SSKKeypair extends BaseMessage { /** * Returns the URI that must be used to request data. - * + * * @return The request URI */ public String getRequestURI() {