COSEPublicKey

Represents a COSE pubic key.

This is not intended to be constructed directly.

Constructor

function constructor(decoded: object): this;

Parameters

  • decoded

Methods

Properties

interface Properties {
	decoded: object;
}
  • decoded