type github.com/nats-io/nkeys.KeyPair (interface)

Method Implmentations

Open(input []byte, sender string) ([]byte, error)
Seal(input []byte, recipient string) ([]byte, error)
SealWithRand(input []byte, recipient string, rr io.Reader) ([]byte, error)
Seed() ([]byte, error)
Sign(input []byte) ([]byte, error)
Verify(input []byte, sig []byte) error
Wipe()