ECDSAPublicKey.encodePKIXUncompressed()
Encodes the public key with ASN.1 DER as specified in PKIX (RFC 5480). The public key is uncompressed when using this API.
Definition
function encodePKIXUncompressed(): Uint8Array;
Encodes the public key with ASN.1 DER as specified in PKIX (RFC 5480). The public key is uncompressed when using this API.
function encodePKIXUncompressed(): Uint8Array;