Uses of Enum Class
io.helidon.integrations.vault.secrets.pki.PkiFormat
-
Uses of PkiFormat in io.helidon.integrations.vault.secrets.pki
Modifier and TypeMethodDescriptionCaCertificateGet.Request.format()
Requested format.CertificateGet.Request.format()
Requested format.CrlGet.Request.format()
Configured format.static PkiFormat
Returns 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.Modifier 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 onlyPEM
is 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.