次の方法で共有


CaCertificate.UpdateStages.WithEncodedCertificate Interface

public static interface CaCertificate.UpdateStages.WithEncodedCertificate

The stage of the CaCertificate update allowing to specify encodedCertificate.

Method Summary

Modifier and Type Method and Description
abstract Update withEncodedCertificate(String encodedCertificate)

Specifies the encodedCertificate property: Base64 encoded PEM (Privacy Enhanced Mail) format certificate data..

Method Details

withEncodedCertificate

public abstract CaCertificate.Update withEncodedCertificate(String encodedCertificate)

Specifies the encodedCertificate property: Base64 encoded PEM (Privacy Enhanced Mail) format certificate data..

Parameters:

encodedCertificate - Base64 encoded PEM (Privacy Enhanced Mail) format certificate data.

Returns:

the next definition stage.

Applies to