MCPcopy Create free account
hub / github.com/TheAlgorithms/Java / getKey

Method getKey

src/main/java/com/thealgorithms/ciphers/DES.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public String getKey() {
27 return this.key;
28 }
29
30 public void setKey(String key) {
31 sanitize(key);

Callers 15

testPrefixPropertyMethod · 0.45
testGetWithNewObjectMethod · 0.45
testGetWithSameObjectMethod · 0.45
addDataMethod · 0.45
testHeapMeldMethod · 0.45
testInsertElementMethod · 0.45
testDeleteElementMethod · 0.45
testHeapOrderMethod · 0.45

Calls

no outgoing calls

Tested by 15

testPrefixPropertyMethod · 0.36
testGetWithNewObjectMethod · 0.36
testGetWithSameObjectMethod · 0.36
addDataMethod · 0.36
testHeapMeldMethod · 0.36
testInsertElementMethod · 0.36
testDeleteElementMethod · 0.36
testHeapOrderMethod · 0.36