OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResponseAuth
(Results
1 - 2
of
2
) sorted by null
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ResponseAuth.java
2
* $OpenLDAP: /com/novell/sasl/client/
ResponseAuth
.java,v 1.3 2005/01/17 15:00:54 sunilk Exp $
21
* Implements the
ResponseAuth
class used by the DigestMD5SaslClient mechanism
23
class
ResponseAuth
28
ResponseAuth
(
29
byte[]
responseAuth
)
34
DirectiveList dirList = new DirectiveList(
responseAuth
);
/external/smack/src/com/novell/sasl/client/
ResponseAuth.java
2
* $OpenLDAP: /com/novell/sasl/client/
ResponseAuth
.java,v 1.3 2005/01/17 15:00:54 sunilk Exp $
21
* Implements the
ResponseAuth
class used by the DigestMD5SaslClient mechanism
23
class
ResponseAuth
28
ResponseAuth
(
29
byte[]
responseAuth
)
34
DirectiveList dirList = new DirectiveList(
responseAuth
);
Completed in 42 milliseconds