Key

sealed trait Key[+A <: Algorithm]
Source:
Key.scala
class Object
trait Matchable
class Any
trait PrivateKey[A]
trait PublicKey[A]
trait SecretKey[A]
class SecretKeySpec[A]

Value members

Abstract methods

def algorithm: A
Source:
Key.scala

Inherited methods

def toJava: Key
Inherited from:
KeyPlatform (hidden)
Source:
KeyPlatform.scala