Uses of Enum
io.github.jopenlibs.vault.api.pki.CredentialFormat
Packages that use CredentialFormat
-
Uses of CredentialFormat in io.github.jopenlibs.vault.api.pki
Methods in io.github.jopenlibs.vault.api.pki that return CredentialFormatModifier and TypeMethodDescriptionstatic CredentialFormatCredentialFormat.fromString(String text) static CredentialFormatReturns the enum constant of this type with the specified name.static CredentialFormat[]CredentialFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.jopenlibs.vault.api.pki with parameters of type CredentialFormatModifier and TypeMethodDescriptionPki.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.