Skip to main content

Crate picky

Crate picky 

Source
Expand description

Crates.io docs.rs Crates.io

§picky

Portable X.509, PKI, JOSE and HTTP signature implementation.

Re-exports§

pub use picky_asn1_x509::oid;

Modules§

hash
Hash algorithms supported by picky
http
Signing HTTP Messages
jose
JOSE framework subset implementation.
key
Wrappers around public and private keys raw data providing an easy to use API
oids
OIDs commonly used with X.509 certificates
pem
Privacy-Enhanced Mail (PEM) format utilities
pkcs12
This module provides types for parsing and building PKCS#12 files (PFX).
putty
PuTTY key format described in Appendix C of the PuTTY User Manual.
signature
Signature algorithms supported by picky
ssh
x509
X.509 certificates implementation based on RFC5280

Structs§

AlgorithmIdentifier