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