javax.obex
Class PasswordAuthentication

java.lang.Object
  extended by javax.obex.PasswordAuthentication

public class PasswordAuthentication
extends Object


Constructor Summary
PasswordAuthentication(byte[] userName, byte[] password)
           
 
Method Summary
 byte[] getPassword()
           
 byte[] getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordAuthentication

public PasswordAuthentication(byte[] userName,
                              byte[] password)
Method Detail

getUserName

public byte[] getUserName()

getPassword

public byte[] getPassword()


Copyright © 2006-2007 Jayway AB. All Rights Reserved.