Searched defs:sigAlg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertAndKeyGen.java68 * @param sigAlg name of the signature algorithm, e.g. "MD5WithRSA",
72 public CertAndKeyGen (String keyType, String sigAlg) argument
76 this.sigAlg = sigAlg;
84 * @param sigAlg name of the signature algorithm, e.g. "MD5WithRSA",
90 public CertAndKeyGen (String keyType, String sigAlg, String providerName) argument
103 this.sigAlg = sigAlg;
257 AlgorithmId algID = AlgorithmId.getAlgorithmId(sigAlg);
267 cert.sign(privateKey, this.sigAlg);
323 private String sigAlg; field in class:CertAndKeyGen
[all...]

Completed in 53 milliseconds