This is supported on crate feature insecure only.
Expand description

Module for test code methods to read or write cleartext keyset material.

Functions

Return the key material contained in a Handle.

Create a new instance of Handle using the given Keyset.

Create a Handle from a cleartext keyset obtained via r.

Exports the keyset from h to the given writer w without encrypting it. Storing secret key material in an unencrypted fashion is dangerous. If feasible, you should use super::Handle::write() instead.