MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / Decryption

Method Decryption

src/de/mas/jnustool/util/Decryption.java:37–39  ·  view source on GitHub ↗
(TIK ticket)

Source from the content-addressed store, hash-verified

35 Cipher cipher2;
36
37 public Decryption(TIK ticket){
38 this(ticket.getDecryptedKey());
39 }
40
41 public Decryption(byte[] decryptedKey){
42 this(decryptedKey,0);

Callers

nothing calls this directly

Calls 3

initMethod · 0.95
getDecryptedKeyMethod · 0.80
getInstanceMethod · 0.80

Tested by

no test coverage detected