# Packages
No description provided by the author
# Functions
EncodeX509ChainToPEM converts a slice of x509.Certificate into PEM block, in the order they are passed.
EncodeX509ToPEM converts a x509.Certificate into a PEM block.
IsSelfSigned whether the given x509.Certificate is self-signed.
ReadAsSigner read a crypto.PrivateKey from the given data.
ReadAsSignerFromFile read a crypto.PrivateKey from the given file.
ReadAsSignerWithPassFromFile read a crypto.PrivateKey from the given file.
ReadAsX509 read x509.Certificate chain from the given data.
ReadAsX509FromFile read x509.Certificate from the given file.
# Variables
No description provided by the author