Skip to content

This is custom apache common codec for anyone who struggle using apache common codec inline with android SDK ( especially when using Base64 function )

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE.txt
Unknown
LICENSE-header.txt
Notifications You must be signed in to change notification settings

nanangTriAndika/customApacheCommonCodec

Repository files navigation

[CUSTOM] Apache Commons Codec

Notes from me

This code is custom from https://github.com./apache/commons-codec . What I'm doing is refactor the Base64 function name to ApacheBase64. This library solved all problem related to lib conflict ( java.lang.NoSuchMethodError for Base64.decodeBase64 ) when using static function of Base64.

See original problems and hint to solve it here : auth0/java-jwt#131

Rest of the code is owned by Apache community.


Build Status Coverage Status

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Documentation

More information can be found on the Apache Commons Codec homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Codec should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>commons-codec</groupId>
  <artifactId>commons-codec</artifactId>
  <version>1.11</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons Codec? Then donate back to the ASF to support the development.

Additional Resources

About

This is custom apache common codec for anyone who struggle using apache common codec inline with android SDK ( especially when using Base64 function )

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE.txt
Unknown
LICENSE-header.txt

Stars

Watchers

Forks

Packages

No packages published

Languages