Search
Preparing search index...
The search index is not available
parse-cosekey
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
parse-cosekey
joseKey
JSONWebKeyOperation
Class JSONWebKeyOperation
Hierarchy
JSONWebKeyOperation
Index
Constructors
constructor
Properties
DECRYPT
DERIVE_
BITS
DERIVE_
KEY
ENCRYPT
SIGN
UNWRAP_
KEY
VERIFY
WRAP_
KEY
_values
Accessors
description
value
Methods
from
Value
values
Constructors
Private
constructor
new JSONWeb
Key
Operation
(
_value
:
string
, _description
:
string
)
:
JSONWebKeyOperation
Parameters
_value:
string
_description:
string
Returns
JSONWebKeyOperation
Properties
Static
Readonly
DECRYPT
DECRYPT
:
JSONWebKeyOperation
= ...
Static
Readonly
DERIVE_
BITS
DERIVE_
BITS
:
JSONWebKeyOperation
= ...
Static
Readonly
DERIVE_
KEY
DERIVE_
KEY
:
JSONWebKeyOperation
= ...
Static
Readonly
ENCRYPT
ENCRYPT
:
JSONWebKeyOperation
= ...
Static
Readonly
SIGN
SIGN
:
JSONWebKeyOperation
= ...
Static
Readonly
UNWRAP_
KEY
UNWRAP_
KEY
:
JSONWebKeyOperation
= ...
Static
Readonly
VERIFY
VERIFY
:
JSONWebKeyOperation
= ...
Static
Readonly
WRAP_
KEY
WRAP_
KEY
:
JSONWebKeyOperation
= ...
Static
_values
_values
:
JSONWebKeyOperation
[]
= ...
Accessors
description
get
description
(
)
:
string
Returns
string
value
get
value
(
)
:
string
Returns
string
Methods
Static
from
Value
from
Value
(
value
:
string
)
:
null
|
JSONWebKeyOperation
Parameters
value:
string
Returns
null
|
JSONWebKeyOperation
Static
values
values
(
)
:
JSONWebKeyOperation
[]
Returns
JSONWebKeyOperation
[]
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