[][src]Module yubihsm::object

Objects stored in the HSM.

For more information, see: https://developers.yubico.com/YubiHSM2/Concepts/Object.html Objects within the YubiHSM2 (keys, certificates, or other opaque data)

Modules

import

The YubiHSM2 doesnt' have a unified put object command, however all of the put object commands share a common structure, i.e. object::import::Params

Structs

Info

Information about an object

Label

Labels attached to objects

Enums

Origin

Information about how a key was originally generated

Type

Types of objects

Constants

LABEL_SIZE

Number of bytes in a label on an object (fixed-size)

Type Definitions

Id

Object identifiers

SequenceId

Sequence identifiers: number of times an object with a given ID has been created in this YubiHSM (with all previous versions having been deleted)