Uses of Class
io.quarkus.vault.pki.CertificateKeyType
-
Packages that use CertificateKeyType Package Description io.quarkus.vault.pki -
-
Uses of CertificateKeyType in io.quarkus.vault.pki
Fields in io.quarkus.vault.pki declared as CertificateKeyType Modifier and Type Field Description CertificateKeyTypeGenerateIntermediateCSROptions. keyTypeSpecifies the desired type of private key to generate, RSA or EC.CertificateKeyTypeGenerateRootOptions. keyTypeSpecifies the desired type of private key to generate, RSA or EC.CertificateKeyTypeRoleOptions. keyTypeSpecifies the type of private keys to generate and the type of key expected for submitted CSRs.CertificateKeyTypeGeneratedCertificate. privateKeyTypeType of generated private keyCertificateKeyTypeGeneratedIntermediateCSRResult. privateKeyTypeType of generated private key.CertificateKeyTypeGeneratedRootCertificate. privateKeyTypeType of generated private keyMethods in io.quarkus.vault.pki that return CertificateKeyType Modifier and Type Method Description static CertificateKeyTypeCertificateKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateKeyType[]CertificateKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.vault.pki with parameters of type CertificateKeyType Modifier and Type Method Description GenerateIntermediateCSROptionsGenerateIntermediateCSROptions. setKeyType(CertificateKeyType keyType)GenerateRootOptionsGenerateRootOptions. setKeyType(CertificateKeyType keyType)RoleOptionsRoleOptions. setKeyType(CertificateKeyType keyType)GeneratedCertificateGeneratedCertificate. setPrivateKeyType(CertificateKeyType privateKeyType)GeneratedIntermediateCSRResultGeneratedIntermediateCSRResult. setPrivateKeyType(CertificateKeyType privateKeyType)GeneratedRootCertificateGeneratedRootCertificate. setPrivateKeyType(CertificateKeyType privateKeyType)
-