# Constants
DefaultPasswordLength represents the default length of a generated password (number of characters).
# Structs
Certificate holds the information about a certificate.
CertificateGenerationRequest specifies the generation parameters for Certificates.
PasswordGenerationRequest specifies the generation parameters for Passwords.
RSAKey represents an RSA key.
SSHKey represents an SSH key.
# Interfaces
Generator provides an interface for generating credentials like passwords, certificates or SSH and RSA keys.