Uses of Class
org.bouncycastle.crypto.params.SkeinParameters
-
Packages that use SkeinParameters Package Description org.bouncycastle.crypto.digests org.bouncycastle.crypto.params -
-
Uses of SkeinParameters in org.bouncycastle.crypto.digests
Methods in org.bouncycastle.crypto.digests with parameters of type SkeinParameters Modifier and Type Method Description void
SkeinDigest. init(SkeinParameters params)
Optionally initialises the Skein digest with the provided parameters.
SeeSkeinParameters
for details on the parameterisation of the Skein hash function.void
SkeinEngine. init(SkeinParameters params)
Initialises the Skein engine with the provided parameters. -
Uses of SkeinParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return SkeinParameters Modifier and Type Method Description SkeinParameters
SkeinParameters.Builder. build()
Constructs a newSkeinParameters
instance with the parameters provided to this builder.Constructors in org.bouncycastle.crypto.params with parameters of type SkeinParameters Constructor Description Builder(SkeinParameters params)
-