Versions in this module Expand all Collapse all v0 v0.1.1 Dec 2, 2021 Changes in this version + const DefaultPassword + 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 *gmx509.Certificate, err error) + func DecodeChain(pfxData []byte, password string) (privateKey interface{}, certificate *gmx509.Certificate, ...) + func Encode(rand io.Reader, privateKey crypto.SignKey, certificate *gmx509.Certificate, ...) (pfxData []byte, err error) + type NotImplementedError string + func (e NotImplementedError) Error() string v0.1.0 Jan 12, 2021