pub type Certificate<'a> = Certificate<'a>;
pub enum Certificate<'a> { X509(&'a [u8]), RawPublicKey(&'a [u8]), }