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