Oslo

KeyPair

Represents a public/private key pair.

Definition

interface KeyPair {
	publicKey: ArrayBuffer;
	privateKey: ArrayBuffer;
}

Properties

  • publicKey
  • privateKey