Uses of Class
io.helidon.integrations.vault.secrets.pki.RevokeCertificate.Response
-
Packages that use RevokeCertificate.Response Package Description io.helidon.integrations.vault.secrets.pki Vault's PKI Secrets Engine support. -
-
Uses of RevokeCertificate.Response in io.helidon.integrations.vault.secrets.pki
Methods in io.helidon.integrations.vault.secrets.pki that return RevokeCertificate.Response Modifier and Type Method Description RevokeCertificate.Response
PkiSecrets. revokeCertificate(RevokeCertificate.Request request)
Revoke a certificate.Methods in io.helidon.integrations.vault.secrets.pki that return types with arguments of type RevokeCertificate.Response Modifier and Type Method Description Single<RevokeCertificate.Response>
PkiSecretsRx. revokeCertificate(RevokeCertificate.Request request)
Revoke a certificate.
-