Packages

object EncryptionUtils extends EncryptionUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EncryptionUtils
  2. EncryptionUtils
  3. EncryptionErrorHandling
  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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getKey(keystore: KeyStore, alias: String, password: String): Option[Key]
    Definition Classes
    EncryptionUtils
  11. def handle[T](f: ⇒ T, g: ⇒ Unit): Option[T]
    Attributes
    protected
    Definition Classes
    EncryptionErrorHandling
  12. def handle[T](f: ⇒ T, onException: (Throwable) ⇒ Unit): Option[T]
    Attributes
    protected
    Definition Classes
    EncryptionErrorHandling
  13. def handle[T](f: ⇒ T): Option[T]
    Attributes
    protected
    Definition Classes
    EncryptionErrorHandling
  14. def handler[T](onException: (Throwable) ⇒ Unit): PartialFunction[Throwable, Option[T]]
    Attributes
    protected
    Definition Classes
    EncryptionErrorHandling
  15. def handler[T]: PartialFunction[Throwable, Option[T]]
    Attributes
    protected
    Definition Classes
    EncryptionErrorHandling
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def keyBytesFromPassword(password: String): Array[Byte]
    Definition Classes
    EncryptionUtils
  19. def loadKeyStore(key: InputStream, password: String): Option[KeyStore]
    Definition Classes
    EncryptionUtils
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def pad(b64: String): String
    Definition Classes
    EncryptionUtils
  24. def paddedUrlSafebase64(bytes: Array[Byte], pad: Boolean = true): String
    Definition Classes
    EncryptionUtils
  25. val provider: BouncyCastleProvider
    Definition Classes
    EncryptionUtils
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from EncryptionUtils

Inherited from EncryptionErrorHandling

Inherited from AnyRef

Inherited from Any

Ungrouped