Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPEMCertToX509 ¶
func ConvertPEMCertToX509(pemCrt []byte) (*x509.Certificate, error)
func ConvertPEMPrivateKeyToX509 ¶
func ConvertPEMPrivateKeyToX509(pemKey []byte) (*rsa.PrivateKey, error)
func RSAKeyToPEM ¶
func RSAKeyToPEM(privateKey *rsa.PrivateKey) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.