//
pkg.gl
Category
github.com/remobjects/goldbaselibrary
Source
Gold
encoding
pem
package
0.0.0-20240830091141-819b40b304b5
Repository:
https://github.com/remobjects/goldbaselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
289 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.