diff options
author | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-05-28 10:35:47 +0000 |
---|---|---|
committer | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-05-28 10:35:47 +0000 |
commit | 2de52521866b8be39ce4ed1e93879b4dfff1a301 (patch) | |
tree | 37c23d0583ba57b47bd24872914ff3c0f8e6264e /resource | |
parent | 8408c759cfa34c9b1c742321674d207cb6fe1eb0 (diff) | |
download | classpath-2de52521866b8be39ce4ed1e93879b4dfff1a301.tar.gz |
2006-05-28 Raif S. Naffah <raif@swiftdsl.com.au>
* tools/gnu/classpath/tools/keytool/ImportCmd.java (GKR): New constant.
(JKS): Likewise.
(LIB): Likewise.
(SECURITY): Likewise.
(CACERTS): Likewise.
(CACERTS_GKR): Likewise.
(gkrCaCertsPathName): New field.
(jksCaCertsPathName): Likewise.
(selfSignedCertificate): Likewise.
(start): Initialize trusted certificate key stores if -trustcacerts is
specified.
(ensureReplyIsOurs): Initialize selfSignedCertificate.
(orderChain): Implemented.
(findTrustAndUpdate): Check a cacerts.gkr (GKR) and a cacert (JKS) trusted
certificate key stores if -trustcacerts option is specified.
(findTrustInCACerts): Removed.
(getCertPathParameters): New method.
(validate): New method.
* resource/gnu/classpath/tools/keytool/messages.properties: Added message.
Diffstat (limited to 'resource')
-rw-r--r-- | resource/gnu/classpath/tools/keytool/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resource/gnu/classpath/tools/keytool/messages.properties b/resource/gnu/classpath/tools/keytool/messages.properties index 475e80b84..71b70a766 100644 --- a/resource/gnu/classpath/tools/keytool/messages.properties +++ b/resource/gnu/classpath/tools/keytool/messages.properties @@ -434,6 +434,7 @@ ImportCmd.10=Fully qualified class name of a Security Provider to add to the \ JVM in-use. ImportCmd.9=PROVIDER_CLASS_NAME ImportCmd.8=Emit more verbose messages. +ImportCmd.7=Was unable to build a certificate-chain. Only {0,number} out of {1,number} certificates were processed ExportCmd.17=Usage: keytool -export [OPTION]...\n\ Export a certificate stored in the key store to a designated output \ |