//! Objects within the `YubiHSM2` (keys, certificates, or other opaque data)
pub use Handle as ObjectHandle;
pub use Info as ObjectInfo;
pub use ;
pub use Origin as ObjectOrigin;
pub use Type as ObjectType;
/// Object identifiers
pub type ObjectId = u16;
/// Sequence identifiers: number of times an object with a given ID has been
/// created in this `YubiHSM` (with all previous versions having been deleted)
pub type SequenceId = u8;