nss_sys

Type Alias SECKEYRSAPublicKey

Source
pub type SECKEYRSAPublicKey = SECKEYRSAPublicKeyStr;

Aliased Type§

struct SECKEYRSAPublicKey {
    pub arena: *mut PLArenaPool,
    pub modulus: SECItemStr,
    pub publicExponent: SECItemStr,
}

Fields§

§arena: *mut PLArenaPool§modulus: SECItemStr§publicExponent: SECItemStr

Trait Implementations

Source§

impl Clone for SECKEYRSAPublicKeyStr

Source§

fn clone(&self) -> SECKEYRSAPublicKeyStr

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 SECKEYRSAPublicKeyStr