COSERSAPublicKey
Represents a COSE RSA public key defined in RFC 8230.
Definition
interface COSERSAPublicKey {
e: bigint;
n: bigint;
}
Properties
en
Represents a COSE RSA public key defined in RFC 8230.
interface COSERSAPublicKey {
e: bigint;
n: bigint;
}
en