Module io.github.mmm.crypto
Class AsymmetricCryptorConfigEcIes<PR extends ECPrivateKey,PU extends ECPublicKey>
- java.lang.Object
-
- io.github.mmm.crypto.CryptoConfig
-
- io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
-
- io.github.mmm.crypto.crypt.CryptorConfig
-
- io.github.mmm.crypto.asymmetric.crypt.AsymmetricCryptorConfig<PR,PU>
-
- io.github.mmm.crypto.asymmetric.crypt.ec.AsymmetricCryptorConfigEcIes<PR,PU>
-
- Type Parameters:
PR
- type ofECPrivateKey
.PU
- type ofECPublicKey
.
- All Implemented Interfaces:
CryptoAlgorithm
,AbstractGetNonceSize
public final class AsymmetricCryptorConfigEcIes<PR extends ECPrivateKey,PU extends ECPublicKey> extends AsymmetricCryptorConfig<PR,PU>
AsymmetricCryptorConfig
for ECIES (Elliptic Curve Integrated Encryption Scheme). For details see ECC.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM_ECIES
Thealgorithm
name "ECIES".-
Fields inherited from class io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
algorithm
-
Fields inherited from class io.github.mmm.crypto.CryptoConfig
provider
-
-
Constructor Summary
Constructors Constructor Description AsymmetricCryptorConfigEcIes(SecurityProvider provider)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.crypto.asymmetric.crypt.AsymmetricCryptorConfig
isBidirectional
-
Methods inherited from class io.github.mmm.crypto.crypt.CryptorConfig
getNonceSize, getTransformation, isCreateRandomNonce
-
Methods inherited from class io.github.mmm.crypto.algorithm.CryptoAlgorithmConfig
getAlgorithm
-
Methods inherited from class io.github.mmm.crypto.CryptoConfig
getProvider
-
-
-
-
Field Detail
-
ALGORITHM_ECIES
public static final String ALGORITHM_ECIES
Thealgorithm
name "ECIES".- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AsymmetricCryptorConfigEcIes
public AsymmetricCryptorConfigEcIes(SecurityProvider provider)
The constructor.- Parameters:
provider
- theSecurityProvider
.
-
-