org.apache.harmony.tools.keytool |
|
Java Source File Name | Type | Comment |
ArgumentsParser.java | Class | The class to interact with the user - parse the program arguments, ask for
confirmations, and necessary parameters which haven't been set in the command
line. |
CertChainVerifier.java | Class | A class for checking X.509 certificates and building and verifying X.509
certificate chains. |
CertExporter.java | Class | Class for exporting the certificates to a file or stdout in DER or PEM
formats. |
CertImporter.java | Class | Class for importing certificates - adding to trusted certificates or
Certificate Signing Request (CSR) replies from certificate authorities
(CAs). |
CertReader.java | Class | Class for reading an X.509 certificate or an X.509 certificate chain from the
file or standard input. |
Command.java | enum | |
CRLManager.java | Class | Class for managing Certificate Revocation Lists (CRLs). |
CSRGenerator.java | Class | Class for generating X.509 Certificate Signing Requests (CSRs). |
EntryManager.java | Class | Class for managing keystore entries - cloning, deleting, changing entry
password. |
HelpPrinter.java | Class | Class for printing help messages . |
KeyCertGenerator.java | Class | Class for generating keys and key pairs, wrapping them into self-signed X.509
certificates. |
KeyStoreCertPrinter.java | Class | Class for printing to stdout the contents of the keystore or a single
certificate. |
KeyStoreConverter.java | Class | Class to convert keystore to another format. |
KeytoolException.java | Class | Class representing the exceptions specific for keytool. |
KeytoolKSLoaderSaver.java | Class | Class for loading the main keystore, saving ang changing its password. |
KeytoolParameters.java | Class | The class encapsulates paramaters for Keytool most of which are usually given
in command line. |
Main.java | Class | The main class that bundles command line parsing, interaction with the user
and work with keys and certificates. |