pub type SECKEYDHPublicKey = SECKEYDHPublicKeyStr;
Aliased Type§
struct SECKEYDHPublicKey {
pub arena: *mut PLArenaPool,
pub prime: SECItemStr,
pub base: SECItemStr,
pub publicValue: SECItemStr,
}
Fields§
§arena: *mut PLArenaPool
§prime: SECItemStr
§base: SECItemStr
§publicValue: SECItemStr
Trait Implementations
Source§impl Clone for SECKEYDHPublicKeyStr
impl Clone for SECKEYDHPublicKeyStr
Source§fn clone(&self) -> SECKEYDHPublicKeyStr
fn clone(&self) -> SECKEYDHPublicKeyStr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more