| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.access.ec.bc | |
| net.sf.mmm.crypto.asymmetric.sign.ec.bc |
| Modifier and Type | Method and Description |
|---|---|
static <S extends SignatureEcBc> |
Curve25519.of(SignatureFactoryEcBc<S> signatureFactory,
HashConfig hashConfig,
RandomFactory randomFactory) |
static <S extends SignatureEcBc> |
Secp256k1.of(SignatureFactoryEcBc<S> signatureFactory,
HashConfig hashConfig,
RandomFactory randomFactory) |
| Constructor and Description |
|---|
AsymmetricAccessEcBc(org.bouncycastle.jce.spec.ECParameterSpec ecParameters,
SignatureFactoryEcBc<S> signatureFactory,
HashConfig hashConfig,
RandomFactory randomFactory)
The constructor.
|
AsymmetricAccessEcBc(org.bouncycastle.jce.spec.ECParameterSpec ecParameters,
SignatureFactoryEcBc<S> signatureFactory,
HashConfig hashConfig,
RandomFactory randomFactory,
SecurityProvider provider) |
Curve25519(SignatureFactoryEcBc<S> signatureFactory,
HashConfig hashConfig,
RandomFactory randomFactory)
The constructor.
|
Secp256k1(SignatureFactoryEcBc<S> signatureFactory,
HashConfig hashConfig,
RandomFactory randomFactory)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureFactoryEcBcPlain
Implementation of
SignatureFactory for SignatureEcBcPlain. |
class |
SignatureFactoryEcBcWithRecoveryId
Implementation of
SignatureFactory for SignatureEcBcWithRecoveryId. |
| Modifier and Type | Field and Description |
|---|---|
private SignatureFactoryEcBc<S> |
SignatureProcessorImplEcBc.signatureFactory |
| Modifier and Type | Method and Description |
|---|---|
SignatureFactoryEcBc<S> |
SignatureProcessorImplEcBc.getSignatureFactory() |
Copyright © 2001–2019 mmm-Team. All rights reserved.