# Packages
No description provided by the author
No description provided by the author
# Structs
InvalidKeyProviderError indicates that the supplied keyprovider.Descriptor is invalid/misbehaving.
InvalidMethodError indicates that the supplied method.Descriptor is invalid/misbehaving.
KeyProviderAlreadyRegisteredError indicates that the requested key provider was already registered in the registry.
KeyProviderNotFoundError indicates that the requested key provider was not found in the registry.
MethodAlreadyRegisteredError indicates that the requested encryption method was already registered in the registry.
MethodNotFoundError indicates that the requested encryption method was not found in the registry.
# Interfaces
Registry collects all encryption methods and key providers.