|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.impl.BaseCryptCodecHandler
com.healthmarketscience.jackcess.impl.OfficeCryptCodecHandler
public abstract class OfficeCryptCodecHandler
CryptCodecHandler for the Office Document Cryptography standard.
| Field Summary |
|---|
| Fields inherited from class com.healthmarketscience.jackcess.impl.BaseCryptCodecHandler |
|---|
CIPHER_DECRYPT_MODE, CIPHER_ENCRYPT_MODE |
| Method Summary | |
|---|---|
static CodecHandler |
create(PasswordCallback callback,
PageChannel channel,
Charset charset)
|
void |
decodePage(ByteBuffer inPage,
ByteBuffer outPage,
int pageNumber)
|
ByteBuffer |
encodePage(ByteBuffer buffer,
int pageNumber,
int pageOffset)
|
| Methods inherited from class com.healthmarketscience.jackcess.impl.BaseCryptCodecHandler |
|---|
applyPageNumber, fill, fixToLength, fixToLength, hash, hash, hash, hash, toString, wrap |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.healthmarketscience.jackcess.impl.CodecHandler |
|---|
canDecodeInline, canEncodePartialPage |
| Method Detail |
|---|
public static CodecHandler create(PasswordCallback callback,
PageChannel channel,
Charset charset)
throws IOException
IOException
public void decodePage(ByteBuffer inPage,
ByteBuffer outPage,
int pageNumber)
throws IOException
IOException
public ByteBuffer encodePage(ByteBuffer buffer,
int pageNumber,
int pageOffset)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||