pub struct ExtType(_);Expand description
Extension identifiers for extensions in certificates.
Implementations§
source§impl ExtType
impl ExtType
sourcepub const SIGNED_WITH_ED25519_KEY: ExtType = _
pub const SIGNED_WITH_ED25519_KEY: ExtType = _
Extension indicating an Ed25519 key that signed this certificate.
Certificates do not always contain the key that signed them.
sourcepub fn is_recognized(self) -> bool
pub fn is_recognized(self) -> bool
Return true if this value is one that we recognize.