Example #1
0
 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) {
   if (authType == null) {
     return null;
   }
   return keyManager.chooseClientAlias(new String[] {authType}, issuers, socket);
 }