| java.lang.Object org.apache.harmony.tools.keytool.CSRGenerator
CSRGenerator | public class CSRGenerator (Code) | | Class for generating X.509 Certificate Signing Requests (CSRs). The generated
certificate request is printed to a file, if its name is supplied in param,
or otherwise printed to stdout.
|
certReq | static void certReq(KeytoolParameters param) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException, IOException, InvalidKeyException, SignatureException, NoSuchProviderException, KeytoolException, CertificateException(Code) | | Generates a Certificate Signing Request (CSR). The request is generated
based on data taken from keystore entry associated with alias given in
parameter param. The certificate request is printed to a file, if its
name is supplied in param, or otherwise printed to stdout.
Parameters: param - throws: KeyStoreException - throws: UnrecoverableKeyException - throws: NoSuchAlgorithmException - throws: IOException - throws: InvalidKeyException - throws: SignatureException - throws: NoSuchProviderException - throws: KeytoolException - throws: CertificateException - |
|
|