Package org.verapdf.gf.model.impl.cos
Class GFCosFilter
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosName
org.verapdf.gf.model.impl.cos.GFCosFilter
- Author:
- Timur Kamalov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.cos.GFCosName
COS_NAME_TYPEFields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString representation of the decodeParms dictionary.Methods inherited from class org.verapdf.gf.model.impl.cos.GFCosName
getinternalRepresentationMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValueMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.coslayer.CosName
getinternalRepresentationMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
COS_FILTER_TYPE
- See Also:
-
-
Constructor Details
-
GFCosFilter
-
-
Method Details
-
getdecodeParms
Description copied from interface:CosFilterString representation of the decodeParms dictionary. Possible values are : "Default" : if decodeParms dictionary is not present "Identity" : the value of the Name entry in the Crypt parameters dictionary "Custom" : in all other cases- Specified by:
getdecodeParmsin interfaceCosFilter
-