Certificate.UpdateStages.WithData Interface

public static interface Certificate.UpdateStages.WithData

The stage of the Certificate update allowing to specify data.

Method Summary

Modifier and Type Method and Description
abstract Update withData(String data)

Specifies the data property: The base64-encoded contents of the certificate.

Method Details

withData

public abstract Certificate.Update withData(String data)

Specifies the data property: The base64-encoded contents of the certificate. The maximum size is 10KB..

Parameters:

data - The base64-encoded contents of the certificate. The maximum size is 10KB.

Returns:

the next definition stage.

Applies to