Contents

signature(for:using:)

Signs the supplied 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 to be signed with the specified identity

    • authentication: User authentication request to perform identity signature with