MCPcopy 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
32public interface PBKDF {
33 byte[] getKey(byte[] pass, byte[] salt, int iteration, int size);
34}

Callers 3

decryptMethod · 0.95
storeOptionsMethod · 0.65
checkHostMethod · 0.65

Implementers 2

HostKeyjava/com/jcraft/jsch/HostKey.java
PBKDFjava/com/jcraft/jsch/jce/PBKDF.java

Calls

no outgoing calls

Tested by

no test coverage detected