Github
Preparing search index...
The search index is not available
Documentation
Documentation
iso-signatures
signers/rsa
<internal>
VerifiableDID
Interface VerifiableDID
interface
VerifiableDID
{
alg
:
SignatureAlgorithm
;
did
:
`
did:
${
string
}
:
${
string
}
`
;
didKey
:
`
did:
${
string
}
:
${
string
}
`
;
document
:
DIDDocument
;
publicKey
:
Uint8Array
;
toString
:
()
=>
string
;
type
:
KeyType
;
url
:
DIDURLObject
;
}
Hierarchy (
View Summary
)
VerifiableDID
ISigner
Index
Properties
alg
did
did
Key
document
public
Key
to
String
type
url
Properties
alg
alg
:
SignatureAlgorithm
JWT signing algorithm
did
did
:
`
did:
${
string
}
:
${
string
}
`
did
Key
didKey
:
`
did:
${
string
}
:
${
string
}
`
document
document
:
DIDDocument
public
Key
publicKey
:
Uint8Array
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
did
did
Key
document
public
Key
to
String
type
url
Github
Documentation
Loading...
JWT signing algorithm