Skip to main content

CryptoToken

Type Alias CryptoToken 

Source
pub type CryptoToken = DataHolder;
Expand description

CryptoToken (Spec §10.5.2 Tab.72).

Aliased Type§

pub struct CryptoToken {
    pub class_id: String,
    pub properties: Vec<WireProperty>,
    pub binary_properties: Vec<BinaryProperty>,
}

Fields§

§class_id: String

Plugin-Class-Id, z.B. "DDS:Auth:PKI-DH:1.2".

§properties: Vec<WireProperty>

String-Properties (Spec §7.2.6 Tab.5).

§binary_properties: Vec<BinaryProperty>

Binary-Properties (Spec §7.2.6 Tab.6).