ECDH_AnonCryptoProvider

fmgp.crypto.ECDH_AnonCryptoProvider
case class ECDH_AnonCryptoProvider(curve: Curve, cek: SecretKey) extends ECDHCryptoProvider

Elliptic-curve Diffie–Hellman

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ECDHCryptoProvider
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
ECDHCryptoProvider

Inherited methods

def getCurve(): Curve

Attributes

Inherited from:
ECDHCryptoProvider
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