Java 2 Útikalauz programozóknak 5.0

elte.java2_utikalauz5.math
RSAClient.Keys osztály

java.lang.Object
  extended by elte.java2_utikalauz5.math.RSAClient.Keys
Beágyazó osztály:
RSAClient

class RSAClient.Keys
extends Object


Mezők
private  BigInteger N
           
private  BigInteger ONE
           
private  BigInteger p
           
private  BigInteger s
           
private  BigInteger x
           
private  BigInteger y
           
 
Konstruktorok
RSAClient.Keys()
           
 
Metódusok
 BigInteger getModulo()
           
 String getModuloString()
           
 BigInteger getPrivateKey()
           
 String getPrivateKeyString()
           
 BigInteger getPublicKey()
           
 String getPublicKeyString()
           
 boolean setModulo(String value)
           
 boolean setPrivateKey(String value)
           
 boolean setPublicKey(String value)
           
 
java.lang.Object osztálytól örökölt metódusok
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Mezők részletezése

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()
Metódusok részletezése

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)

Java 2 Útikalauz programozóknak 5.0