Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthorityConfigType
-
Packages that use CertificateAuthorityConfigType Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateAuthorityConfigType in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateAuthorityConfigType Modifier and Type Method Description static CertificateAuthorityConfigTypeCertificateAuthorityConfigType. create(String key)CertificateAuthorityConfigTypeCertificateAuthority. getConfigType()The origin of the CA.CertificateAuthorityConfigTypeCertificateAuthoritySummary. getConfigType()The origin of the CA.static CertificateAuthorityConfigTypeCertificateAuthorityConfigType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAuthorityConfigType[]CertificateAuthorityConfigType. 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 CertificateAuthorityConfigType Modifier and Type Method Description CertificateAuthority.BuilderCertificateAuthority.Builder. configType(CertificateAuthorityConfigType configType)The origin of the CA.CertificateAuthoritySummary.BuilderCertificateAuthoritySummary.Builder. configType(CertificateAuthorityConfigType configType)The origin of the CA.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateAuthorityConfigType 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.
-