# Functions
DecryptPEMBlock is a drop-in replacement for [x509.DecryptPEMBlock], which only supports state-of-the art algorithms such as PBES2.
EncryptPEMBlock encrypts a private key contained in data into a PEM block according to PKCS#8.
MarshalPKCS5PrivateKeyWithPassword marshals an private key protected with a password according to PKCS#5 into a byte array.
ParsePKCS5PrivateKeyWithPassword reads a private key protected with a password according to PKCS#5 from a byte array.
# Constants
No description provided by the author
# Structs
EncryptedPrivateKeyInfo contains meta-info about the encrypted private key.
EncryptionAlgorithmIdentifier is the identifier for the encryption algorithm.
EncryptionScheme is part of PBES2 and specifies the encryption algorithm.
KeyDerivationFunc is part of PBES2 and specify the key derivation function.
PBES2Params are parameters for PBES2.
PBKDF2Params are parameters for PBKDF2.