public class ParametersForThreefish extends Object implements org.bouncycastle.crypto.CipherParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
Threefish1024 |
static int |
Threefish256 |
static int |
Threefish512 |
| Constructor and Description |
|---|
ParametersForThreefish(org.bouncycastle.crypto.CipherParameters parameters,
int stateSize,
long[] tweak) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.crypto.CipherParameters |
getParameters() |
int |
getStateSize() |
long[] |
getTweak() |
public static final int Threefish256
public static final int Threefish512
public static final int Threefish1024
Copyright © 2015. All rights reserved.