diff options
author | Tom Tromey <tromey@redhat.com> | 2006-03-03 23:57:40 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-03-03 23:57:40 +0000 |
commit | 3e49530cc4a0df6a23df163c8da936097b571ce4 (patch) | |
tree | 349761399b1f3b404be99ea6bcf411ea5745e203 /ChangeLog | |
parent | c18c316d61b53a928aa680fdeae78d7406911216 (diff) | |
download | classpath-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |