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