//
pkg.gl
Category
github.com/tencentcodedog/linux-go-1.12.6
src
encoding
pem
package
0.0.0-20241115082555-91616abce05b
Repository:
https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
284 SLOC
#
Functions
Decode
Decode will find the next PEM formatted block (certificate, private key etc) in the input.
Encode
Encode writes the PEM encoding of b to out.
EncodeToMemory
EncodeToMemory returns the PEM encoding of b.
#
Structs
Block
A Block represents a PEM encoded structure.