Type Alias cryptoki::types::RawAuthPin

source ·
pub type RawAuthPin = SecretVec<u8>;
Expand description

Secret wrapper for a raw non UTF-8 Pin

Enable the serde feature to add support for Deserialize

Aliased Type§

struct RawAuthPin { /* private fields */ }