package javax.obex;

public class PasswordAuthentication
{

 public PasswordAuthentication(byte[] bytes_1, byte[] bytes_2)
 {
 }
 
 public byte[] getUserName()
 {
  return null;
 }
 
 public byte[] getPassword()
 {
  return null;
 }
 
}