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
Handleusing the givenKeyset. - read
- Create a
Handlefrom a cleartext keyset obtained viar. - write
- Exports the keyset from
hto the given writerwwithout encrypting it.