Serialized Form
|
Package org.logi.crypto.keys |
key
byte[] key
- Key
P
int[] P
- Subkeys
S1
int[] S1
- S-boxes
S2
int[] S2
S3
int[] S3
S4
int[] S4
shift
byte shift
key
long key
- The actual DES key.
subKeys
long[] subKeys
- The 16 sub-keys used for each iteration.
x
java.math.BigInteger x
- Private key
y
java.math.BigInteger y
- Public key
g
java.math.BigInteger g
- Generator
m
java.math.BigInteger m
- Modulus
y
java.math.BigInteger y
- Public key.
g
java.math.BigInteger g
- Generator
m
java.math.BigInteger m
- Modulus
d
java.math.BigInteger d
- The private exponent
n
java.math.BigInteger n
- The RSA key modulus
p
java.math.BigInteger p
- The factors of the RSA modulus
q
java.math.BigInteger q
- The factors of the RSA modulus
u
java.math.BigInteger u
- The inverse of q, modulo p.
e
java.math.BigInteger e
- The public RSA key exponent
n
java.math.BigInteger n
- The RSA key modulus
k1
DESKey k1
k2
DESKey k2
k3
DESKey k3
|
Package org.logi.crypto.padding |
|
Package org.logi.crypto.protocols |
|
Package org.logi.crypto.random |
t
int t
in
java.io.InputStream in
ss
MD5State.SubState ss
seedSinceHash
int seedSinceHash
poolSweep
int poolSweep
unused
byte[] unused
- unused[unusedPos..15] is unused pseudo-random numbers.
unusedPos
int unusedPos
seeder
java.util.Random seeder
roundEnt
int roundEnt
initThread
java.lang.Thread initThread
|
Package org.logi.crypto.secretshare |
Copyright (c) 1997-2001 Logi Ragnarsson - Distributed under the GPL