summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-03-03 23:57:40 +0000
committerTom Tromey <tromey@redhat.com>2006-03-03 23:57:40 +0000
commit3e49530cc4a0df6a23df163c8da936097b571ce4 (patch)
tree349761399b1f3b404be99ea6bcf411ea5745e203 /ChangeLog
parentc18c316d61b53a928aa680fdeae78d7406911216 (diff)
downloadclasspath-3e49530cc4a0df6a23df163c8da936097b571ce4.tar.gz
* java/security/spec/InvalidKeySpecException.java
(InvalidKeySpecException): New constructors. * java/security/cert/CertificateParsingException.java (CertificateParsingException): New constructors. * java/security/cert/CertificateEncodingException.java (CertificateEncodingException): New constructors. * java/security/cert/CertificateException.java (CertificateException): New constructors. * java/security/cert/CRLException.java (CRLException): New constructors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65b05eaa4..a6161e46e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-03-03 Tom Tromey <tromey@redhat.com>
+ * java/security/spec/InvalidKeySpecException.java
+ (InvalidKeySpecException): New constructors.
+ * java/security/cert/CertificateParsingException.java
+ (CertificateParsingException): New constructors.
+ * java/security/cert/CertificateEncodingException.java
+ (CertificateEncodingException): New constructors.
+ * java/security/cert/CertificateException.java (CertificateException):
+ New constructors.
+ * java/security/cert/CRLException.java (CRLException): New
+ constructors.
+
+2006-03-03 Tom Tromey <tromey@redhat.com>
+
* java/security/SignatureException.java (SignatureException): New
constructors.
* java/security/ProviderException.java (ProviderException): New