Initializes a new instance of the OcspResp class

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

Syntax

C#
public OcspResp(
	byte[] resp
)
Visual Basic
Public Sub New ( _
	resp As Byte() _
)
Visual C++
public:
OcspResp(
	array<unsigned char>^ resp
)

Parameters

resp
Type: array<System..::..Byte>[]()[][]

See Also