Registry / crypto / spki
library0.8.0rscratesunverified

X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs).

# Cargo.toml [dependencies] spki = "0.8.0"
INSTALL
IMPORT
SIG · SPKI
S
spki
cryptorustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SubjectPublicKeyInfo
✓ use spki::SubjectPublicKeyInfo;

Creates a new SubjectPublicKeyInfo instance.

use spki::SubjectPublicKeyInfo; fn main() { let spki = SubjectPublicKeyInfo::new(); println!("SPKI created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
spki — cargo add spki · libregistry