Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthorityLifecycleState
-
Packages that use CertificateAuthorityLifecycleState Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateAuthorityLifecycleState in com.oracle.bmc.certificatesmanagement
-
Uses of CertificateAuthorityLifecycleState in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateAuthorityLifecycleState Modifier and Type Method Description static CertificateAuthorityLifecycleState
CertificateAuthorityLifecycleState. create(String key)
CertificateAuthorityLifecycleState
CertificateAuthority. getLifecycleState()
The current lifecycle state of the certificate authority.CertificateAuthorityLifecycleState
CertificateAuthoritySummary. getLifecycleState()
The current lifecycle state of the CA.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.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateAuthorityLifecycleState Modifier and Type Method Description CertificateAuthority.Builder
CertificateAuthority.Builder. lifecycleState(CertificateAuthorityLifecycleState lifecycleState)
The current lifecycle state of the certificate authority.CertificateAuthoritySummary.Builder
CertificateAuthoritySummary.Builder. lifecycleState(CertificateAuthorityLifecycleState lifecycleState)
The current lifecycle state of the CA.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateAuthorityLifecycleState Constructor 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.
-