Function PublicKeyEcPrime256v1
- PublicKeyEcPrime256v1(key): {
bytes: {
_bytes: Uint8Array;
_padding: number;
_tag: number;
};
type: {
algorithm: {
_bytes: Uint8Array;
_tag: number;
};
curve: {
_bytes: Uint8Array;
_tag: number;
};
};
} Returns {
bytes: {
_bytes: Uint8Array;
_padding: number;
_tag: number;
};
type: {
algorithm: {
_bytes: Uint8Array;
_tag: number;
};
curve: {
_bytes: Uint8Array;
_tag: number;
};
};
}
bytes: {
_bytes: Uint8Array;
_padding: number;
_tag: number;
}
_bytes: Uint8Array
_padding: number
_tag: number
type: {
algorithm: {
_bytes: Uint8Array;
_tag: number;
};
curve: {
_bytes: Uint8Array;
_tag: number;
};
}
algorithm: {
_bytes: Uint8Array;
_tag: number;
}
_bytes: Uint8Array
_tag: number
curve: {
_bytes: Uint8Array;
_tag: number;
}
_bytes: Uint8Array
_tag: number