jPod PDF library

de.intarsys.pdf.pd
Class PDSignatureReference

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.pd.PDObject
          extended by de.intarsys.pdf.pd.PDSignatureReference
All Implemented Interfaces:
ICOSObjectListener, de.intarsys.tools.attribute.IAttributeSupport

public class PDSignatureReference
extends PDObject

This object specifies details on the signature.


Nested Class Summary
static class PDSignatureReference.MetaClass
          The meta class implementation
 
Field Summary
static COSName CN_Type_SigRef
           
static String DIGESTMETHOD_MD5
           
static String DIGESTMETHOD_SHA1
           
static COSName DK_Data
           
static COSName DK_DigestLocation
           
static COSName DK_DigestMethod
           
static COSName DK_DigestValue
           
static COSName DK_TransformMethod
           
static COSName DK_TransformParams
           
static PDSignatureReference.MetaClass META
          The meta class instance
 
Fields inherited from class de.intarsys.pdf.pd.PDObject
DK_Subtype, DK_Type
 
Method Summary
 COSObject cosGetData()
           
 COSArray cosGetDigestLocation()
           
 void cosSetData(COSObject data)
           
 String getDigestMethod()
           
 byte[] getDigestValue()
           
 PDTransformMethod getTransformMethod()
           
 PDTransformParams getTransformParams()
           
 void setDigestMethod(String digestMethod)
           
 void setDigestValue(byte[] digest)
           
 void setTransformMethod(PDTransformMethod method)
           
 void setTransformParams(PDTransformParams params)
           
 
Methods inherited from class de.intarsys.pdf.pd.PDObject
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

META

public static final PDSignatureReference.MetaClass META
The meta class instance


CN_Type_SigRef

public static final COSName CN_Type_SigRef

DK_TransformMethod

public static final COSName DK_TransformMethod

DK_TransformParams

public static final COSName DK_TransformParams

DK_Data

public static final COSName DK_Data

DK_DigestMethod

public static final COSName DK_DigestMethod

DK_DigestValue

public static final COSName DK_DigestValue

DK_DigestLocation

public static final COSName DK_DigestLocation

DIGESTMETHOD_MD5

public static final String DIGESTMETHOD_MD5
See Also:
Constant Field Values

DIGESTMETHOD_SHA1

public static final String DIGESTMETHOD_SHA1
See Also:
Constant Field Values
Method Detail

cosGetData

public COSObject cosGetData()

cosGetDigestLocation

public COSArray cosGetDigestLocation()

cosSetData

public void cosSetData(COSObject data)

getDigestMethod

public String getDigestMethod()

getDigestValue

public byte[] getDigestValue()

getTransformMethod

public PDTransformMethod getTransformMethod()

getTransformParams

public PDTransformParams getTransformParams()

setDigestMethod

public void setDigestMethod(String digestMethod)

setDigestValue

public void setDigestValue(byte[] digest)

setTransformMethod

public void setTransformMethod(PDTransformMethod method)

setTransformParams

public void setTransformParams(PDTransformParams params)

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.