ECDH_AuthOKP

fmgp.crypto.ECDH_AuthOKP$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

protected def getCurve(okpRecipientsKeys: Seq[(VerificationMethodReferenced, OKPKey)]): Either[CurveError, Curve]

Attributes

Inherited from:
ECDH_UtilsOKP