Key

bobcats.Key
sealed trait Key[+A <: Algorithm]

Attributes

Source
Key.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PrivateKey[A]
trait PublicKey[A]
trait SecretKey[A]
class SecretKeySpec[A]

Members list

Value members

Abstract methods

def algorithm: A

Attributes

Source
Key.scala

Inherited methods

def toJava: Key

Attributes

Inherited from:
KeyPlatform (hidden)
Source
KeyPlatform.scala