X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpKeyPair.java;h=4b9ba05187ac68496085440ff562a62253f42eca;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=44ccb5d79e8feb1a603f0fc91ddb29685ee7b367;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpKeyPair.java b/src/net/pterodactylus/fcp/FcpKeyPair.java index 44ccb5d..4b9ba05 100644 --- a/src/net/pterodactylus/fcp/FcpKeyPair.java +++ b/src/net/pterodactylus/fcp/FcpKeyPair.java @@ -1,6 +1,5 @@ /* - * jSite2 - FcpKeyPair.java - - * Copyright © 2008 David Roden + * jFCPlib - FcpKeyPair.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 @@ -21,9 +20,8 @@ package net.pterodactylus.fcp; /** * Container for an SSK keypair. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class FcpKeyPair { @@ -35,7 +33,7 @@ public class FcpKeyPair { /** * Creates a new keypair from the given keys. - * + * * @param publicKey * The public key * @param privateKey @@ -48,7 +46,7 @@ public class FcpKeyPair { /** * Returns the public key of this keypair. - * + * * @return The public key */ public String getPublicKey() { @@ -57,7 +55,7 @@ public class FcpKeyPair { /** * Returns the private key of this keypair. - * + * * @return The private key */ public String getPrivateKey() {