| java.lang.Object javax.obex.PasswordAuthentication
PasswordAuthentication | public class PasswordAuthentication (Code) | | This class is defined by the JSR-82 specification
Java™ APIs for Bluetooth™ Wireless Technology,
Version 1.1.
|
PasswordAuthentication | public PasswordAuthentication(byte[] userName, byte[] password)(Code) | | |
getPassword | public byte[] getPassword()(Code) | | |
getUserName | public byte[] getUserName()(Code) | | |
|
|