nss_sys

Type Alias SECKEYDSAPublicKey

Source
pub type SECKEYDSAPublicKey = SECKEYDSAPublicKeyStr;

Aliased Type§

struct SECKEYDSAPublicKey {
    pub params: SECKEYPQGParamsStr,
    pub publicValue: SECItemStr,
}

Fields§

§params: SECKEYPQGParamsStr§publicValue: SECItemStr