C# Class iTextSharp.text.pdf.crypto.IVGenerator

Mostrar archivo Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
GetIV ( ) : byte[]
GetIV ( int len ) : byte[]

Private Methods

Method Description
IVGenerator ( ) : System

Method Details

GetIV() public static method

public static GetIV ( ) : byte[]
return byte[]

GetIV() public static method

public static GetIV ( int len ) : byte[]
len int
return byte[]