Struct openssl::nid::SignatureAlgorithms[][src]

pub struct SignatureAlgorithms {
    pub digest: Nid,
    pub pkey: Nid,
}

The digest and public-key algorithms associated with a signature.

Fields

The signature's digest.

If the signature does not specify a digest, this will be NID::UNDEF.

The signature's public-key.

Auto Trait Implementations