Updated comment for 'PrivateKeyPemBlock()'.

This commit is contained in:
Stephen Fox 2019-02-04 10:02:07 -05:00
parent cd4ae03324
commit 5893134c61
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ type sshKeyPair interface {
Description() string
// PrivateKeyPemBlock returns a slice of bytes representing
// the private key in ASN.1, DER format in a PEM block.
// the private key in ASN.1 Distinguished Encoding Rules (DER)
// format in a Privacy-Enhanced Mail (PEM) block.
PrivateKeyPemBlock() []byte
// PublicKeyAuthorizedKeysFormat returns a slice of bytes