Struct yubihsm::responses::GetObjectInfoResponse [] [src]

pub struct GetObjectInfoResponse {
    pub capabilities: Capabilities,
    pub id: u16,
    pub length: u16,
    pub domains: Domains,
    pub object_type: ObjectType,
    pub algorithm: Algorithm,
    pub sequence: SequenceId,
    pub origin: ObjectOrigin,
    pub label: ObjectLabel,
    pub delegated_capabilities: Capabilities,
}

Fields

Capabilities

Object identifier

Length of object in bytes

Domains from which object is accessible

Object type

Algorithm this object is intended to be used with

Sequence: number of times an object with this key ID and type has previously existed

How did this object originate? (generated, imported, etc)

Label of object

Delegated Capabilities

Trait Implementations

impl Debug for GetObjectInfoResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations