Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ getKey
Method
getKey
java/com/jcraft/jsch/PBKDF.java:33–33 ·
view source on GitHub ↗
(byte[] pass, byte[] salt, int iteration, int size)
Source
from the content-addressed store, hash-verified
31
32
public
interface
PBKDF {
33
byte[] getKey(byte[] pass, byte[] salt,
int
iteration,
int
size);
34
}
Callers
3
decrypt
Method · 0.95
storeOptions
Method · 0.65
checkHost
Method · 0.65
Implementers
2
HostKey
java/com/jcraft/jsch/HostKey.java
PBKDF
java/com/jcraft/jsch/jce/PBKDF.java
Calls
no outgoing calls
Tested by
no test coverage detected