| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption |
| Modifier and Type | Method and Description |
|---|---|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.bytesRepresentation(BytesRepresentation bytesRepresentation)
Sets how byte arrays will be represented in strings.
|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.encoding(String encoding)
Sets encoding for strings in input and output.
|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.engineFactory(AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams> engineFactory)
Sets factory for encryption engine.
|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.privateKey(BigInteger modulus,
BigInteger exponent)
Sets private key for decryption of messages.
|
RSAAlgorithmBuilder |
RSAAlgorithmBuilder.publicKey(BigInteger modulus,
BigInteger exponent)
Sets public key for encryption of messages.
|
static RSAAlgorithmBuilder |
EncryptionAlgorithms.rsa()
Creates a new builder for RSA encryption.
|
Copyright © 2019. All rights reserved.