CertificateProfile.DefinitionStages.WithIncludeStreetAddress Interface

public static interface CertificateProfile.DefinitionStages.WithIncludeStreetAddress

The stage of the CertificateProfile definition allowing to specify includeStreetAddress.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIncludeStreetAddress(Boolean includeStreetAddress)

Specifies the includeStreetAddress property: Whether to include STREET in the certificate subject name..

Method Details

withIncludeStreetAddress

public abstract CertificateProfile.DefinitionStages.WithCreate withIncludeStreetAddress(Boolean includeStreetAddress)

Specifies the includeStreetAddress property: Whether to include STREET in the certificate subject name..

Parameters:

includeStreetAddress - Whether to include STREET in the certificate subject name.

Returns:

the next definition stage.

Applies to