Available on crate feature
insecure
only.Expand description
Module for test code methods to read or write cleartext keyset material.
Functionsยง
- keyset_
material - Return the key material contained in a
Handle
. - new_
handle - Create a new instance of
Handle
using the givenKeyset
. - read
- Create a
Handle
from a cleartext keyset obtained viar
. - write
- Exports the keyset from
h
to the given writerw
without encrypting it.