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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DSecurityOptions.java247 * @param certType
263 public static SecurityOptions createOptionsForCertificatType(CertificateType certType, String keystorePath, argument
266 if (certType == CertificateType.NO_CERTIFICATE)
270 else if ( certType.equals(CertificateType.SELF_SIGNED_CERTIFICATE) && aliasesToUse.isEmpty() )
284 ops.setCertificateType(certType);

Completed in 112 milliseconds