| Methods in com.extentech.crypto.mscrypto that throw WorkBookException |
static Document |
MSOfficeDecrypter.decrypt(java.io.InputStream encryptedStream,
java.lang.String password)
Decrypts an input stream containing an MSOffice encrypted file. |
static Document |
MSOfficeDecrypter.decryptPP(java.io.InputStream encryptedStream,
java.lang.String password,
CellParseEventListener tcv)
Decrypts an input stream containing an MSOffice encrypted file, registers PullParser listeners |
static java.io.InputStream |
MSOfficeDecrypter.decryptStream(java.io.InputStream encryptedStream,
java.lang.String password)
Decrypts an input stream containing an MSOffice encrypted file. |