Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
getDecryptedKey
Method · 0.80
getInstance
Method · 0.80
Tested by
no test coverage detected