diff options
Diffstat (limited to 'java/security/PrivateKey.java')
-rw-r--r-- | java/security/PrivateKey.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/security/PrivateKey.java b/java/security/PrivateKey.java index 40b97f58b..c4a628c42 100644 --- a/java/security/PrivateKey.java +++ b/java/security/PrivateKey.java @@ -1,5 +1,5 @@ /* PrivateKey.java -- tagging interface for all private keys - Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1998, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -42,7 +42,7 @@ package java.security; * This interface specified no methods. In simply provides a common * super-interface for all algorithm specific private key values. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see Key * @see PublicKey * @see Certificate |