Packages

sealed trait MemberAuthentication extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberAuthentication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def hashDomainNonce(nonce: Nonce, domainId: DomainId, agreementId: Option[ServiceAgreementId], pureCrypto: CryptoPureApi): Hash

Concrete Value Members

  1. def signDomainNonce(member: Member, nonce: Nonce, domainId: DomainId, possibleSigningKeys: NonEmpty[Seq[Fingerprint]], agreementId: Option[ServiceAgreementId], crypto: Crypto)(implicit ec: ExecutionContext): EitherT[Future, AuthenticationError, Signature]

    Participant concatenates the nonce with the domain's id and signs it (step 3)