Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement | |
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
static CertificateAuthorityLifecycleState |
CertificateAuthorityLifecycleState.create(String key) |
CertificateAuthorityLifecycleState |
CertificateAuthoritySummary.getLifecycleState()
The current lifecycle state of the CA.
|
CertificateAuthorityLifecycleState |
CertificateAuthority.getLifecycleState()
The current lifecycle state of the certificate authority.
|
static CertificateAuthorityLifecycleState |
CertificateAuthorityLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateAuthorityLifecycleState[] |
CertificateAuthorityLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CertificateAuthoritySummary.Builder |
CertificateAuthoritySummary.Builder.lifecycleState(CertificateAuthorityLifecycleState lifecycleState)
The current lifecycle state of the CA.
|
CertificateAuthority.Builder |
CertificateAuthority.Builder.lifecycleState(CertificateAuthorityLifecycleState lifecycleState)
The current lifecycle state of the certificate authority.
|
Constructor and Description |
---|
CertificateAuthority(String id,
String issuerCertificateAuthorityId,
String name,
String description,
Date timeCreated,
Date timeOfDeletion,
String kmsKeyId,
CertificateAuthorityLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
List<CertificateAuthorityRule> certificateAuthorityRules,
CertificateAuthorityVersionSummary currentVersion,
CertificateRevocationListDetails certificateRevocationListDetails,
CertificateAuthorityConfigType configType,
CertificateSubject subject,
SignatureAlgorithm signingAlgorithm,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CertificateAuthoritySummary(String id,
String issuerCertificateAuthorityId,
String name,
String description,
Date timeCreated,
Date timeOfDeletion,
String kmsKeyId,
CertificateAuthorityLifecycleState lifecycleState,
String compartmentId,
List<CertificateAuthorityRule> certificateAuthorityRules,
CertificateAuthorityVersionSummary currentVersionSummary,
CertificateSubject subject,
CertificateAuthorityConfigType configType,
SignatureAlgorithm signingAlgorithm,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.