Documentation
¶
Overview ¶
types and interfaces used by all other packages
Index ¶
Constants ¶
View Source
const ConfigFSPath string = "fspath"
--fspath config flag
View Source
const ConfigFSPathDefault string = "./"
default setting for --fspath "./"
View Source
const ConfigKeySize string = "keysize"
--keysize config flag
View Source
const ConfigKeySizeDefault int = 2048
default setting for --keysize "2048"
View Source
const ConfigStorage string = "storage"
--storage config flag
View Source
const ConfigStorageFs string = "fs"
default setting for --storage "fs"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoubleEncryptedCipherText ¶
Struct defining the encrypted data in CipherText, an encrypted symmetric key in CipherTextKeys (1 for each given public key) and the nonce needed for the AES_GCM decryption.
type LegalEntity ¶
type LegalEntity struct {
URI string
}
type identifying the legalEntity responsible for the Patient/medical data
Click to show internal directories.
Click to hide internal directories.