Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coniks-sys/coniks-java
/ error
Method
error
util/src/main/java/org/coniks/util/Logging.java:110–112 ·
view source on GitHub ↗
Writes a severe error message msg to the main client log.
(String msg)
Source
from the content-addressed store, hash-verified
108
* to the main client log.
109
*/
110
public
static
void
error (String msg) {
111
logger.severe(msg);
112
}
113
}
Callers
15
run
Method · 0.95
handleRegistrationProto
Method · 0.95
handleKeyLookupProto
Method · 0.95
handleULNChangeProto
Method · 0.95
handleSignedULNChangeProto
Method · 0.95
generateSTR
Method · 0.95
generateNextSTR
Method · 0.95
generateAuthPathProto
Method · 0.95
readServerConfig
Method · 0.95
updateDirectory
Method · 0.95
canChangeInfo
Method · 0.95
initHistory
Method · 0.95
Calls
no outgoing calls
Tested by
15
recomputeAuthPathRootProto
Method · 0.76
register
Method · 0.76
lookup
Method · 0.76
signedKeyChange
Method · 0.76
changeKeyChangePolicy
Method · 0.76
sendSignedULNChangeReqProto
Method · 0.76
sendMsgProto
Method · 0.76
receiveMsgProto
Method · 0.76
verifySigFromDSA
Method · 0.76
signDSA
Method · 0.76
loadDSAPublicKeyFile
Method · 0.76
loadDSAPrivateKeyFile
Method · 0.76