Documentation ¶
Index ¶
- Constants
- func DecodePrivateKey(keyF io.Reader) (*packet.PrivateKey, error)
- func DecodePrivateKeyFile(filepath string) (*packet.PrivateKey, error)
- func DecodePublicKey(keyF io.Reader) (*packet.PublicKey, error)
- func DecodePublicKeyFile(filepath string) (*packet.PublicKey, error)
- func NewPGPEntity(authorName, authorEmail, publicKey, privateKey string) (*openpgp.Entity, error)
Constants ¶
View Source
const ( CompressionLevel = 9 SigKeyfiletimeSecs = uint32(86400 * 365) )
Variables ¶
This section is empty.
Functions ¶
func DecodePrivateKey ¶
func DecodePrivateKey(keyF io.Reader) (*packet.PrivateKey, error)
func DecodePrivateKeyFile ¶
func DecodePrivateKeyFile(filepath string) (*packet.PrivateKey, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.