Package | Description |
---|---|
org.bouncycastle.crypto.digests | |
org.bouncycastle.crypto.params |
Modifier and Type | Method and Description |
---|---|
void |
SkeinDigest.init(SkeinParameters params)
Optionally initialises the Skein digest with the provided parameters.
See SkeinParameters for details on the parameterisation of the Skein hash function. |
void |
SkeinEngine.init(SkeinParameters params)
Initialises the Skein engine with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
SkeinParameters |
SkeinParameters.Builder.build()
Constructs a new
SkeinParameters instance with the parameters provided to this
builder. |
Constructor and Description |
---|
Builder(SkeinParameters params) |
Copyright © 2021 BouncyCastle.org. All rights reserved.