package
1.9.0
Repository: https://github.com/ibrt/golang-bites.git
Documentation: pkg.go.dev

# Functions

MustPEMToRSAPrivateKey is like PEMToRSAPrivateKey but panics on error.
MustPEMToRSAPublicKey is like PEMToRSAPublicKey but panics on error.
PEMToRSAPrivateKey decodes an RSA private key in PEM format.
PEMToRSAPublicKey decodes an RSA public key in PEM format.
RSAPrivateKeyToPEM encodes an RSA private key to PEM format.
RSAPublicKeyToPEM encodes a RSA public key to PEM format.