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 encoded |
Method Details
withEncodedCertificate
public abstract CaCertificate.Update withEncodedCertificate(String encodedCertificate)
Specifies the encodedCertificate property: Base64 encoded PEM (Privacy Enhanced Mail) format certificate data..
Parameters:
Returns: