# Functions
FromClient loads an identity from a client identity object.
FromParts creates an identity from the specified parts.
New creates a new identity.
UsingSigner uses the specified identity to sign the new identity.
WithIsCA indicates whether or not the new identity is a CA.
WithOrganizationalUnit sets the OU field in the new identity.
# Structs
Identity represents a loaded identity (X509 certificate and ECDSA private key pair).
# Type aliases
Option is a type representing an option for creating a new identity.