CertificateProfile.DefinitionStages.WithIncludeCity Interface

public static interface CertificateProfile.DefinitionStages.WithIncludeCity

The stage of the CertificateProfile definition allowing to specify includeCity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIncludeCity(Boolean includeCity)

Specifies the includeCity property: Whether to include L in the certificate subject name.

Method Details

withIncludeCity

public abstract CertificateProfile.DefinitionStages.WithCreate withIncludeCity(Boolean includeCity)

Specifies the includeCity property: Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types.

Parameters:

includeCity - Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types.

Returns:

the next definition stage.

Applies to