JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
N
O
P
R
S
T
U
Z
A
addSeedMaterial(long)
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Adds new random data (entropy) to an entropy pool.
addSeedMaterial(byte[])
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Adds new random data (entropy) to an entropy pool.
addSeedMaterial(byte[], int, int)
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Adds new random data (entropy) to an entropy pool.
addSeedMaterial(int, byte[], int, int)
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Adds new random data (entropy) to the specified entropy pool.
B
ByteLong
- Class in
org.jitsi.bccontrib.util
Conversion from byte to long and vice versa, long in little endian order.
ByteLong()
- Constructor for class org.jitsi.bccontrib.util.
ByteLong
C
CHAINED_CONFIG
- Static variable in class org.jitsi.bccontrib.digests.
Skein
CHAINED_STATE
- Static variable in class org.jitsi.bccontrib.digests.
Skein
createCipher(int)
- Static method in class org.jitsi.bccontrib.engines.
ThreefishCipher
D
decrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
Decrypt function Derived classes must implement this function.
decrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish1024
decrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish256
decrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish512
doFinal()
- Method in class org.jitsi.bccontrib.digests.
Skein
doFinal(byte[], int)
- Method in class org.jitsi.bccontrib.digests.
Skein
doFinal(byte[], int)
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
E
encrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
Encrypt function Derived classes must implement this function.
encrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish1024
encrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish256
encrypt(long[], long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish512
F
FortunaGenerator
- Class in
org.jitsi.bccontrib.prng
The Fortuna random number generator.
FortunaGenerator()
- Constructor for class org.jitsi.bccontrib.prng.
FortunaGenerator
FortunaGenerator(byte[])
- Constructor for class org.jitsi.bccontrib.prng.
FortunaGenerator
G
getAlgorithmName()
- Method in class org.jitsi.bccontrib.digests.
Skein
getAlgorithmName()
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
getAlgorithmName()
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
getBlockSize()
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
getByteLength()
- Method in class org.jitsi.bccontrib.digests.
Skein
getcipherStateBits()
- Method in class org.jitsi.bccontrib.digests.
Skein
The state size of this Skein instance.
getDigestSize()
- Method in class org.jitsi.bccontrib.digests.
Skein
getHashSize()
- Method in class org.jitsi.bccontrib.digests.
Skein
The output hash size in bits of this Skein instance
getMacSize()
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
getMacSize()
- Method in class org.jitsi.bccontrib.params.
ParametersForSkein
getParameters()
- Method in class org.jitsi.bccontrib.params.
ParametersForSkein
getParameters()
- Method in class org.jitsi.bccontrib.params.
ParametersForThreefish
getSeedStatus()
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Return the generator's seed status.
getState()
- Method in class org.jitsi.bccontrib.digests.
Skein
Get the current internal state of this Skein instance.
getStateSize()
- Method in class org.jitsi.bccontrib.digests.
Skein
getStateSize()
- Method in class org.jitsi.bccontrib.params.
ParametersForSkein
getStateSize()
- Method in class org.jitsi.bccontrib.params.
ParametersForThreefish
getTweak()
- Method in class org.jitsi.bccontrib.params.
ParametersForThreefish
GetUInt64(byte[], int)
- Static method in class org.jitsi.bccontrib.util.
ByteLong
Creates a long from 8 bytes.
I
init(boolean, CipherParameters)
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
init(CipherParameters)
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
initialize(long[])
- Method in class org.jitsi.bccontrib.digests.
Skein
Initialize with state variables provided by application.
N
ndx
- Variable in class org.jitsi.bccontrib.prng.
FortunaGenerator
The index into buffer of where the next byte will come from.
nextBytes(byte[])
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Get new random data.
nextBytes(byte[], int, int)
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Get new random data.
NORMAL
- Static variable in class org.jitsi.bccontrib.digests.
Skein
O
org.jitsi.bccontrib.digests
- package org.jitsi.bccontrib.digests
org.jitsi.bccontrib.engines
- package org.jitsi.bccontrib.engines
org.jitsi.bccontrib.macs
- package org.jitsi.bccontrib.macs
org.jitsi.bccontrib.params
- package org.jitsi.bccontrib.params
org.jitsi.bccontrib.prng
- package org.jitsi.bccontrib.prng
org.jitsi.bccontrib.util
- package org.jitsi.bccontrib.util
P
ParametersForSkein
- Class in
org.jitsi.bccontrib.params
ParametersForSkein(CipherParameters, int, int)
- Constructor for class org.jitsi.bccontrib.params.
ParametersForSkein
Skein parameters for Skein MAC.
ParametersForThreefish
- Class in
org.jitsi.bccontrib.params
ParametersForThreefish(CipherParameters, int, long[])
- Constructor for class org.jitsi.bccontrib.params.
ParametersForThreefish
processBlock(byte[], int, byte[], int)
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
PutBytes(long[], byte[], int, int)
- Static method in class org.jitsi.bccontrib.util.
ByteLong
Disassmble an array of Long into a byte array.
R
reset()
- Method in class org.jitsi.bccontrib.digests.
Skein
reset()
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
reset()
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
S
setKey(long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
setSeedStatus(byte[])
- Method in class org.jitsi.bccontrib.prng.
FortunaGenerator
Seed the generator with a previously saved seed.
setTweak(long[])
- Method in class org.jitsi.bccontrib.engines.
ThreefishCipher
Skein
- Class in
org.jitsi.bccontrib.digests
Skein(int, int)
- Constructor for class org.jitsi.bccontrib.digests.
Skein
Initializes the Skein hash instance.
Skein(int, int, long, byte[])
- Constructor for class org.jitsi.bccontrib.digests.
Skein
Initializes the Skein hash instance for use with a key (Skein MAC)
Skein1024
- Static variable in class org.jitsi.bccontrib.params.
ParametersForSkein
Skein256
- Static variable in class org.jitsi.bccontrib.params.
ParametersForSkein
Skein512
- Static variable in class org.jitsi.bccontrib.params.
ParametersForSkein
SkeinMac
- Class in
org.jitsi.bccontrib.macs
SkeinMac()
- Constructor for class org.jitsi.bccontrib.macs.
SkeinMac
T
Threefish1024()
- Constructor for class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish1024
Threefish1024
- Static variable in class org.jitsi.bccontrib.params.
ParametersForThreefish
Threefish256()
- Constructor for class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish256
Threefish256
- Static variable in class org.jitsi.bccontrib.params.
ParametersForThreefish
Threefish512()
- Constructor for class org.jitsi.bccontrib.engines.
ThreefishCipher.Threefish512
Threefish512
- Static variable in class org.jitsi.bccontrib.params.
ParametersForThreefish
ThreefishCipher
- Class in
org.jitsi.bccontrib.engines
ThreefishCipher()
- Constructor for class org.jitsi.bccontrib.engines.
ThreefishCipher
ThreefishCipher.Threefish1024
- Class in
org.jitsi.bccontrib.engines
Threefish cipher with 1024 bit internal state.
ThreefishCipher.Threefish256
- Class in
org.jitsi.bccontrib.engines
Threefish cipher with 256 bit internal state.
ThreefishCipher.Threefish512
- Class in
org.jitsi.bccontrib.engines
Threefish cipher with 512 bit internal state.
U
ubiParameters
- Variable in class org.jitsi.bccontrib.digests.
Skein
update(byte[], int, int)
- Method in class org.jitsi.bccontrib.digests.
Skein
update(byte)
- Method in class org.jitsi.bccontrib.digests.
Skein
update(byte)
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
update(byte[], int, int)
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
updateBits(byte[], int, int)
- Method in class org.jitsi.bccontrib.digests.
Skein
Update the hash with a message bit string.
updateBits(byte[], int, int)
- Method in class org.jitsi.bccontrib.macs.
SkeinMac
Update the MAC with a message bit string.
Z
ZEROED_STATE
- Static variable in class org.jitsi.bccontrib.digests.
Skein
A
B
C
D
E
F
G
I
N
O
P
R
S
T
U
Z
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.