MCPcopy Create free account
hub / github.com/koding/kite / KeyPair

Struct KeyPair

kitetest/kitetest.go:18–21  ·  view source on GitHub ↗

KeyPair represents PEM encoded RSA key pair.

Source from the content-addressed store, hash-verified

16
17// KeyPair represents PEM encoded RSA key pair.
18type KeyPair struct {
19 Public []byte
20 Private []byte
21}
22
23// KiteKey represents JWT token used in kite authentication,
24// also known as kite.key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected