|
static Key | readKeyFromFile (final String keyFileName) throws IOException |
|
static String | rsaEncrypt (final byte[] text, final String file_des) throws Exception |
|
static String | rsaDecrypt (final String text, final String file_des) throws Exception |
|
◆ readKeyFromFile()
static Key org.openkilda.security.RSAEncryptionDescription.readKeyFromFile |
( |
final String |
keyFileName | ) |
throws IOException |
|
static |
Read key from file.
- Parameters
-
keyFileName | the key file name |
- Returns
- the key
- Exceptions
-
IOException | Signals that an I/O exception has occurred. |
Definition at line 35 of file RSAEncryptionDescription.java.
◆ rsaDecrypt()
static String org.openkilda.security.RSAEncryptionDescription.rsaDecrypt |
( |
final String |
text, |
|
|
final String |
file_des |
|
) |
| throws Exception |
|
static |
◆ rsaEncrypt()
static String org.openkilda.security.RSAEncryptionDescription.rsaEncrypt |
( |
final byte [] |
text, |
|
|
final String |
file_des |
|
) |
| throws Exception |
|
static |
The documentation for this class was generated from the following file: