Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
static CertificateProfileType |
CertificateProfileType.create(String key) |
CertificateProfileType |
CertificateSummary.getCertificateProfileType()
The name of the profile used to create the certificate, which depends on the type of
certificate you need.
|
CertificateProfileType |
CreateCertificateIssuedByInternalCaConfigDetails.getCertificateProfileType()
The name of the profile used to create the certificate, which depends on the type of
certificate you need.
|
CertificateProfileType |
Certificate.getCertificateProfileType()
The name of the profile used to create the certificate, which depends on the type of
certificate you need.
|
static CertificateProfileType |
CertificateProfileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateProfileType[] |
CertificateProfileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CertificateSummary.Builder |
CertificateSummary.Builder.certificateProfileType(CertificateProfileType certificateProfileType)
The name of the profile used to create the certificate, which depends on the type of
certificate you need.
|
CreateCertificateIssuedByInternalCaConfigDetails.Builder |
CreateCertificateIssuedByInternalCaConfigDetails.Builder.certificateProfileType(CertificateProfileType certificateProfileType)
The name of the profile used to create the certificate, which depends on the type of
certificate you need.
|
Certificate.Builder |
Certificate.Builder.certificateProfileType(CertificateProfileType certificateProfileType)
The name of the profile used to create the certificate, which depends on the type of
certificate you need.
|
Constructor and 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.
|
CreateCertificateIssuedByInternalCaConfigDetails(String versionName,
CertificateProfileType certificateProfileType,
String issuerCertificateAuthorityId,
Validity validity,
CertificateSubject subject,
List<CertificateSubjectAlternativeName> subjectAlternativeNames,
KeyAlgorithm keyAlgorithm,
SignatureAlgorithm signatureAlgorithm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.