| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption | |
| cz.d1x.dxcrypto.encryption.crypto |
| Modifier and Type | Method and Description |
|---|---|
RSAKeyParams[] |
RSAKeysGenerator.generateKeys()
Generates a new RSA keys.
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> |
EncryptionFactories.rsa()
Creates a new engine factory for RSA.
|
AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> |
EncryptionFactories.rsa()
Creates a new engine factory for RSA.
|
| Modifier and Type | Method and Description |
|---|---|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.engineFactory(AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> engineFactory)
Sets factory for encryption engine.
|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.engineFactory(AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> engineFactory)
Sets factory for encryption engine.
|
| Constructor and Description |
|---|
RSAAlgorithmBuilder(AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> engineFactory)
Creates a new builder.
|
RSAAlgorithmBuilder(AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> engineFactory)
Creates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> |
CryptoFactories.rsa() |
AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> |
CryptoFactories.rsa() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionEngine |
CryptoRSAEngineFactory.newEngine(RSAKeyParams publicKey,
RSAKeyParams privateKey) |
Copyright © 2019. All rights reserved.