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