nss_sys

Type Alias SECKEYFortezzaPublicKey

Source
pub type SECKEYFortezzaPublicKey = SECKEYFortezzaPublicKeyStr;

Aliased Type§

struct SECKEYFortezzaPublicKey {
    pub KEAversion: i32,
    pub DSSversion: i32,
    pub KMID: [u8; 8],
    pub clearance: SECItemStr,
    pub KEApriviledge: SECItemStr,
    pub DSSpriviledge: SECItemStr,
    pub KEAKey: SECItemStr,
    pub DSSKey: SECItemStr,
    pub params: SECKEYPQGParamsStr,
    pub keaParams: SECKEYPQGParamsStr,
}

Fields§

§KEAversion: i32§DSSversion: i32§KMID: [u8; 8]§clearance: SECItemStr§KEApriviledge: SECItemStr§DSSpriviledge: SECItemStr§KEAKey: SECItemStr§DSSKey: SECItemStr§params: SECKEYPQGParamsStr§keaParams: SECKEYPQGParamsStr

Trait Implementations

Source§

impl Clone for SECKEYFortezzaPublicKeyStr

Source§

fn clone(&self) -> SECKEYFortezzaPublicKeyStr

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for SECKEYFortezzaPublicKeyStr