CertificateProfile.DefinitionStages.WithIncludeState Interface

public static interface CertificateProfile.DefinitionStages.WithIncludeState

The stage of the CertificateProfile definition allowing to specify includeState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIncludeState(Boolean includeState)

Specifies the includeState property: Whether to include S in the certificate subject name.

Method Details

withIncludeState

public abstract CertificateProfile.DefinitionStages.WithCreate withIncludeState(Boolean includeState)

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

Parameters:

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

Returns:

the next definition stage.

Applies to