Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

SubjectPublicKeyInfoOwned

Type Alias SubjectPublicKeyInfoOwned 

Source
pub type SubjectPublicKeyInfoOwned = SubjectPublicKeyInfo<Any, BitString>;
Expand description

SubjectPublicKeyInfo with Any algorithm parameters, and BitString params.

Aliased Type§

pub struct SubjectPublicKeyInfoOwned {
    pub algorithm: AlgorithmIdentifier<Any>,
    pub subject_public_key: BitString,
}

Fields§

§algorithm: AlgorithmIdentifier<Any>

X.509 [AlgorithmIdentifier] for the public key type

§subject_public_key: BitString

Public key data