Lines Matching refs:pem
20 "encoding/pem"
37 // typically found in PEM blocks with "BEGIN PUBLIC KEY".
1604 // pemCRLPrefix is the magic string that indicates that we have a PEM encoded
1608 // pemType is the type of a PEM encoded CRL.
1611 // ParseCRL parses a CRL from the given bytes. It's often the case that PEM
1613 // will transparently handle PEM encoding as long as there isn't any leading
1617 block, _ := pem.Decode(crlBytes)