Documentation ¶
Index ¶
- func DecodeCertificate(data []byte) (*pem.Block, error)
- func DecodeRSAPublicKey(data []byte) (*pem.Block, error)
- func EncodeCertificateRequestDER(der []byte) ([]byte, error)
- func EncodeRSAPrivateKey(p *rsa.PrivateKey) ([]byte, error)
- func ParseRSAPublicKey(data []byte) (*rsa.PublicKey, error)
- type Crypto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeRSAPrivateKey ¶
func EncodeRSAPrivateKey(p *rsa.PrivateKey) ([]byte, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.