Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
static SignatureAlgorithm |
SignatureAlgorithm.create(String key) |
SignatureAlgorithm |
CertificateSummary.getSignatureAlgorithm()
The algorithm used to sign the public key certificate.
|
SignatureAlgorithm |
CreateCertificateIssuedByInternalCaConfigDetails.getSignatureAlgorithm()
The algorithm to use to sign the public key certificate.
|
SignatureAlgorithm |
Certificate.getSignatureAlgorithm()
The algorithm used to sign the public key certificate.
|
SignatureAlgorithm |
CertificateAuthoritySummary.getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.
|
SignatureAlgorithm |
CreateSubordinateCaIssuedByInternalCaConfigDetails.getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.
|
SignatureAlgorithm |
CertificateAuthority.getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.
|
SignatureAlgorithm |
CreateRootCaByGeneratingInternallyConfigDetails.getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.
|
static SignatureAlgorithm |
SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureAlgorithm[] |
SignatureAlgorithm.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.signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
The algorithm used to sign the public key certificate.
|
CreateCertificateIssuedByInternalCaConfigDetails.Builder |
CreateCertificateIssuedByInternalCaConfigDetails.Builder.signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
The algorithm to use to sign the public key certificate.
|
Certificate.Builder |
Certificate.Builder.signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
The algorithm used to sign the public key certificate.
|
CertificateAuthoritySummary.Builder |
CertificateAuthoritySummary.Builder.signingAlgorithm(SignatureAlgorithm signingAlgorithm)
The algorithm used to sign public key certificates that the CA issues.
|
CreateSubordinateCaIssuedByInternalCaConfigDetails.Builder |
CreateSubordinateCaIssuedByInternalCaConfigDetails.Builder.signingAlgorithm(SignatureAlgorithm signingAlgorithm)
The algorithm used to sign public key certificates that the CA issues.
|
CertificateAuthority.Builder |
CertificateAuthority.Builder.signingAlgorithm(SignatureAlgorithm signingAlgorithm)
The algorithm used to sign public key certificates that the CA issues.
|
CreateRootCaByGeneratingInternallyConfigDetails.Builder |
CreateRootCaByGeneratingInternallyConfigDetails.Builder.signingAlgorithm(SignatureAlgorithm signingAlgorithm)
The algorithm used to sign public key certificates that the CA issues.
|
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.
|
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.
|
Copyright © 2016–2024. All rights reserved.