| java.lang.Object org.apache.harmony.tools.keytool.CertImporter
CertImporter | public class CertImporter (Code) | | Class for importing certificates - adding to trusted certificates or
Certificate Signing Request (CSR) replies from certificate authorities
(CAs). CSR reply can be a single X.509 certificate or a PKCS#7-formatted
certificate chain containing X.509 certificates. X.509 v1, v2 and v3
certificates are supported. Certificates to import can be in binary (DER) or
printable (PEM) encoding format.
|
Method Summary | |
static void | importCert(KeytoolParameters param) Reads an X.509 certificate or a PKCS#7 formatted certificate chain from
the file specified in param and puts it into the entry identified by the
supplied alias. |
|
|