enum CertificateType [src]

Fields

X509 = 0
RawPublicKey = 2
_

Source

pub const CertificateType = enum(u8) { X509 = 0, RawPublicKey = 2, _, }