SkeinParametersGetParameters Method

Obtains a map of type (int) to value (byte[]) for the parameters tracked in this object.

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public IDictionary<int, byte[]> GetParameters()

Return Value

IDictionaryInt32, Byte

See Also