X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpKeyPair.java;h=4b9ba05187ac68496085440ff562a62253f42eca;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=8c3fef4af9b282b4727fc5d45139aa9c8319fc01;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpKeyPair.java b/src/net/pterodactylus/fcp/FcpKeyPair.java index 8c3fef4..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,7 +20,7 @@ package net.pterodactylus.fcp; /** * Container for an SSK keypair. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class FcpKeyPair { @@ -34,7 +33,7 @@ public class FcpKeyPair { /** * Creates a new keypair from the given keys. - * + * * @param publicKey * The public key * @param privateKey @@ -47,7 +46,7 @@ public class FcpKeyPair { /** * Returns the public key of this keypair. - * + * * @return The public key */ public String getPublicKey() { @@ -56,7 +55,7 @@ public class FcpKeyPair { /** * Returns the private key of this keypair. - * + * * @return The private key */ public String getPrivateKey() {