elte.java2_utikalauz5.math
RSAClient.Keys osztály
java.lang.Object
elte.java2_utikalauz5.math.RSAClient.Keys
- Beágyazó osztály:
- RSAClient
- class RSAClient.Keys
- extends Object
java.lang.Object osztálytól örökölt metódusok |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONE
private final BigInteger ONE
p
private BigInteger p
s
private BigInteger s
N
private BigInteger N
x
private BigInteger x
y
private BigInteger y
Konstruktorok részletezése |
RSAClient.Keys
public RSAClient.Keys()
getPublicKey
public BigInteger getPublicKey()
getModulo
public BigInteger getModulo()
getPrivateKey
public BigInteger getPrivateKey()
getPublicKeyString
public String getPublicKeyString()
getPrivateKeyString
public String getPrivateKeyString()
getModuloString
public String getModuloString()
setPublicKey
public boolean setPublicKey(String value)
setPrivateKey
public boolean setPrivateKey(String value)
setModulo
public boolean setModulo(String value)