C# Class iTextSharp.text.pdf.security.DigestAlgorithms

显示文件 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Digest ( IDigest d, byte b ) : byte[]
Digest ( IDigest d, byte b, int offset, int len ) : byte[]
Digest ( Stream data, IDigest messageDigest ) : byte[]
Digest ( Stream data, String hashAlgorithm ) : byte[]
Digest ( string algo, byte b ) : byte[]
Digest ( string algo, byte b, int offset, int len ) : byte[]
GetAllowedDigests ( String name ) : String
GetDigest ( String oid ) : String
GetMessageDigest ( String hashAlgorithm ) : IDigest
GetMessageDigestFromOid ( String digestOid ) : IDigest

Private Methods

Method Description
DigestAlgorithms ( ) : System

Method Details

Digest() public static method

public static Digest ( IDigest d, byte b ) : byte[]
d IDigest
b byte
return byte[]

Digest() public static method

public static Digest ( IDigest d, byte b, int offset, int len ) : byte[]
d IDigest
b byte
offset int
len int
return byte[]

Digest() public static method

public static Digest ( Stream data, IDigest messageDigest ) : byte[]
data Stream
messageDigest IDigest
return byte[]

Digest() public static method

public static Digest ( Stream data, String hashAlgorithm ) : byte[]
data Stream
hashAlgorithm String
return byte[]

Digest() public static method

public static Digest ( string algo, byte b ) : byte[]
algo string
b byte
return byte[]

Digest() public static method

public static Digest ( string algo, byte b, int offset, int len ) : byte[]
algo string
b byte
offset int
len int
return byte[]

GetAllowedDigests() public static method

public static GetAllowedDigests ( String name ) : String
name String
return String

GetDigest() public static method

public static GetDigest ( String oid ) : String
oid String
return String

GetMessageDigest() public static method

public static GetMessageDigest ( String hashAlgorithm ) : IDigest
hashAlgorithm String
return IDigest

GetMessageDigestFromOid() public static method

public static GetMessageDigestFromOid ( String digestOid ) : IDigest
digestOid String
return IDigest