Updated comment for 'PrivateKeyPemBlock()'.
This commit is contained in:
parent
cd4ae03324
commit
5893134c61
|
@ -119,7 +119,8 @@ type sshKeyPair interface {
|
||||||
Description() string
|
Description() string
|
||||||
|
|
||||||
// PrivateKeyPemBlock returns a slice of bytes representing
|
// 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
|
PrivateKeyPemBlock() []byte
|
||||||
|
|
||||||
// PublicKeyAuthorizedKeysFormat returns a slice of bytes
|
// PublicKeyAuthorizedKeysFormat returns a slice of bytes
|
||||||
|
|
Loading…
Reference in New Issue