Packages

p

bobcats

package bobcats

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bobcats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Algorithm extends AnyRef
  2. sealed trait Crypto[F[_]] extends AnyRef
  3. type GeneralSecurityException = java.security.GeneralSecurityException
  4. sealed trait Hash[F[_]] extends AnyRef
  5. sealed trait HashAlgorithm extends Algorithm
  6. sealed trait Hmac[F[_]] extends HmacPlatform[F]
  7. sealed trait HmacAlgorithm extends Algorithm
  8. type InvalidKeyException = java.security.InvalidKeyException
  9. sealed trait Key[+A <: Algorithm] extends KeyPlatform
  10. type KeyException = java.security.KeyException
  11. sealed trait PrivateKey[+A <: Algorithm] extends Key[A] with PrivateKeyPlatform
  12. sealed trait PublicKey[+A <: Algorithm] extends Key[A] with PublicKeyPlatform
  13. sealed trait SecretKey[+A <: Algorithm] extends Key[A] with SecretKeyPlatform
  14. final case class SecretKeySpec[+A <: Algorithm](key: ByteVector, algorithm: A) extends SecretKey[A] with SecretKeySpecPlatform[A] with Product with Serializable
  15. trait SecureEq[A] extends Eq[A]

Value Members

  1. object Crypto extends CryptoCompanionPlatform
  2. object Hash extends HashCompanionPlatform
  3. object HashAlgorithm
  4. object Hmac extends HmacCompanionPlatform
  5. object HmacAlgorithm
  6. object SecureEq extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped