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