CertificateProfile.DefinitionStages.WithIncludePostalCode Interface

public static interface CertificateProfile.DefinitionStages.WithIncludePostalCode

The stage of the CertificateProfile definition allowing to specify includePostalCode.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIncludePostalCode(Boolean includePostalCode)

Specifies the includePostalCode property: Whether to include PC in the certificate subject name..

Method Details

withIncludePostalCode

public abstract CertificateProfile.DefinitionStages.WithCreate withIncludePostalCode(Boolean includePostalCode)

Specifies the includePostalCode property: Whether to include PC in the certificate subject name..

Parameters:

includePostalCode - Whether to include PC in the certificate subject name.

Returns:

the next definition stage.

Applies to