Skip to content

codenameone/bouncy-castle-codenameone-lib

 
 

Repository files navigation

Codename One BouncyCastle Library

This is a port of the BouncyCastle library for Codename One

Installation

For maven projects, include the following in the <dependencies> section of your common/pom.xml file:

<dependency>
    <groupId>com.codenameone</groupId>
    <artifactId>bouncy-castle-lib</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>

For non-maven projects, you can install through Codename One preferences.

References

About

Automatically exported from code.google.com/p/bouncy-castle-codenameone-lib

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%