Package com.itextpdf.kernel.crypto
Interface IDecryptor
-
- All Known Implementing Classes:
AesDecryptor,AesGcmDecryptor,StandardDecryptor
public interface IDecryptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]finish()byte[]update(byte[] b, int off, int len)
-