Type Alias ed25519_dalek::pkcs8::spki::SubjectPublicKeyInfoRef
pub type SubjectPublicKeyInfoRef<'a> = SubjectPublicKeyInfo<AnyRef<'a>, BitStringRef<'a>>;
Available on crate feature
pkcs8
only.Expand description
SubjectPublicKeyInfo
with AnyRef
algorithm parameters, and BitStringRef
params.
Aliased Type§
struct SubjectPublicKeyInfoRef<'a> {
pub algorithm: AlgorithmIdentifier<AnyRef<'a>>,
pub subject_public_key: BitStringRef<'a>,
}
Fields§
§algorithm: AlgorithmIdentifier<AnyRef<'a>>
X.509 AlgorithmIdentifier
for the public key type
subject_public_key: BitStringRef<'a>
Public key data