Package | Description |
---|---|
iaik.security.ec.common | |
iaik.security.ec.ecdh | |
iaik.security.ec.ecdsa | |
iaik.security.ec.ecies | |
iaik.security.ec.ecmqv | |
iaik.security.ec.math.curve |
Modifier and Type | Method and Description |
---|---|
ECPoint |
EllipticCurve.decodePoint(byte[] encodedPoint)
Decodes an encoded point.
|
ECPoint |
EllipticCurve.decodePoint(byte[] encodedPoint,
int length)
Decodes an encoded point.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
TestECDHVectors.getParameters() |
Constructor and Description |
---|
TestVector(String[] testData) |
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
TestECDSAVectors.getParameters() |
void |
TestECDSAVectors.testVectorPlain() |
Constructor and Description |
---|
TestVector(String[] testData) |
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
TestECIESVectors.getParameters() |
Constructor and Description |
---|
TestVector(String[] testData) |
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
TestECMQVVectors.getParameters() |
Constructor and Description |
---|
TestVector(String[] testData) |
Modifier and Type | Method and Description |
---|---|
ECPoint |
EllipticCurve.decodePoint(byte[] encodedPoint)
Decodes an encoded point.
|
abstract ECPoint |
EllipticCurve.decodePoint(byte[] encodedPoint,
int length)
Decodes an encoded point.
|
void |
TestCrossProductEllipticCurve.encode() |
void |
WeierstrassCurveTestHelper.encode() |
void |
PrimeExtendedTwistedEdwardsCurveTestHelper.encode() |
void |
TestOccuredBugs.encodeDecode() |
Copyright © 2011–2022 Stiftung SIC. All rights reserved.