Package | Description |
---|---|
org.spongycastle.crypto.generators |
Generators for keys, key pairs and password based encryption algorithms.
|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
org.spongycastle.crypto.signers |
Basic signers.
|
org.spongycastle.math.ec |
Math support for Elliptic Curve.
|
Modifier and Type | Class and Description |
---|---|
class |
ECKeyPairGenerator |
Modifier and Type | Class and Description |
---|---|
class |
ECDomainParameters |
Modifier and Type | Class and Description |
---|---|
class |
ECDSASigner
EC-DSA as described in X9.62
|
Modifier and Type | Class and Description |
---|---|
class |
ECFieldElement |
static class |
ECFieldElement.F2m
Class representing the Elements of the finite field
F2m in polynomial basis (PB)
representation. |
static class |
ECFieldElement.Fp |