summaryrefslogtreecommitdiff
path: root/resource/gnu
diff options
context:
space:
mode:
authorRaif S. Naffah <raif@swiftdsl.com.au>2006-07-18 12:44:17 +0000
committerRaif S. Naffah <raif@swiftdsl.com.au>2006-07-18 12:44:17 +0000
commit65dcbc6c0de9dadb4cf95fb14b850cdeccd50a44 (patch)
tree77b36f9321c3ade7ecf005a0797f6768709e0da2 /resource/gnu
parentb77b54f200723f26d40e311c81e79b34c2538281 (diff)
downloadclasspath-65dcbc6c0de9dadb4cf95fb14b850cdeccd50a44.tar.gz
2006-07-18 Raif S. Naffah <raif@swiftdsl.com.au>
PR Classpath/27205 * tools/gnu/classpath/tools/jarsigner/SFHelper.java (writeDSA): Check certificate validity. (getIssuerName): New method. (getSubjectName): Likewise. (getNotAfterDate): Likewise. (getNotBeforeDate): Likewise. * resource/gnu/classpath/tools/jarsigner/messages.properties: Added messages for newly added messages in SFHelper.
Diffstat (limited to 'resource/gnu')
-rw-r--r--resource/gnu/classpath/tools/jarsigner/messages.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/resource/gnu/classpath/tools/jarsigner/messages.properties b/resource/gnu/classpath/tools/jarsigner/messages.properties
index 4383256de..d4088177c 100644
--- a/resource/gnu/classpath/tools/jarsigner/messages.properties
+++ b/resource/gnu/classpath/tools/jarsigner/messages.properties
@@ -119,4 +119,8 @@ SFHelper.1=Helper is NOT finished
SFHelper.4=.SF file has NOT been generated
SFHelper.6=Unknown or unsupported private key algorithm
SFHelper.9=Helper is NOT ready
+SFHelper.0=Warning: The certificate issued by {0}, for {1}, has expired as of {3,date,full} - {3,time,full}.
SFHelper.10=Helper is NOT started
+SFHelper.11=Warning: The certificate issued by {0}, for {1}, is only valid after {3,date,full} - {3,time,full}.
+SFHelper.14=[unknown]
+SFHelper.17=[unnamed]