Uses of Class
io.github.jopenlibs.vault.response.PkiResponse
Packages that use PkiResponse
-
Uses of PkiResponse in io.github.jopenlibs.vault.api.pki
Methods in io.github.jopenlibs.vault.api.pki that return PkiResponseModifier and TypeMethodDescriptionPki.createOrUpdateRole(String roleName) Operation to create an role using the PKI backend.Pki.createOrUpdateRole(String roleName, RoleOptions options) Operation to create an role using the PKI backend.Pki.deleteRole(String roleName) Operation to delete an role using the PKI backend.Operation to retrieve an role using the PKI backend.Pki.issue(String roleName, String commonName, List<String> altNames, List<String> ipSans, String ttl, CredentialFormat format) Operation to generate a new set of credentials (private key and certificate) based on a given role using the PKI backend.Pki.issue(String roleName, String commonName, List<String> altNames, List<String> ipSans, String ttl, CredentialFormat format, PrivateKeyFormat privateKeyFormat) Operation to generate a new set of credentials (private key and certificate) based on a given role using the PKI backend.Pki.issue(String roleName, String commonName, List<String> altNames, List<String> ipSans, String ttl, CredentialFormat format, String csr) Operation to generate a new set of credentials (private key and certificate) based on a given role using the PKI backend.Pki.issue(String roleName, String commonName, List<String> altNames, List<String> ipSans, String ttl, CredentialFormat format, String csr, PrivateKeyFormat privateKeyFormat) Operation to generate a new set of credentials or sign the embedded CSR, in the PKI backend.Operation to revike a certificate in the vault using the PKI backend.