Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateSubject
-
Packages that use CertificateSubject Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateSubject in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateSubject Modifier and Type Method Description CertificateSubject
CertificateSubject.Builder. build()
CertificateSubject
Certificate. getSubject()
CertificateSubject
CertificateAuthority. getSubject()
CertificateSubject
CertificateAuthoritySummary. getSubject()
CertificateSubject
CertificateSummary. getSubject()
CertificateSubject
CreateCertificateIssuedByInternalCaConfigDetails. getSubject()
CertificateSubject
CreateRootCaByGeneratingInternallyConfigDetails. getSubject()
CertificateSubject
CreateSubordinateCaIssuedByInternalCaConfigDetails. getSubject()
Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateSubject 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.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.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.CreateCertificateIssuedByInternalCaConfigDetails(String versionName, CertificateProfileType certificateProfileType, String issuerCertificateAuthorityId, Validity validity, CertificateSubject subject, List<CertificateSubjectAlternativeName> subjectAlternativeNames, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm)
Deprecated.CreateRootCaByGeneratingInternallyConfigDetails(String versionName, Validity validity, SignatureAlgorithm signingAlgorithm, CertificateSubject subject)
Deprecated.CreateSubordinateCaIssuedByInternalCaConfigDetails(String versionName, String issuerCertificateAuthorityId, Validity validity, SignatureAlgorithm signingAlgorithm, CertificateSubject subject)
Deprecated.
-