Searched refs:writeMPInt (Results 1 – 5 of 5) sorted by relevance
51 tw.writeMPInt(pk.getP()); in encodeSSHDSAPublicKey()52 tw.writeMPInt(pk.getQ()); in encodeSSHDSAPublicKey()53 tw.writeMPInt(pk.getG()); in encodeSSHDSAPublicKey()54 tw.writeMPInt(pk.getY()); in encodeSSHDSAPublicKey()
49 tw.writeMPInt(pk.getE()); in encodeSSHRSAPublicKey()50 tw.writeMPInt(pk.getN()); in encodeSSHRSAPublicKey()
32 tw.writeMPInt(e); in getPayload()
107 public void writeMPInt(BigInteger b) in writeMPInt() method in TypesWriter