Index
All Classes and Interfaces|All Packages|Serialized Form
B
- btnCopyResult - Variable in class rsa.Form
- btnDecrypt - Variable in class rsa.Form
- btnEncrypt - Variable in class rsa.Form
C
- calcola(int, String) - Method in class rsa.Modalita
-
Calcola seguendo la modalità scelta 1- Modalità 1 2- Modalità 2 3- Modalità 3 Inoltre se cryptdecrypt è true cifra il messaggio, altrimenti lo decifra Per impostare cryptdecrypt viene passato il parametro 'opzione' che può essere "crypt" o "decrypt"
- close() - Method in class rsa.IOThread
-
Chiusura dello stream di input e del socket.
- cmbChiave - Variable in class rsa.Form
- cmbModalita - Variable in class rsa.Form
- cryptdecrypt(String) - Method in class rsa.Form
D
- decrypt(String, String[]) - Static method in class rsa.RSACryptDecrypt
-
Il messaggio cifrato viene decifrato
- decrypt(String, String[], String[]) - Static method in class rsa.RSACryptDecrypt
-
Modalità 3 Il messaggio cifrato viene decifrato due volte con chiavi diverse
E
- encrypt(String, String[]) - Static method in class rsa.RSACryptDecrypt
-
Il messaggio viene cifrato
- encrypt(String, String[], String[]) - Static method in class rsa.RSACryptDecrypt
-
Modalità 3 Il messaggio viene cifrato due volte con chiavi diverse
F
- Form - Class in rsa
-
Form per RSA Crypt/Decrypt
- Form(String) - Constructor for class rsa.Form
G
- generaChiavi() - Method in class rsa.Form
- generateKeys() - Static method in class rsa.RSAKeyGeneration
-
Genera le chiavi pubblica e privata
- getExMessage() - Method in class rsa.IOThread
- getMessage() - Method in class rsa.IOThread
- getN() - Static method in class rsa.RSAKeyGeneration
- getResult() - Method in class rsa.Modalita
- getSeed() - Method in class rsa.QRand
I
- IOThread - Class in rsa
- IOThread(Socket) - Constructor for class rsa.IOThread
-
Costruttore parametrico per la lettura del messaggio
J
- jcomp5 - Variable in class rsa.Form
- jcomp6 - Variable in class rsa.Form
- jcomp8 - Variable in class rsa.Form
M
- main(String[]) - Static method in class rsa.Form
- Modalita - Class in rsa
- Modalita(String) - Constructor for class rsa.Modalita
N
- N - Static variable in class rsa.RSAKeyGeneration
-
Lunghezza della chiave in bit
P
- privateKey - Static variable in class rsa.RSAKeyGeneration
- publicKey - Static variable in class rsa.RSAKeyGeneration
Q
- QRand - Class in rsa
-
Genera un numero casuale attraverso il webservice ANU Quantum Random Number Generator
- QRand() - Constructor for class rsa.QRand
R
- rsa - package rsa
- RSACryptDecrypt - Class in rsa
-
RSA Crypt/Decrypt
- RSACryptDecrypt() - Constructor for class rsa.RSACryptDecrypt
- RSAKeyGeneration - Class in rsa
-
Generazione delle chiavi pubblica e privata
- RSAKeyGeneration() - Constructor for class rsa.RSAKeyGeneration
- run() - Method in class rsa.IOThread
-
Lettura del messaggio
- run() - Method in class rsa.QRand
- run(String) - Method in class rsa.IOThread
-
Scrittura del messaggio
S
- seed - Variable in class rsa.QRand
-
Seed per la generazione di numeri casuali volatile significa che il valore può essere modificato da più thread
- setN(int) - Static method in class rsa.RSAKeyGeneration
-
La variabile N è la lunghezza della chiave in bit
- setPrivateKey(String[]) - Static method in class rsa.RSAKeyGeneration
- setPublicKey(String[]) - Static method in class rsa.RSAKeyGeneration
T
- txtMessage - Variable in class rsa.Form
- txtResult - Variable in class rsa.Form
All Classes and Interfaces|All Packages|Serialized Form