Uses of Class
io.quarkus.vault.pki.GeneratedCertificate
-
Packages that use GeneratedCertificate Package Description io.quarkus.vault io.quarkus.vault.pki io.quarkus.vault.runtime -
-
Uses of GeneratedCertificate in io.quarkus.vault
Methods in io.quarkus.vault that return GeneratedCertificate Modifier and Type Method Description GeneratedCertificateVaultPKISecretEngine. generateCertificate(String role, GenerateCertificateOptions options)Generates a public/private key pair and certificate issued from the engine's CA using the provided options.Methods in io.quarkus.vault that return types with arguments of type GeneratedCertificate Modifier and Type Method Description io.smallrye.mutiny.Uni<GeneratedCertificate>VaultPKISecretReactiveEngine. generateCertificate(String role, GenerateCertificateOptions options)Generates a public/private key pair and certificate issued from the engine's CA using the provided options. -
Uses of GeneratedCertificate in io.quarkus.vault.pki
Methods in io.quarkus.vault.pki that return GeneratedCertificate Modifier and Type Method Description GeneratedCertificateGeneratedCertificate. setCaChain(List<CertificateData> caChain)GeneratedCertificateGeneratedCertificate. setCertificate(CertificateData certificate)GeneratedCertificateGeneratedCertificate. setIssuingCA(CertificateData issuingCA)GeneratedCertificateGeneratedCertificate. setPrivateKey(PrivateKeyData privateKey)GeneratedCertificateGeneratedCertificate. setPrivateKeyType(CertificateKeyType privateKeyType)GeneratedCertificateGeneratedCertificate. setSerialNumber(String serialNumber) -
Uses of GeneratedCertificate in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type GeneratedCertificate Modifier and Type Method Description io.smallrye.mutiny.Uni<GeneratedCertificate>VaultPKIManager. generateCertificate(String role, GenerateCertificateOptions options)
-