Documentation
¶
Index ¶
- func LoadAcceptableCredentials() (map[string][]string, error)
- func LoadConditions() (map[int]string, map[int]int, map[int]string, error)
- func LoadCredentialStructure() (map[string]interface{}, error)
- func LoadKeyDirFromConfig() string
- func LoadPseudonymsysCAPubKey() *pseudsys.PubKey
- func LoadPseudonymsysCASecret() *big.Int
- func LoadPseudonymsysOrgPubKeys(orgName string) *pseudsys.PubKey
- func LoadPseudonymsysOrgPubKeysEC(orgName string) *ecpseudsys.PubKey
- func LoadPseudonymsysOrgSecrets(orgName, dlogType string) *pseudsys.SecKey
- func LoadQRRSA() *qr.RSA
- func LoadRegistrationDBAddress() string
- func LoadSchnorrGroup() *schnorr.Group
- func LoadServerEndpoint() string
- func LoadServerPort() int
- func LoadServiceInfo() (string, string, string)
- func LoadSessionKeyMinByteLen() int
- func LoadTestKeyDirFromConfig() string
- func LoadTestdataDir() string
- func LoadTimeout() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadCredentialStructure ¶
func LoadKeyDirFromConfig ¶
func LoadKeyDirFromConfig() string
func LoadPseudonymsysOrgPubKeysEC ¶
func LoadPseudonymsysOrgPubKeysEC(orgName string) *ecpseudsys.PubKey
func LoadRegistrationDBAddress ¶
func LoadRegistrationDBAddress() string
func LoadSchnorrGroup ¶
func LoadServerEndpoint ¶
func LoadServerEndpoint() string
LoadServerEndpoint returns the endpoint of the emmy server where clients will be contacting it.
func LoadServerPort ¶
func LoadServerPort() int
LoadServerPort returns the port where emmy server will be listening.
func LoadServiceInfo ¶
func LoadSessionKeyMinByteLen ¶
func LoadSessionKeyMinByteLen() int
func LoadTestKeyDirFromConfig ¶
func LoadTestKeyDirFromConfig() string
func LoadTestdataDir ¶
func LoadTestdataDir() string
func LoadTimeout ¶
func LoadTimeout() int
LoadTimeout returns the specified number of seconds that clients wait before giving up on connection to emmy server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.