public class ParametersForSkein extends Object implements org.bouncycastle.crypto.CipherParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
Skein1024 |
static int |
Skein256 |
static int |
Skein512 |
| Constructor and Description |
|---|
ParametersForSkein(org.bouncycastle.crypto.CipherParameters parameters,
int stateSize,
int macSize)
Skein parameters for Skein MAC.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMacSize() |
org.bouncycastle.crypto.CipherParameters |
getParameters() |
int |
getStateSize() |
public static final int Skein256
public static final int Skein512
public static final int Skein1024
public ParametersForSkein(org.bouncycastle.crypto.CipherParameters parameters,
int stateSize,
int macSize)
parameters - This must be a KeyParameter instance that holds the key.stateSize - The Skein state size to use.macSize - The requested Skein MAC output size in bits.Copyright © 2015. All rights reserved.