Search
Preparing search index...
The search index is not available
parse-cosekey
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
parse-cosekey
coseJoseMapping
KeyTypeMapping
Class KeyTypeMapping
Hierarchy
KeyTypeMapping
Index
Constructors
constructor
Properties
EC2
OKP
RSA
_values
Accessors
cose
Key
Type
json
Web
Key
Type
Methods
fromCOSEKey
Type
fromCOSEKey
Type
Value
fromJSONWeb
Key
Type
fromJSONWeb
Key
Type
Value
values
Constructors
Private
constructor
new
Key
Type
Mapping
(
_coseKeyType
:
COSEKeyType
, _jsonWebKeyType
:
JSONWebKeyType
)
:
KeyTypeMapping
Parameters
_coseKeyType:
COSEKeyType
_jsonWebKeyType:
JSONWebKeyType
Returns
KeyTypeMapping
Properties
Static
Readonly
EC2
EC2
:
KeyTypeMapping
= ...
Static
Readonly
OKP
OKP
:
KeyTypeMapping
= ...
Static
Readonly
RSA
RSA
:
KeyTypeMapping
= ...
Static
_values
_values
:
KeyTypeMapping
[]
= ...
Accessors
cose
Key
Type
get
coseKeyType
(
)
:
COSEKeyType
Returns
COSEKeyType
json
Web
Key
Type
get
jsonWebKeyType
(
)
:
JSONWebKeyType
Returns
JSONWebKeyType
Methods
Static
fromCOSEKey
Type
fromCOSEKey
Type
(
coseKeyType
:
COSEKeyType
)
:
null
|
JSONWebKeyType
Parameters
coseKeyType:
COSEKeyType
Returns
null
|
JSONWebKeyType
Static
fromCOSEKey
Type
Value
fromCOSEKey
Type
Value
(
coseKeyTypeValue
:
number
)
:
null
|
JSONWebKeyType
Parameters
coseKeyTypeValue:
number
Returns
null
|
JSONWebKeyType
Static
fromJSONWeb
Key
Type
fromJSONWeb
Key
Type
(
jsonWebKeyType
:
JSONWebKeyType
)
:
null
|
COSEKeyType
Parameters
jsonWebKeyType:
JSONWebKeyType
Returns
null
|
COSEKeyType
Static
fromJSONWeb
Key
Type
Value
fromJSONWeb
Key
Type
Value
(
jsonWebKeyTypeValue
:
string
)
:
null
|
COSEKeyType
Parameters
jsonWebKeyTypeValue:
string
Returns
null
|
COSEKeyType
Static
values
values
(
)
:
KeyTypeMapping
[]
Returns
KeyTypeMapping
[]
src
exception
keyParseError.ts
default
coseJoseMapping.ts
EllipticCurveMapping
KeyAlgorithmMapping
KeyOperationMapping
KeyParameterMapping
KeyTypeMapping
coseKey.ts
COSEAlgorithm
COSEEllipticCurve
COSEKeyCommonParameter
COSEKeyOperationValue
COSEKeyParameterValueMapping
COSEKeyType
COSEKeyTypeParameter
index.ts
default
joseKey.ts
JSONWebKeyEllipticCurve
JSONWebKeyOperation
JSONWebKeyParameter
JSONWebKeyType
JSONWebKeyUse
JSONWebSignatureAndEncryptionAlgorithm
keyParser.ts
default
verifier.ts
default
Generated using
TypeDoc