Versions in this module Expand all Collapse all v1 v1.8.1 Oct 5, 2022 Changes in this version + const DefaultKeySize + func FromPEMBytesToPrivateKey(b []byte) (*rsa.PrivateKey, error) + func FromPEMBytesToPublicKey(b []byte) (*rsa.PublicKey, error) + func FromPrivateKeyPEMBytesToPublicKeyPEMBytes(b []byte) ([]byte, error) + func FromPrivateKeyToPEMBytes(key *rsa.PrivateKey) ([]byte, error) + func FromPrivateKeyToPublicKeyPEMBytes(key *rsa.PrivateKey) ([]byte, error) + func GenerateKey(bits int) (*rsa.PrivateKey, error) + func IsPrivateKeyPEMBytes(b []byte) bool + func IsPublicKeyPEMBytes(b []byte) bool v1.5.0-rc2 Feb 18, 2022