public class CryptFilterEntry extends Dictionary
| Modifier and Type | Field and Description |
|---|---|
static Name |
AUTHEVENT_KEY |
static Name |
CFM_KEY |
static Name |
LENGTH_KEY |
static Name |
TYPE |
entries, FORM_TYPE_KEY, inited, isDeleted, isNew, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
CryptFilterEntry(Library library,
java.util.HashMap entries) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getAuthEvent()
The event to be used to trigger the authorization that is required to
access encryption keys used by this filter.
|
Name |
getCryptFilterMethod()
The method used, if any, by the conforming reader to decrypt data.
|
int |
getLength()
(Optional) The bit length of the encryption key.
|
Name |
getType()
If present, shall be CryptFilter for a crypt filter dictionary.
|
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic static final Name TYPE
public static final Name AUTHEVENT_KEY
public static final Name CFM_KEY
public static final Name LENGTH_KEY
public CryptFilterEntry(Library library, java.util.HashMap entries)
public Name getType()
public Name getCryptFilterMethod()
public Name getAuthEvent()
public int getLength()