MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getEPArray

Method getEPArray

java/com/jcraft/jsch/KeyPairRSA.java:393–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 }
392
393 private byte[] getEPArray(){
394 if(ep_array==null){
395 ep_array=(new BigInteger(prv_array)).mod(new BigInteger(p_array).subtract(BigInteger.ONE)).toByteArray();
396 }
397 return ep_array;
398 }
399
400 private byte[] getEQArray(){
401 if(eq_array==null){

Callers 1

parseMethod · 0.95

Calls 2

toByteArrayMethod · 0.80
subtractMethod · 0.45

Tested by

no test coverage detected