public class COSEncryption extends COSBasedObject
This object contains the state information defining the context for the document encryption.
| Modifier and Type | Class and Description |
|---|---|
static class |
COSEncryption.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_IDENTITY |
static COSName |
DK_CF |
static COSName |
DK_EFF |
static COSName |
DK_EncryptMetadata |
static COSName |
DK_Filter |
static COSName |
DK_Length |
static COSName |
DK_StmF |
static COSName |
DK_StrF |
static COSName |
DK_SubFilter |
static COSName |
DK_V |
static COSEncryption.MetaClass |
META
The meta class instance
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
getCryptFilterDict(COSName name) |
COSName |
getCryptFilterNameFile() |
COSName |
getCryptFilterNameStream() |
COSName |
getCryptFilterNameString() |
COSName |
getFilter() |
int |
getLength()
The length of the encryption key, in bits.
|
int |
getVersion() |
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString, toStringpublic static final COSName DK_EncryptMetadata
public static final COSName DK_Filter
public static final COSName DK_SubFilter
public static final COSName DK_V
public static final COSName DK_Length
public static final COSName DK_CF
public static final COSName CN_IDENTITY
public static final COSName DK_StmF
public static final COSName DK_EFF
public static final COSName DK_StrF
public static final COSEncryption.MetaClass META
public COSDictionary getCryptFilterDict(COSName name)
public COSName getCryptFilterNameFile()
public COSName getCryptFilterNameStream()
public COSName getCryptFilterNameString()
public COSName getFilter()
public int getLength()
public int getVersion()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.