Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
M
N
P
R
S
T
U
V
G
generateKeyPair()
- Static method in class demo.
RSACryptoManager
Generates an RSA key pair.
generateValues(int)
- Method in class demo.
Dealer
Calls
ShareUtil.generateValues()
.
generateValues(SecureRandom, int)
- Static method in class Secret_Share.
ShareUtil
Random generates the values: p, q, g and h.
genMessage(LinkedList)
- Method in class demo.
Client
Takes the data for the message as a
LinkedList
and turns it into a
byte
array along with a digital signature for the data bytes.
genRecoverSecretMessage(int)
- Method in class demo.
Client
This method is used by clients to generate a message for the recoverer.
getAllPublicVersion()
- Method in class Secret_Share.
Share
Return an array of length n with all of the public versions for all n share values.
getCommitment()
- Method in class demo.
Client
Gets the commitment value as a string for display on the client window.
getCryptoManager()
- Method in class demo.
Client
Returns a reference to the client's
RSACryptoManager
.
getG()
- Method in class Secret_Share.
Share
Return the g value used by the current share.
getH()
- Method in class Secret_Share.
Share
Return the h value used by the current share.
getK()
- Method in class Secret_Share.
Share
The minimum number of shares required to recover the original secret.
getN()
- Method in class Secret_Share.
Share
Returns the number of shares according to this share.
getOriginalCommitment()
- Method in class demo.
Client
Gets the original commitment value as a string for display on the client window.
getOriginalSecret()
- Method in class demo.
Client
Gets the original secret as a string for display on the client window.
getP()
- Method in class Secret_Share.
Share
The p value used by the current share.
getPublicVersion()
- Method in class Secret_Share.
Share
Returns the public version of this share.
getQ()
- Method in class Secret_Share.
Share
The q value used by the current share.
getRound()
- Method in class demo.
Dealer
The current round number.
getRound()
- Method in class demo.
Client
The current round number.
getSecret()
- Method in class demo.
Dealer
Get the secret as a string.
getSecret()
- Method in class demo.
Client
Gets the secret as a string for display on the client window.
getSecretCommitment()
- Method in class Secret_Share.
Share
The secret commitment, equal to g(x).
getSecretShare()
- Method in class Secret_Share.
Share
The secret share, equal to f(x).
getSerialized()
- Method in class Secret_Share.
Share
This method serializes the current object and returns that object in the form of a byte array.
getShareNumber()
- Method in class Secret_Share.
Share
Returns the share number of the current share.
getShareNumber()
- Method in class demo.
Client
Returns the share number of the current client.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
M
N
P
R
S
T
U
V