rapture

crypto

package crypto

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. crypto
  2. LowPriorityImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Aes extends CipherType

  2. abstract class AesEncryption extends AnyRef

    Provides a simple interface for AES encryption with SHA-256 digest verification.

  3. trait Blowfish extends CipherType

  4. trait CipherType extends AnyRef

  5. trait CryptoMethods extends ModeGroup

  6. trait Decryption[C <: CipherType] extends AnyRef

  7. case class DecryptionException() extends Exception with Product with Serializable

  8. trait Des extends CipherType

  9. class Digest[T <: DigestType] extends Bytes

  10. trait DigestType extends AnyRef

  11. abstract class Digester[D <: DigestType] extends AnyRef

  12. class EncryptedData[C <: CipherType] extends Bytes

  13. trait Encryption[-C <: CipherType, Msg] extends AnyRef

  14. class JavaxCryptoImplementations[Codec <: CipherType] extends AnyRef

  15. class Key[C <: CipherType] extends Bytes

  16. trait KeyGenerator[-K <: CipherType] extends AnyRef

  17. trait LowPriorityImplicits extends AnyRef

  18. trait Md2 extends DigestType

  19. trait Md5 extends DigestType

  20. trait Sha1 extends DigestType

  21. trait Sha256 extends DigestType

  22. trait Sha384 extends DigestType

  23. trait Sha512 extends DigestType

  24. trait TripleDes extends CipherType

Value Members

  1. object Aes extends JavaxCryptoImplementations[Aes]

  2. object Blowfish extends JavaxCryptoImplementations[Blowfish]

  3. object Des extends JavaxCryptoImplementations[Des]

  4. object Hash

  5. object Key extends Serializable

  6. package ciphers

  7. object digests

  8. implicit def readableEncrypt[Codec <: CipherType, Res](implicit encryption: Encryption[Codec, Bytes], reader: Reader[Res, Byte]): Encryption[Codec, Res]

    Definition Classes
    LowPriorityImplicits

Inherited from LowPriorityImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped