| Modifier and Type | Method and Description |
|---|---|
ReissueCertificateOrderRequest |
ReissueCertificateOrderRequest.withCsr(String csr)
Set csr to be used for re-key operation.
|
ReissueCertificateOrderRequest |
ReissueCertificateOrderRequest.withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours)
Set delay in hours to revoke existing certificate after the new certificate is issued.
|
ReissueCertificateOrderRequest |
ReissueCertificateOrderRequest.withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
Set should we change the ASC type (from managed private key to external private key and vice versa).
|
ReissueCertificateOrderRequest |
ReissueCertificateOrderRequest.withKeySize(Integer keySize)
Set certificate Key Size.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/