Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockFromBytes ¶
func BlockFromBytes(data []byte, blockType string) (*pem.Block, bool)
func BlockFromFile ¶
func BlockFromFile(path string, blockType string) (*pem.Block, bool, error)
func BlockToBytes ¶
func BlockToBytes(block *pem.Block) ([]byte, error)
func BlockToFile ¶
func BlockToFile(path string, block *pem.Block, mode os.FileMode) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.