ECDH_AuthCryptoProvider

fmgp.crypto.ECDH_AuthCryptoProvider
case class ECDH_AuthCryptoProvider(curve: Curve, cek: SecretKey) extends ECDH1PUCryptoProvider

Elliptic-curve Diffie–Hellman

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ECDH1PUCryptoProvider
class BaseJWEProvider
trait JWEProvider
trait JCAAware[JWEJCAContext]
trait JOSEProvider
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def supportedEllipticCurves(): Set[Curve]

Attributes

Definition Classes
ECDH1PUCryptoProvider

Inherited methods

def getCurve(): Curve

Attributes

Inherited from:
ECDH1PUCryptoProvider
def getJCAContext(): JWEJCAContext

Attributes

Inherited from:
BaseJWEProvider
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
def supportedEncryptionMethods(): Set[EncryptionMethod]

Attributes

Inherited from:
BaseJWEProvider
def supportedJWEAlgorithms(): Set[JWEAlgorithm]

Attributes

Inherited from:
BaseJWEProvider