Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
static KeyAlgorithm |
KeyAlgorithm.create(String key) |
KeyAlgorithm |
CertificateSummary.getKeyAlgorithm()
The algorithm used to create key pairs.
|
KeyAlgorithm |
CreateCertificateIssuedByInternalCaConfigDetails.getKeyAlgorithm()
The algorithm to use to create key pairs.
|
KeyAlgorithm |
Certificate.getKeyAlgorithm()
The algorithm used to create key pairs.
|
static KeyAlgorithm |
KeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAlgorithm[] |
KeyAlgorithm.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.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm used to create key pairs.
|
CreateCertificateIssuedByInternalCaConfigDetails.Builder |
CreateCertificateIssuedByInternalCaConfigDetails.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm to use to create key pairs.
|
Certificate.Builder |
Certificate.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm used to create key pairs.
|
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.