文件名称:Android代码-android-sasl
文件大小:18.55MB
文件格式:ZIP
更新时间:2022-08-27 08:06:05
Android代码
This is a SASL stack for Android platform, adapted from GNU Classpath source. Intended for Smack, might prove useful for something else. As neither java nor javax namespace can be modified, javax.security.sasl has been moved to gnusasl.javax.security.sasl. Please note that you have to add java.security.Security.addProvider(new gnu.javax.crypto.jce.GnuSasl()); before SASL authentication methods will be active. Distributed under the terms of the GNU GPL (v2 or later at your choice).