| Class | Description |
|---|---|
| ECIES |
Implements the Elliptic Curve Integrated Encryption Scheme (ECIES) according
to [1], with the following set of algorithms and schemes:
|
| ECIES.ECIESwithAES_CBC |
ECIES Cipher using AES128 in CBC mode and PKCS5Padding
|
| ECIES.ECIESwithAES_CTR |
ECIES Cipher using AES128 in CTR mode and NoPadding
|
| ECIES.ECIESwithDESede_CBC |
ECIES Cipher using DES in CBC mode and PKCS5Padding
|
| ECIESParameters |
Represents a parameter set for the use with the Elliptic Curve Integrated
Encryption Scheme (ECIES).
|
| ECIESParameterSpec |
This class specifies the set of parameters for use with the Elliptic Curve
Integrated Encryption Scheme (ECIES).
|
| ECIESTestBase | |
| ECIESTestHelper |
Key pair generator for fixed ephemeral keys
|
| TestECIES | |
| TestECIESOID | |
| TestECIESVectors |
Implements tests for the ECIES with a prime and a binary curve using test
vectors from [1] (ECAES).
|
| TestECIESVectors.TestVector | |
| TestOccurredBugs |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.