Packages

object HardenedSCrypt extends JCAPasswordPlatform[HardenedSCrypt]

Source
HardenedSCrypt.scala
Linear Supertypes
JCAPasswordPlatform[HardenedSCrypt], PasswordHashAPI[HardenedSCrypt], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HardenedSCrypt
  2. JCAPasswordPlatform
  3. PasswordHashAPI
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkpw[F[_]](p: Array[Byte], hash: PasswordHash[HardenedSCrypt])(implicit arg0: Functor[F], P: PasswordHasher[F, HardenedSCrypt]): F[VerificationStatus]
    Definition Classes
    PasswordHashAPI
  6. def checkpw[F[_]](p: Array[Char], hash: PasswordHash[HardenedSCrypt])(implicit arg0: Functor[F], P: PasswordHasher[F, HardenedSCrypt]): F[VerificationStatus]
    Definition Classes
    PasswordHashAPI
  7. def checkpw[F[_]](p: String, hash: PasswordHash[HardenedSCrypt])(implicit arg0: Functor[F], P: PasswordHasher[F, HardenedSCrypt]): F[VerificationStatus]
    Definition Classes
    PasswordHashAPI
  8. def checkpwBool[F[_]](p: Array[Byte], hash: PasswordHash[HardenedSCrypt])(implicit P: PasswordHasher[F, HardenedSCrypt]): F[Boolean]
    Definition Classes
    PasswordHashAPI
  9. def checkpwBool[F[_]](p: Array[Char], hash: PasswordHash[HardenedSCrypt])(implicit P: PasswordHasher[F, HardenedSCrypt]): F[Boolean]
    Definition Classes
    PasswordHashAPI
  10. def checkpwBool[F[_]](p: String, hash: PasswordHash[HardenedSCrypt])(implicit P: PasswordHasher[F, HardenedSCrypt]): F[Boolean]
    Definition Classes
    PasswordHashAPI
  11. def checkpwUnsafe(p: Array[Char], hash: PasswordHash[HardenedSCrypt])(implicit P: PasswordHasher[Id, HardenedSCrypt]): Boolean
    Definition Classes
    PasswordHashAPI
  12. def checkpwUnsafe(p: Array[Byte], hash: PasswordHash[HardenedSCrypt])(implicit P: PasswordHasher[Id, HardenedSCrypt]): Boolean
    Definition Classes
    PasswordHashAPI
  13. def checkpwUnsafe(p: String, hash: PasswordHash[HardenedSCrypt])(implicit P: PasswordHasher[Id, HardenedSCrypt]): Boolean
    Definition Classes
    PasswordHashAPI
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashpw[F[_]](p: Array[Byte])(implicit P: PasswordHasher[F, HardenedSCrypt]): F[PasswordHash[HardenedSCrypt]]
    Definition Classes
    PasswordHashAPI
  21. def hashpw[F[_]](p: Array[Char])(implicit P: PasswordHasher[F, HardenedSCrypt]): F[PasswordHash[HardenedSCrypt]]
    Definition Classes
    PasswordHashAPI
  22. def hashpw[F[_]](p: String)(implicit P: PasswordHasher[F, HardenedSCrypt]): F[PasswordHash[HardenedSCrypt]]
    Definition Classes
    PasswordHashAPI
  23. def hashpwUnsafe(p: Array[Byte])(implicit P: PasswordHasher[Id, HardenedSCrypt]): PasswordHash[HardenedSCrypt]
    Definition Classes
    PasswordHashAPI
  24. def hashpwUnsafe(p: Array[Char])(implicit P: PasswordHasher[Id, HardenedSCrypt]): PasswordHash[HardenedSCrypt]
    Definition Classes
    PasswordHashAPI
  25. def hashpwUnsafe(p: String)(implicit P: PasswordHasher[Id, HardenedSCrypt]): PasswordHash[HardenedSCrypt]
    Definition Classes
    PasswordHashAPI
  26. implicit val idPasswordHasher: IdPasswordHasher[HardenedSCrypt]
    Definition Classes
    JCAPasswordPlatform
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. implicit def syncPasswordHasher[F[_]](implicit F: Sync[F]): PasswordHasher[F, HardenedSCrypt]
    Definition Classes
    JCAPasswordPlatform
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from PasswordHashAPI[HardenedSCrypt]

Inherited from AnyRef

Inherited from Any

Ungrouped