ECDH_AuthEC

fmgp.crypto.ECDH_AuthEC
object ECDH_AuthEC extends ECDH_UtilsEC

Attributes

Graph
Supertypes
trait ECDH_UtilsEC
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def decrypt(sender: ECKey, ecRecipientsKeys: Seq[(VerificationMethodReferenced, ECKey)], header: ProtectedHeaderBase64, recipients: Seq[JWERecipient], iv: IV, cipherText: CipherText, authTag: TAG): Either[CryptoFailed, Array[Byte]]

Inherited methods

protected def getCurve(ecRecipientsKeys: Seq[(VerificationMethodReferenced, ECKey)]): Either[CurveError, Curve]

Attributes

Inherited from:
ECDH_UtilsEC