Uses of Class
org.apache.poi.hssf.record.crypto.Biff8EncryptionKey

Packages that use Biff8EncryptionKey
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.crypto   
 

Uses of Biff8EncryptionKey in org.apache.poi.hssf.record
 

Constructors in org.apache.poi.hssf.record with parameters of type Biff8EncryptionKey
RecordInputStream(java.io.InputStream in, Biff8EncryptionKey key, int initialOffset)
           
 

Uses of Biff8EncryptionKey in org.apache.poi.hssf.record.crypto
 

Methods in org.apache.poi.hssf.record.crypto that return Biff8EncryptionKey
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)
           
 

Constructors in org.apache.poi.hssf.record.crypto with parameters of type Biff8EncryptionKey
Biff8DecryptingStream(java.io.InputStream in, int initialOffset, Biff8EncryptionKey key)
           
 



Copyright 2010 The Apache Software Foundation or its licensors, as applicable.