package javax.obex;

public interface Authenticator
{

 public PasswordAuthentication onAuthenticationChallenge(String string_1, boolean boolean_1, boolean boolean_2);
 
 public byte[] onAuthenticationResponse(byte[] bytes_1);
 
}