java.lang.Object
org.jivesoftware.smack.util.stringencoder.android.AndroidBase64UrlSafeEncoder
- All Implemented Interfaces:
org.jivesoftware.smack.util.stringencoder.StringEncoder<String>
public final class AndroidBase64UrlSafeEncoder
extends Object
implements org.jivesoftware.smack.util.stringencoder.StringEncoder<String>
An URL-safe Base64 encoder.
-
Field Summary
Fields
An instance of this encoder.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
An instance of this encoder.
-
Method Details
-
encode
- Specified by:
encode in interface org.jivesoftware.smack.util.stringencoder.StringEncoder<String>
-
decode
- Specified by:
decode in interface org.jivesoftware.smack.util.stringencoder.StringEncoder<String>