| Interface | Description |
|---|---|
| DecimalNumberEncryptor |
Common interface for all util classes aimed at decimal number encryption.
|
| IntegerNumberEncryptor |
Common interface for all util classes aimed at integer number encryption.
|
| Class | Description |
|---|---|
| BasicDecimalNumberEncryptor |
Utility class for easily performing normal-strength encryption of
BigDecimal objects.
|
| BasicIntegerNumberEncryptor |
Utility class for easily performing normal-strength encryption of
BigInteger objects.
|
| StrongDecimalNumberEncryptor |
Utility class for easily performing normal-strength encryption of
BigDecimal objects.
|
| StrongIntegerNumberEncryptor |
Utility class for easily performing normal-strength encryption of
BigInteger objects.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.