pub trait EncodedCert {
// Required methods
fn cert_type(&self) -> CertType;
fn encoded(&self) -> &[u8] ⓘ;
}Expand description
A certificate with an encoded representation.
pub trait EncodedCert {
// Required methods
fn cert_type(&self) -> CertType;
fn encoded(&self) -> &[u8] ⓘ;
}A certificate with an encoded representation.