Crypto

fm.common.Crypto$
See theCrypto companion class
object Crypto

NOTE: Use at your own risk. We make no claim that any of this Crypto code is correct.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Crypto.type

Members list

Concise view

Type members

Classlikes

final class AuthenticatedCipher extends CipherMode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
sealed trait CipherMode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class DefaultCipher extends CipherMode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object PBKDF2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PBKDF2.type

Value members

Concrete methods

def authenticatedCipherForRawKey(key: Array[Byte]): Crypto
def defaultCipherForRawKey(key: Array[Byte]): Crypto
def main(args: Array[String]): Unit
def makeRandomKey(bits: Int): Array[Byte]
def makeRandomKeyBase64(): String
def makeRandomKeyBase64(bits: Int): String
def makeRandomKeyBase64(bits: Int, urlSafe: Boolean): String
def makeRandomKeyBase64URLSafe(bits: Int): String