//
pkg.gl
Category
golang.org/x/crypto
pkcs12
package
0.36.0
Repository:
https://go.googlesource.com/crypto
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
3.7k
Files
716 SLOC
#
Functions
Decode
Decode extracts a certificate and private key from pfxData.
ToPEM
ToPEM converts all "safe bags" contained in pfxData to PEM blocks.
#
Variables
ErrDecryption
ErrDecryption represents a failure to decrypt the input.
ErrIncorrectPassword
ErrIncorrectPassword is returned when an incorrect password is detected.
#
Type aliases
NotImplementedError
NotImplementedError indicates that the input is not currently supported.