Expand description
PKCS#8 is specified in RFC 5958.
Structs§
- A generated PKCS#8 document.
- Template 🔒A template for constructing PKCS#8 documents.
Enums§
- Version 🔒
Functions§
- Parses an unencrypted PKCS#8 private key, verifies that it is the right type of key, and returns the key value.
- Parses an unencrypted PKCS#8 private key, verifies that it is the right type of key, and returns the key value.
- wrap_key 🔒
- Formats a private key “prefix||private_key||middle||public_key” where
template
is “prefix||middle” split at positionprivate_key_index
.