Uses of Enum
io.github.jopenlibs.vault.api.pki.PrivateKeyFormat
Packages that use PrivateKeyFormat
-
Uses of PrivateKeyFormat in io.github.jopenlibs.vault.api.pki
Methods in io.github.jopenlibs.vault.api.pki that return PrivateKeyFormatModifier and TypeMethodDescriptionstatic PrivateKeyFormatPrivateKeyFormat.fromString(String text) static PrivateKeyFormatReturns the enum constant of this type with the specified name.static PrivateKeyFormat[]PrivateKeyFormat.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 PrivateKeyFormatModifier and TypeMethodDescriptionPki.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, PrivateKeyFormat privateKeyFormat) Operation to generate a new set of credentials or sign the embedded CSR, in the PKI backend.