Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static byte[] GetSBox(
	string sBoxName
)
Visual Basic
Public Shared Function GetSBox ( _
	sBoxName As String _
) As Byte()
Visual C++
public:
static array<unsigned char>^ GetSBox(
	String^ sBoxName
)

Parameters

sBoxName
Type: System..::..String

See Also