SecretKeySpec

final case class SecretKeySpec[+A <: Algorithm](key: ByteVector, algorithm: A) extends SecretKey[A] with SecretKeySpecPlatform[A]
trait Serializable
trait Product
trait Equals
trait SecretKeySpecPlatform[A]
trait SecretKey[A]
trait SecretKeyPlatform
trait Key[A]
trait KeyPlatform
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product
def toJava: SecretKeySpec
Inherited from:
SecretKeySpecPlatform