Uses of Enum Class
io.helidon.integrations.vault.secrets.pki.PkiFormat
Packages that use PkiFormat
-
Uses of PkiFormat in io.helidon.integrations.vault.secrets.pki
Methods in io.helidon.integrations.vault.secrets.pki that return PkiFormatModifier and TypeMethodDescriptionCaCertificateGet.Request.format()Requested format.CertificateGet.Request.format()Requested format.CrlGet.Request.format()Configured format.static PkiFormatReturns the enum constant of this class with the specified name.static PkiFormat[]PkiFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.vault.secrets.pki with parameters of type PkiFormatModifier and TypeMethodDescriptiondefault byte[]PkiSecrets.caCertificate(PkiFormat format) Certification authority certificate in raw bytes.default Optional<byte[]> PkiSecrets.certificate(String serialNumber, PkiFormat format) Certificate in raw bytes, currently onlyPEMis supported.default byte[]Certificate revocation list in raw bytes.Format of the certificate to get.Format of the certificate to get.Format of the CRL.