Function yubihsm::commands::put_auth_key::put_auth_key[][src]

pub fn put_auth_key<A: Adapter, K: Into<AuthKey>>(
    session: &mut Session<A>,
    key_id: ObjectId,
    label: ObjectLabel,
    domains: Domain,
    capabilities: Capability,
    delegated_capabilities: Capability,
    algorithm: AuthAlgorithm,
    auth_key: K
) -> Result<ObjectId, SessionError>

Put an existing auth key into the YubiHSM2