Uses of Class
com.oracle.bmc.certificatesmanagement.model.SignatureAlgorithm
-
Packages that use SignatureAlgorithm Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of SignatureAlgorithm in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithm
SignatureAlgorithm. create(String key)
SignatureAlgorithm
Certificate. getSignatureAlgorithm()
The algorithm used to sign the public key certificate.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
CertificateAuthority. getSigningAlgorithm()
The algorithm used to sign public key certificates that the CA issues.SignatureAlgorithm
CertificateAuthoritySummary. 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.SignatureAlgorithm
CreateSubordinateCaIssuedByInternalCaConfigDetails. 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.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type SignatureAlgorithm Modifier and Type Method Description Certificate.Builder
Certificate.Builder. signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
The algorithm used to sign the public key certificate.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.CertificateAuthority.Builder
CertificateAuthority.Builder. signingAlgorithm(SignatureAlgorithm signingAlgorithm)
The algorithm used to sign public key certificates that the CA issues.CertificateAuthoritySummary.Builder
CertificateAuthoritySummary.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.CreateSubordinateCaIssuedByInternalCaConfigDetails.Builder
CreateSubordinateCaIssuedByInternalCaConfigDetails.Builder. signingAlgorithm(SignatureAlgorithm signingAlgorithm)
The algorithm used to sign public key certificates that the CA issues.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type SignatureAlgorithm 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.
-