DigestAlgorithms Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.security iTextSharp.text.pdf.security.DigestAlgorithms[[DigestAlgorithms]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Methods
GetMessageDigestFromOid
Source code
public static IDigest GetMessageDigestFromOid(string digestOid)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
digestOid |
GetMessageDigest
Source code
public static IDigest GetMessageDigest(string hashAlgorithm)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
hashAlgorithm |
Digest [1/6]
Source code
public static byte Digest(Stream data, string hashAlgorithm)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
hashAlgorithm |
Digest [2/6]
Source code
public static byte Digest(Stream data, IDigest messageDigest)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
messageDigest |
GetDigest
Source code
public static string GetDigest(string oid)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
oid |
GetAllowedDigests
Source code
public static string GetAllowedDigests(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
Digest [3/6]
Source code
public static byte Digest(string algo, byte[] b, int offset, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
algo |
|
|
|
b |
|
|
|
offset |
|
|
|
len |
Digest [4/6]
Source code
public static byte Digest(string algo, byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
algo |
|
|
|
b |
Digest [5/6]
Source code
public static byte Digest(IDigest d, byte[] b, int offset, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
d |
|
|
|
b |
|
|
|
offset |
|
|
|
len |
Digest [6/6]
Source code
public static byte Digest(IDigest d, byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
d |
|
|
|
b |
Generated with ModularDoc