# Overview

MicroEJ Foundation Library implementation: `security-1_8-testsuite`.

# Test suite Configuration
Setup the following system properties to override default values in the following tests.

Note: In PQT configuration file or in test suite properties add the prefix `microej.testsuite.properties.microej.java.property.` to the following properties:

### KeyPairGeneratorTest Properties
- `security.keypairgen.curvenames`: list of comma separated EC curve names supported by the platform. The default value is `secp224r1, secp256k1, secp384r1, secp521r1`.
- `security.keypairgen.rsakeysizes`: list of comma separated key sizes for RSA algorithm supported by the platform. The default value is `1024, 2048, 3072, 4096`.



# Usage 

Add the following line to your `module.ivy`:

	<dependency org="com.microej.pack.net" name="security-1_8-testsuite" rev="1.10.0"/>
	
# Requirements

This library requires the following Foundation Libraries:

	BON-1.4, EDC-1.3, SECURITY-1.8
	
# Dependencies

_All dependencies are retrieved transitively by MicroEJ Module Manager_.

# Source

N/A.

# Restrictions

None.

---

_Copyright 2018-2022 MicroEJ Corp. All rights reserved._  
_Use of this source code is governed by a BSD-style license that can be found with this software._  
