ECDH_AnonOKP

fmgp.crypto.ECDH_AnonOKP
object ECDH_AnonOKP extends ECDH_UtilsOKP

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def decrypt(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