COSEOKPPublicKey
Represents a COSE octet key pair (OKP) public key for EdDSA as defined in RFC 9053.
Definition
interface COSEOKPPublicKey {
curve: number;
x: Uint8Array;
}
Properties
curve
: IANA COSE elliptic curve iD.x
Represents a COSE octet key pair (OKP) public key for EdDSA as defined in RFC 9053.
interface COSEOKPPublicKey {
curve: number;
x: Uint8Array;
}
curve
: IANA COSE elliptic curve iD.x