MCPcopy Create free account
hub / github.com/bit4woo/ReSign / getInstance

Method getInstance

src/custom/CAESOperator.java:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24 }
25 public static CAESOperator getInstance(){
26 if (instance==null)
27 instance= new CAESOperator();
28 return instance;
29 }
30
31 public String encrypt(String sSrc) throws Exception {
32 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding");

Callers 9

mainMethod · 0.95
SHA1Method · 0.80
SHAMethod · 0.80
GetMD5CodeMethod · 0.80
encryptMethod · 0.80
decryptMethod · 0.80
MD5Method · 0.80
encryptMethod · 0.80
decryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected