Type Alias ed25519_dalek::pkcs8::spki::SubjectPublicKeyInfoOwned
pub type SubjectPublicKeyInfoOwned = SubjectPublicKeyInfo<Any, BitString>;
Available on crate features
pkcs8
and alloc
only.Expand description
SubjectPublicKeyInfo
with Any
algorithm parameters, and BitString
params.
Aliased Type§
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