Package

tsec.cipher.asymmetric

libsodium

Permalink

package libsodium

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. libsodium
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CryptoBox extends AnyRef

    Permalink
  2. type PKAuthTag[A] = Type[A]

    Permalink
  3. type PrivateKey[A] = Type[A]

    Permalink
  4. type PublicKey[A] = Type[A]

    Permalink
  5. type SharedKey[A] = Type[A]

    Permalink
  6. final case class SodiumKeyPair[A](pubKey: PublicKey[A], privKey: PrivateKey[A]) extends Product with Serializable

    Permalink
  7. trait SodiumPKError extends Throwable with TSecError

    Permalink
  8. case class SodiumSignatureError(cause: String) extends Throwable with SodiumPKError with Product with Serializable

    Permalink

Value Members

  1. object CryptoBox

    Permalink
  2. object PKAuthTag extends Serializable

    Permalink
  3. object PrivateKey extends Serializable

    Permalink
  4. object PublicKey extends Serializable

    Permalink
  5. object SharedKey extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped