SimpleBlockResult Constructor

Base constructor - a wrapper for the passed in byte array.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SimpleBlockResult(
	byte[] result
)

Parameters

result  Byte
The byte array to be wrapped.

See Also