public class DesEncrypter extends Object
| Constructor and Description |
|---|
DesEncrypter()
Publiczny konstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String str)
Deszyfruje podanego Stringa
|
String |
encrypt(String str)
Funkcja szyfrująca podanego Stringa
|
public DesEncrypter()
Copyright © 2023 Suncode. All rights reserved.