Initializes a new instance of the OtherRevVals class

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

Syntax

C#
public OtherRevVals(
	DerObjectIdentifier otherRevValType,
	Asn1Encodable otherRevVals
)
Visual Basic
Public Sub New ( _
	otherRevValType As DerObjectIdentifier, _
	otherRevVals As Asn1Encodable _
)
Visual C++
public:
OtherRevVals(
	DerObjectIdentifier^ otherRevValType, 
	Asn1Encodable^ otherRevVals
)

See Also