Expand description
Contains the Credentials struct, which contains all keys, IDs, organizations and other identity-related and security-related data that is persistent in a Client
Structs§
- Credentials
- Contains information necessary to make requests against the
DNClientAPI.
Functions§
- ed25519_
public_ keys_ from_ pem - Converts a set of PEM-encoded ed25519 public keys, and converts them into an array of
VerifyingKeys. - ed25519_
public_ keys_ to_ pem - Converts an array of
VerifyingKeys to a singular bundle of PEM-encoded keys