Skip to content

Commit d0cac2f

Browse files
committed
JavaDoc
1 parent 240e0a8 commit d0cac2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPrivateKey.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
package org.bouncycastle.pqc.jcajce.provider.frodo;
22

3+
import java.io.IOException;
4+
import java.io.ObjectInputStream;
5+
import java.io.ObjectOutputStream;
6+
import java.security.PrivateKey;
7+
38
import org.bouncycastle.asn1.ASN1Set;
49
import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
510
import org.bouncycastle.pqc.crypto.frodo.FrodoPrivateKeyParameters;
@@ -9,11 +14,6 @@
914
import org.bouncycastle.pqc.jcajce.spec.FrodoParameterSpec;
1015
import org.bouncycastle.util.Arrays;
1116

12-
import java.io.IOException;
13-
import java.io.ObjectInputStream;
14-
import java.io.ObjectOutputStream;
15-
import java.security.PrivateKey;
16-
1717
public class BCFrodoPrivateKey
1818
implements PrivateKey, FrodoKey
1919
{
@@ -42,7 +42,7 @@ private void init(PrivateKeyInfo keyInfo)
4242
}
4343

4444
/**
45-
* Compare this SPHINCS-256 private key with another object.
45+
* Compare this private key with another object.
4646
*
4747
* @param o the other object
4848
* @return the result of the comparison

0 commit comments

Comments
 (0)