COSEPublicKey
Represents a COSE pubic key.
This is not intended to be constructed directly.
Constructor
function constructor(decoded: object): this;
Parameters
decoded
Methods
COSEPublicKey.algorithm()COSEPublicKey.isAlgorithmDefined()COSEPublicKey.ec2()COSEPublicKey.okp()COSEPublicKey.rsa()COSEPublicKey.symmetric()COSEPublicKey.type()
Properties
interface Properties {
decoded: object;
}
decoded