Uses of Class
com.oracle.bmc.certificatesmanagement.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of KeyAlgorithm in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithm
KeyAlgorithm. create(String key)
KeyAlgorithm
Certificate. getKeyAlgorithm()
The algorithm used to create key pairs.KeyAlgorithm
CertificateSummary. getKeyAlgorithm()
The algorithm used to create key pairs.KeyAlgorithm
CreateCertificateIssuedByInternalCaConfigDetails. getKeyAlgorithm()
The algorithm to use 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.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type KeyAlgorithm Modifier and Type Method Description Certificate.Builder
Certificate.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm used to create key pairs.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.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type KeyAlgorithm 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.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.
-