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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toJava: SecretKeySpec
Inherited from
SecretKeySpecPlatform