package javax.obex;

public class PasswordAuthentication
{

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