Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

koterpillar/android-sasl

Repository files navigation

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).

About

SASL stack for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages