Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
/ gwt-crypto Public archive

A GWT cryptography library ported from "Legion of the Bouncy Castle".

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
BouncyCastle-LICENSE.html
Notifications You must be signed in to change notification settings

ttt43ttt/gwt-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-crypto

-- A GWT cryptography library ported from "Legion of the Bouncy Castle".

How did I compile this library?

  1. Download the latest sources for J2ME from https://www.bouncycastle.org/latest_releases.html.
  2. Extract the source code under src/org/bouncycastle to folder src/main/java.
  3. Import these sources to Eclipse.
  4. Move the test packages (names ending with test) to folder src/test/java.
  5. Delete few files that have compiling error.
  6. Compile using GWT with -strict argument, and fix the errors.

About

A GWT cryptography library ported from "Legion of the Bouncy Castle".

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
BouncyCastle-LICENSE.html

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published