types

package
v0.13.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2020 License: GPL-3.0 Imports: 0 Imported by: 7

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

type DoubleEncryptedCipherText struct {
	CipherText     []byte
	CipherTextKeys [][]byte
	Nonce          []byte
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL