package pem
import "github.com/google/trillian/crypto/keys/pem"
Package pem contains functions for marshaling and unmarshaling keys in PEM format.
Index ¶
- func FromProto(_ context.Context, pb proto.Message) (crypto.Signer, error)
- func ReadPrivateKeyFile(file, password string) (crypto.Signer, error)
- func UnmarshalPrivateKey(keyPEM, password string) (crypto.Signer, error)
Functions ¶
func FromProto ¶
FromProto builds a crypto.Signer from a proto.Message, which must be of type PEMKeyFile.
func ReadPrivateKeyFile ¶
ReadPrivateKeyFile reads a PEM-encoded private key from a file. The key must be protected by a password.
func UnmarshalPrivateKey ¶
UnmarshalPrivateKey reads a PEM-encoded private key from a string. The key may be protected by a password.
Source Files ¶
- Version
- v1.7.1 (latest)
- Published
- Jan 9, 2025
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 5 days ago –
Tools for package owners.