Preparing search index...
The search index is not available
Conversions to and from multikeys and WebCrypto - v0.0.1
Conversions to and from multikeys and WebCrypto
lib/common
JWKKeyPair
Interface JWKKeyPair
Public/secret pair of JWK instances
interface
JWKKeyPair
{
publicKey
:
JsonWebKey
;
privateKey
?:
JsonWebKey
;
}
Index
Properties
public
Key
private
Key?
Properties
public
Key
public
Key
:
JsonWebKey
Optional
private
Key
private
Key
?:
JsonWebKey
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
public
Key
private
Key
lib
common.ts
preambleToCryptoData
JWKKeyPair
Multibase
Multikey
MultikeyBinary
CryptoCurves
CryptoKeyTypes
Preamble
EddsaPreambles
Ecdsa256Preambles
Ecdsa384Preambles
ClassToPreamble
classToPreamble
ClassToDecoder
classToDecoder
ClassToEncoder
classToEncoder
ECDSACurves
CryptoKeyData
convert.ts
multikeyToJWK
JWKToMultikey
ecdsa.ts
JWKToMultikeyBinary
multikeyBinaryToJWK
eddsa.ts
JWKToMultikeyBinary
multikeyBinaryToJWK
index.ts
multikeyToJWK
multikeyToCrypto
JWKToMultikey
cryptoToMultikey
JWKKeyPair
Multikey
Multibase
Public/secret pair of JWK instances