fixed one last javadoc err
This commit is contained in:
@ -91,7 +91,6 @@ public class PrivateKey extends DataStructureImpl {
|
|||||||
/** derives a new PublicKey object derived from the secret contents
|
/** derives a new PublicKey object derived from the secret contents
|
||||||
* of this PrivateKey
|
* of this PrivateKey
|
||||||
* @return a PublicKey object
|
* @return a PublicKey object
|
||||||
* @author aum
|
|
||||||
*/
|
*/
|
||||||
public PublicKey toPublic() {
|
public PublicKey toPublic() {
|
||||||
return KeyGenerator.getPublicKey(this);
|
return KeyGenerator.getPublicKey(this);
|
||||||
|
Reference in New Issue
Block a user