public class RenewCertificateOrderRequest extends ProxyOnlyResource
| Constructor and Description |
|---|
RenewCertificateOrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
csr()
Get csr to be used for re-key operation.
|
Boolean |
isPrivateKeyExternal()
Get should we change the ASC type (from managed private key to external private key and vice versa).
|
Integer |
keySize()
Get certificate Key Size.
|
RenewCertificateOrderRequest |
withCsr(String csr)
Set csr to be used for re-key operation.
|
RenewCertificateOrderRequest |
withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
Set should we change the ASC type (from managed private key to external private key and vice versa).
|
RenewCertificateOrderRequest |
withKeySize(Integer keySize)
Set certificate Key Size.
|
kind, withKindpublic Integer keySize()
public RenewCertificateOrderRequest withKeySize(Integer keySize)
keySize - the keySize value to setpublic String csr()
public RenewCertificateOrderRequest withCsr(String csr)
csr - the csr value to setpublic Boolean isPrivateKeyExternal()
public RenewCertificateOrderRequest withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
isPrivateKeyExternal - the isPrivateKeyExternal value to setCopyright © 2019. All rights reserved.