Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoPEMBlock gets triggered when there is no PEM block in the provided file ErrNoPEMBlock = errors.New("failed to decode the data as PEM block (are you sure this is a pem file?)") // ErrFailedPEMParsing gets returned when PKCS1, PKCS8 or PKIX key parsing fails ErrFailedPEMParsing = errors.New("failed parsing the PEM block: unsupported PEM type") // ErrUnknownKeyType gets returned when we can't recognize the key type ErrUnknownKeyType = errors.New("unknown key type") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.