COSERSAPublicKey

Represents a COSE RSA public key defined in RFC 8230.

Definition

interface COSERSAPublicKey {
	e: bigint;
	n: bigint;
}

Properties

  • e
  • n