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