mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-15 15:20:44 -08:00
Marshall said to name it Marshal
This commit is contained in:
parent
9bc93a8d15
commit
ae1c0f88be
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ type Certificate interface {
|
|||
// PublicKey is the raw bytes to be used in asymmetric cryptographic operations.
|
||||
PublicKey() []byte
|
||||
|
||||
// PublicKeyPem is the value of PublicKey marshalled to PEM
|
||||
// MarshalPublicKeyPEM is the value of PublicKey marshalled to PEM
|
||||
MarshalPublicKeyPEM() []byte
|
||||
|
||||
// Curve identifies which curve was used for the PublicKey and Signature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue