Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateConfigType
-
Packages that use CertificateConfigType Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateConfigType in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateConfigType Modifier and Type Method Description static CertificateConfigTypeCertificateConfigType. create(String key)CertificateConfigTypeCertificate. getConfigType()The origin of the certificate.CertificateConfigTypeCertificateSummary. getConfigType()The origin of the certificate.static CertificateConfigTypeCertificateConfigType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateConfigType[]CertificateConfigType. 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 CertificateConfigType Modifier and Type Method Description Certificate.BuilderCertificate.Builder. configType(CertificateConfigType configType)The origin of the certificate.CertificateSummary.BuilderCertificateSummary.Builder. configType(CertificateConfigType configType)The origin of the certificate.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateConfigType Constructor Description Certificate(String id, String issuerCertificateAuthorityId, String name, String description, List<CertificateRule> certificateRules, Date timeCreated, Date timeOfDeletion, CertificateLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, CertificateVersionSummary currentVersion, CertificateSubject subject, CertificateRevocationListDetails certificateRevocationListDetails, CertificateConfigType configType, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm, CertificateProfileType certificateProfileType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CertificateSummary(String id, String issuerCertificateAuthorityId, String name, String description, Date timeCreated, Date timeOfDeletion, CertificateLifecycleState lifecycleState, String compartmentId, List<CertificateRule> certificateRules, CertificateVersionSummary currentVersionSummary, CertificateSubject subject, CertificateConfigType configType, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm, CertificateProfileType certificateProfileType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-