Contents

signature(for:using:)

Signs the supplied array of data with the identity’s private key

Declaration

func signature(for data: [Data], using request: JPKIPassContents.AuthenticationRequest<Self.IdentityType>) async throws -> [JPKIPassContents.Signature<Self.IdentityType>]

Discussion

  • Properties:

    • data: Data array to be signed with the specified identity

    • authentication: User authentication request to perform identity signature with