UNPKG
@auth0/cose
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
COSE library for node.js
github.com/auth0-lab/cose
auth0-lab/cose
@auth0/cose
/
dist
/
types
/
lib
/
crypto_key.d.ts
3 lines
(2 loc)
•
202 B
TypeScript
View Raw
1
2
3
export
declare
function
checkSigCryptoKey
(
key
:
CryptoKey
,
alg
:
string
, ...
usages
:
KeyUsage
[]
):
void
;
export
declare
function
checkEncCryptoKey
(
key
:
CryptoKey
,
alg
:
string
, ...
usages
:
KeyUsage
[]
):
void
;