| Package | Description |
|---|---|
| org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| org.apache.poi.hssf.record.crypto |
| Constructor and Description |
|---|
RecordInputStream(java.io.InputStream in,
Biff8EncryptionKey key,
int initialOffset) |
| Modifier and Type | Method and Description |
|---|---|
static Biff8EncryptionKey |
Biff8EncryptionKey.create(byte[] docId)
Create using the default password and a specified docId
|
static Biff8EncryptionKey |
Biff8EncryptionKey.create(java.lang.String password,
byte[] docIdData) |
| Constructor and Description |
|---|
Biff8DecryptingStream(java.io.InputStream in,
int initialOffset,
Biff8EncryptionKey key) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.