| Package | Description |
|---|---|
| org.apache.james.mime4j.storage |
| Modifier and Type | Class and Description |
|---|---|
private static class |
CipherStorageProvider.CipherStorageOutputStream |
private static class |
MemoryStorageProvider.MemoryStorageOutputStream |
private static class |
TempFileStorageProvider.TempFileStorageOutputStream |
private class |
ThresholdStorageProvider.ThresholdStorageOutputStream |
| Modifier and Type | Field and Description |
|---|---|
private StorageOutputStream |
CipherStorageProvider.CipherStorageOutputStream.storageOut |
private StorageOutputStream |
ThresholdStorageProvider.ThresholdStorageOutputStream.tail |
| Modifier and Type | Method and Description |
|---|---|
StorageOutputStream |
ThresholdStorageProvider.createStorageOutputStream() |
StorageOutputStream |
MemoryStorageProvider.createStorageOutputStream() |
StorageOutputStream |
StorageProvider.createStorageOutputStream()
Creates a
StorageOutputStream where data to be stored can be
written to. |
StorageOutputStream |
CipherStorageProvider.createStorageOutputStream() |
StorageOutputStream |
TempFileStorageProvider.createStorageOutputStream() |
| Constructor and Description |
|---|
CipherStorageOutputStream(StorageOutputStream out,
java.lang.String algorithm,
javax.crypto.spec.SecretKeySpec skeySpec) |