SecretKeySpec

bobcats.SecretKeySpec
final case class SecretKeySpec[+A <: Algorithm](key: ByteVector, algorithm: A) extends SecretKey[A]

Attributes

Source
Key.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SecretKey[A]
trait Key[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
SecretKeySpecPlatform (hidden)
Source
KeyPlatform.scala