public final class ReissueCertificateOrderRequestProperties extends Object
| Constructor and Description |
|---|
ReissueCertificateOrderRequestProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
csr()
Get the csr property: Csr to be used for re-key operation.
|
Integer |
delayExistingRevokeInHours()
Get the delayExistingRevokeInHours property: Delay in hours to revoke existing certificate after the new
certificate is issued.
|
Boolean |
isPrivateKeyExternal()
Get the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
Integer |
keySize()
Get the keySize property: Certificate Key Size.
|
void |
validate()
Validates the instance.
|
ReissueCertificateOrderRequestProperties |
withCsr(String csr)
Set the csr property: Csr to be used for re-key operation.
|
ReissueCertificateOrderRequestProperties |
withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours)
Set the delayExistingRevokeInHours property: Delay in hours to revoke existing certificate after the new
certificate is issued.
|
ReissueCertificateOrderRequestProperties |
withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
ReissueCertificateOrderRequestProperties |
withKeySize(Integer keySize)
Set the keySize property: Certificate Key Size.
|
public ReissueCertificateOrderRequestProperties()
public Integer keySize()
public ReissueCertificateOrderRequestProperties withKeySize(Integer keySize)
keySize - the keySize value to set.public Integer delayExistingRevokeInHours()
public ReissueCertificateOrderRequestProperties withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours)
delayExistingRevokeInHours - the delayExistingRevokeInHours value to set.public String csr()
public ReissueCertificateOrderRequestProperties withCsr(String csr)
csr - the csr value to set.public Boolean isPrivateKeyExternal()
public ReissueCertificateOrderRequestProperties withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
isPrivateKeyExternal - the isPrivateKeyExternal value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.