@wireapp/core-crypto
    Preparing search index...

    Class E2eiEnrollment

    Index

    Methods

    • For creating a new acme account. This returns a signed JWS-alike request body to send to POST /acme/{provisioner-name}/new-account.

      Parameters

      • previousNonce: string

        you got from calling HEAD {@link AcmeDirectory.newNonce}

      Returns Promise<ArrayBuffer>

    • Creates a new authorization request.

      Parameters

      • url: string

        one of the URL in new order's authorizations from newOrderResponse)

      • previousNonce: string

        replay-nonce response header from POST /acme/{provisioner-name}/new-order (or from the previous to this method if you are creating the second authorization)

      Returns Promise<ArrayBuffer>

    • Creates a new challenge request for Wire Oidc challenge.

      Parameters

      • idToken: string

        you get back from Identity Provider

      • previousNonce: string

        replay-nonce response header from POST /acme/{provisioner-name}/authz/{authz-id}

      Returns Promise<ArrayBuffer>