Documentation
    Preparing search index...

    ECDSA signer for ES256, ES384, and ES512 using WebCrypto

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    curve: "P-256" | "P-384" | "P-521"
    did: DID

    DID String - top level DID

    "did:web:example.com"
    
    didObject: DIDURLObject

    DID URL Object

    didUrl: DIDURL

    DID URL string

    "did:web:example.com#fragment1?query=value"
    
    document: DIDDocument

    DID Document

    fragment: undefined | string
    id: string
    method: string
    path: undefined | string
    query: undefined | string
    signatureType: SignatureType
    verifiableDid: DIDKey | DIDPkh

    Verifiable DID - resolved from the did

    Methods

    • Parameters

      • did: string
      • Optionalresolver: Resolver

      Returns Promise<DID>