Versions in this module Expand all Collapse all v0 v0.10.1 May 7, 2016 Changes in this version + var ErrDecryption = errors.New("pkcs12: decryption error, incorrect padding") + var ErrIncorrectPassword = errors.New("pkcs12: decryption password incorrect") + func Encode(derBytes []byte, privateKey interface{}, password string) (pfxBytes []byte, err error) + type EncodeError string + func (e EncodeError) Error() string + type NotImplementedError string + func (e NotImplementedError) Error() string