elte.java2_utikalauz5.math
RSAClient.RSA osztály
java.lang.Object
elte.java2_utikalauz5.math.RSAClient.RSA
- Beágyazó osztály:
- RSAClient
- static class RSAClient.RSA
- extends Object
java.lang.Object osztálytól örökölt metódusok |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Konstruktorok részletezése |
RSAClient.RSA
RSAClient.RSA()
encrypt
public static BigInteger[] encrypt(String message,
BigInteger publickey,
BigInteger modulo)
decrypt
public static String decrypt(BigInteger[] encrypted,
BigInteger privatekey,
BigInteger modulo)