Ejemplo n.º 1
0
 String getOnionAddressForLogging() {
   if (config.getSafeLogging()) {
     return "[scrubbed]";
   } else {
     return getOnionAddress();
   }
 }
Ejemplo n.º 2
0
 HSDescriptorCookie getAuthenticationCookie() {
   return config.getHidServAuth(getOnionAddress());
 }