IExternalSignature Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.security iTextSharp.text.pdf.security.IExternalSignature[[IExternalSignature]] class iTextSharp.text.pdf.security.IExternalSignature interfaceStyle; end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
( |
Details
Methods
GetHashAlgorithm
public string GetHashAlgorithm()
GetEncryptionAlgorithm
public string GetEncryptionAlgorithm()
Sign
public byte Sign(byte[] message)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
Generated with ModularDoc