Uses of Class
io.quarkus.vault.pki.CRLData.PEM
-
Packages that use CRLData.PEM Package Description io.quarkus.vault io.quarkus.vault.runtime -
-
Uses of CRLData.PEM in io.quarkus.vault
Methods in io.quarkus.vault that return CRLData.PEM Modifier and Type Method Description CRLData.PEMVaultPKISecretEngine. getCertificateRevocationList()Retrieves the engine's CRL (PEM encoded).Methods in io.quarkus.vault that return types with arguments of type CRLData.PEM Modifier and Type Method Description io.smallrye.mutiny.Uni<CRLData.PEM>VaultPKISecretReactiveEngine. getCertificateRevocationList()Retrieves the engine's CRL (PEM encoded). -
Uses of CRLData.PEM in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type CRLData.PEM Modifier and Type Method Description io.smallrye.mutiny.Uni<CRLData.PEM>VaultPKIManager. getCertificateRevocationList()
-