Package

io.policarp.scala

credstash

Permalink

package credstash

Visibility
  1. Public
  2. All

Type Members

  1. trait AESEncryption extends AnyRef

    Permalink
  2. trait AmazonClients extends AnyRef

    Permalink
  3. trait BaseClient extends AnyRef

    Permalink
  4. case class CredStashMaterial(name: String, version: String, contents: String, hmac: String, key: String) extends Product with Serializable

    Permalink
  5. trait EncryptionClients extends AnyRef

    Permalink
  6. trait SimpleCredStashClient extends BaseClient with AmazonClients with EncryptionClients

    Permalink

Value Members

  1. object BaseClient

    Permalink
  2. object CredStashMaterial extends Serializable

    Permalink
  3. object DefaultAESEncryption extends AESEncryption

    Permalink

    ref: https://gist.github.com/alexandru/ac1c01168710786b54b0

  4. object EncryptionUtils

    Permalink
  5. object SimpleCredStashClient

    Permalink
  6. object TestRunner extends App

    Permalink
  7. package reader

    Permalink

Ungrouped