Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + var Decode = pem.Decode + var Encode = pem.Encode + var EncodeToMemory = pem.EncodeToMemory + var PEMTypeMap = map[string]string + func EncodeToPEM(data []byte, blockType string) []byte + func GetPEMType(name string) string + func ParsePEM(data []byte) ([]byte, error) + type Block = pem.Block