Versions in this module Expand all Collapse all v1 v1.0.0 Aug 24, 2023 Changes in this version + var ErrDecryption = errors.New("pkcs12: decryption error, incorrect padding") + var ErrIncorrectPassword = errors.New("pkcs12: decryption password incorrect") + func Decode(pfxData []byte, password string) (privateKey interface{}, certificate *x509.Certificate, err error) + func DecodeChain(pfxData []byte, password string) (privateKey interface{}, certificate *x509.Certificate, ...) + func Encode(rand io.Reader, privateKey interface{}, certificate *x509.Certificate, ...) (pfxData []byte, err error) + type NotImplementedError string + func (e NotImplementedError) Error() string