| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption | |
| cz.d1x.dxcrypto.encryption.crypto |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RSAAlgorithmBuilder(AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> engineFactory)
Creates a new builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoRSAEngineFactory
Factory that provides
EncryptionEngine implementation for RSA algorithm from javax.crypto. |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> |
CryptoFactories.rsa() |
Copyright © 2019. All rights reserved.