MCPcopy Create free account
hub / github.com/FongMi/TV / get

Method get

app/src/main/java/com/fongmi/android/tv/bean/ClearKey.java:27–33  ·  view source on GitHub ↗
(String line)

Source from the content-addressed store, hash-verified

25 }
26
27 public static ClearKey get(String line) {
28 ClearKey item = new ClearKey();
29 item.keys = new ArrayList<>();
30 item.type = "temporary";
31 item.addKeys(line);
32 return item;
33 }
34
35 private void addKeys(String line) {
36 int flags = Base64.URL_SAFE | Base64.NO_PADDING | Base64.NO_WRAP;

Callers 1

localKeyMethod · 0.95

Calls 1

addKeysMethod · 0.95

Tested by

no test coverage detected