Skip to content
Snippets Groups Projects
Commit 458c1df3 authored by Letitia Li's avatar Letitia Li
Browse files

DIPLODOCUS Encrypt and Decrypt

parent eadf4efb
No related branches found
No related tags found
No related merge requests found
package tmltranslator;
public class SecurityPattern {
public String name;
public int keySize;
public int MAC=0;
public SecurityPattern(String _name, String _keySize, String _MACSize){
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment