# Functions
Decode extracts a certificate and private key from pfxData.
DecodeAll extracts all certificates and a private key from pfxData.
Encode produces pfxData containing one private key, an end-entity certificate, and any number of CA certificates.
New returns a new rc2 cipher with the given key and effective key length t1.
ConvertToPEM converts all "safe bags" contained in pfxData to PEM blocks.
# Constants
The rc2 block size in bytes.
# Variables
ErrDecryption represents a failure to decrypt the input.
ErrIncorrectPassword is returned when an incorrect password is detected.
# Type aliases
NotImplementedError indicates that the input is not currently supported.