ECDH_AuthOKP

fmgp.crypto.ECDH_AuthOKP
object ECDH_AuthOKP extends ECDH_UtilsOKP

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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