AESCipher Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.crypto
iTextSharp.text.pdf.crypto.AESCipher[[AESCipher]]
end
Members
Methods
Public methods
Returns | Name |
---|
byte``[] | DoFinal () |
byte``[] | Update (byte``[] inp, int inpOff, int inpLen) |
Details
Constructors
AESCipher
Source code
public AESCipher(bool forEncryption, byte[] key, byte[] iv)
Arguments
Type | Name | Description |
---|
bool | forEncryption | |
byte``[] | key | |
byte``[] | iv | |
Methods
Update
Source code
public virtual byte Update(byte[] inp, int inpOff, int inpLen)
Arguments
Type | Name | Description |
---|
byte``[] | inp | |
int | inpOff | |
int | inpLen | |
DoFinal
Source code
public virtual byte DoFinal()
Generated with ModularDoc