Github
Preparing search index...
The search index is not available
Documentation
Documentation
iso-signatures
signers/rsa
<internal>
ISigner
Interface ISigner<Export>
interface
ISigner
<
Export
extends
CryptoKeyPair
|
string
>
{
alg
:
SignatureAlgorithm
;
code
?:
number
;
did
:
`
did:
${
string
}
:
${
string
}
`
;
didKey
:
`
did:
${
string
}
:
${
string
}
`
;
document
:
DIDDocument
;
export
:
()
=>
Export
;
publicKey
:
Uint8Array
;
sign
:
(
message
:
Uint8Array
)
=>
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
toString
:
()
=>
string
;
type
:
KeyType
;
url
:
DIDURLObject
;
}
Type Parameters
Export
extends
CryptoKeyPair
|
string
Hierarchy (
View Summary
)
VerifiableDID
Sign
ISigner
Index
Properties
alg
code?
did
did
Key
document
export
public
Key
sign
to
String
type
url
Properties
alg
alg
:
SignatureAlgorithm
JWT signing algorithm
Optional
code
code
?:
number
did
did
:
`
did:
${
string
}
:
${
string
}
`
did
Key
didKey
:
`
did:
${
string
}
:
${
string
}
`
document
document
:
DIDDocument
export
export
:
()
=>
Export
public
Key
publicKey
:
Uint8Array
sign
sign
:
(
message
:
Uint8Array
)
=>
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
to
String
toString
:
()
=>
string
type
type
:
KeyType
Keypair type
url
url
:
DIDURLObject
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alg
code
did
did
Key
document
export
public
Key
sign
to
String
type
url
Github
Documentation
Loading...
JWT signing algorithm