Uses of Class
io.quarkus.vault.pki.SignedCertificate
-
Packages that use SignedCertificate Package Description io.quarkus.vault io.quarkus.vault.pki io.quarkus.vault.runtime -
-
Uses of SignedCertificate in io.quarkus.vault
Methods in io.quarkus.vault that return SignedCertificate Modifier and Type Method Description SignedCertificateVaultPKISecretEngine. signIntermediateCA(String pemSigningRequest, SignIntermediateCAOptions options)Generates an intermediate CA certificate issued from the engine's CA using the provided Certificate Signing Request and options.SignedCertificateVaultPKISecretEngine. signRequest(String role, String pemSigningRequest, GenerateCertificateOptions options)Generates a certificate issued from the engine's CA using the provided Certificate Signing Request and options.Methods in io.quarkus.vault that return types with arguments of type SignedCertificate Modifier and Type Method Description io.smallrye.mutiny.Uni<SignedCertificate>VaultPKISecretReactiveEngine. signIntermediateCA(String pemSigningRequest, SignIntermediateCAOptions options)Generates an intermediate CA certificate issued from the engine's CA using the provided Certificate Signing Request and options.io.smallrye.mutiny.Uni<SignedCertificate>VaultPKISecretReactiveEngine. signRequest(String role, String pemSigningRequest, GenerateCertificateOptions options)Generates a certificate issued from the engine's CA using the provided Certificate Signing Request and options. -
Uses of SignedCertificate in io.quarkus.vault.pki
Methods in io.quarkus.vault.pki that return SignedCertificate Modifier and Type Method Description SignedCertificateSignedCertificate. setCaChain(List<CertificateData> caChain)SignedCertificateSignedCertificate. setCertificate(CertificateData certificate)SignedCertificateSignedCertificate. setIssuingCA(CertificateData issuingCA)SignedCertificateSignedCertificate. setSerialNumber(String serialNumber) -
Uses of SignedCertificate in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type SignedCertificate Modifier and Type Method Description io.smallrye.mutiny.Uni<SignedCertificate>VaultPKIManager. signIntermediateCA(String pemSigningRequest, SignIntermediateCAOptions options)io.smallrye.mutiny.Uni<SignedCertificate>VaultPKIManager. signRequest(String role, String pemSigningRequest, GenerateCertificateOptions options)
-