io.quarkus.vault.runtime.client.dto.pki.VaultPKIConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault-model Show documentation
Show all versions of quarkus-vault-model Show documentation
Hashicorp Vault API model classes
The newest version!
package io.quarkus.vault.runtime.client.dto.pki;
public class VaultPKIConstants {
public static final String DEFAULT_CERTIFICATE_FORMAT = "pem";
public static final String DEFAULT_KEY_ENCODING = "pkcs8";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy