CertificateProfile.DefinitionStages.WithIncludeCountry Interface

public static interface CertificateProfile.DefinitionStages.WithIncludeCountry

The stage of the CertificateProfile definition allowing to specify includeCountry.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIncludeCountry(Boolean includeCountry)

Specifies the includeCountry property: Whether to include C in the certificate subject name.

Method Details

withIncludeCountry

public abstract CertificateProfile.DefinitionStages.WithCreate withIncludeCountry(Boolean includeCountry)

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

Parameters:

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

Returns:

the next definition stage.

Applies to