Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testPrefixProperty
Method · 0.45
testGetWithNewObject
Method · 0.45
testGetWithSameObject
Method · 0.45
addData
Method · 0.45
testHeapInsertionAndMinimum
Method · 0.45
testDeleteMinOnSingleElementHeap
Method · 0.45
testHeapMeld
Method · 0.45
testDeleteMinMultipleElements
Method · 0.45
testInsertNegativeKeys
Method · 0.45
testInsertElement
Method · 0.45
testDeleteElement
Method · 0.45
testHeapOrder
Method · 0.45
Calls
no outgoing calls
Tested by
15
testPrefixProperty
Method · 0.36
testGetWithNewObject
Method · 0.36
testGetWithSameObject
Method · 0.36
addData
Method · 0.36
testHeapInsertionAndMinimum
Method · 0.36
testDeleteMinOnSingleElementHeap
Method · 0.36
testHeapMeld
Method · 0.36
testDeleteMinMultipleElements
Method · 0.36
testInsertNegativeKeys
Method · 0.36
testInsertElement
Method · 0.36
testDeleteElement
Method · 0.36
testHeapOrder
Method · 0.36