CryptNamesConfig

com.github.cloudfiles.crypt.fs.CryptNamesConfig
case class CryptNamesConfig(cryptConfig: CryptConfig, ignoreUnencrypted: Boolean)

A data class representing the configuration of CryptNamesFileSystem.

The configuration consists of properties related to the actual encryption plus additional properties to control the behavior of the file system.

Value parameters

cryptConfig

the cryptography-related configuration

ignoreUnencrypted

flag whether elements with unencrypted names should be ignored; if '''false''', the file system expects that all element names are encrypted and properly encoded; a name not holding this assumption causes an exception; if '''true''', such elements are ignored, e.g. when loading the content of a folder or resolving paths

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product