pub trait AssociatedOid {
const OID: ObjectIdentifier;
}Expand description
A trait which associates an OID with a type.
Required Associated Constants§
Sourceconst OID: ObjectIdentifier
const OID: ObjectIdentifier
The OID associated with this type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
Source§impl AssociatedOid for Sha224
Available on crate feature oid only.
impl AssociatedOid for Sha224
Available on crate feature
oid only.const OID: ObjectIdentifier
Source§impl AssociatedOid for Sha256
Available on crate feature oid only.
impl AssociatedOid for Sha256
Available on crate feature
oid only.const OID: ObjectIdentifier
Source§impl AssociatedOid for Sha384
Available on crate feature oid only.
impl AssociatedOid for Sha384
Available on crate feature
oid only.const OID: ObjectIdentifier
Source§impl AssociatedOid for Sha512
Available on crate feature oid only.
impl AssociatedOid for Sha512
Available on crate feature
oid only.const OID: ObjectIdentifier
Source§impl AssociatedOid for Sha512_224
Available on crate feature oid only.
impl AssociatedOid for Sha512_224
Available on crate feature
oid only.const OID: ObjectIdentifier
Source§impl AssociatedOid for Sha512_256
Available on crate feature oid only.
impl AssociatedOid for Sha512_256
Available on crate feature
oid only.