Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 593 Bytes

README.adoc

File metadata and controls

23 lines (16 loc) · 593 Bytes

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