public class PDSignatureReference extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDSignatureReference.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
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
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
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) |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, 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, setFieldStringpublic static final PDSignatureReference.MetaClass META
public static final COSName CN_Type_SigRef
public static final COSName DK_TransformMethod
public static final COSName DK_TransformParams
public static final COSName DK_Data
public static final COSName DK_DigestMethod
public static final COSName DK_DigestValue
public static final COSName DK_DigestLocation
public static final String DIGESTMETHOD_MD5
public static final String DIGESTMETHOD_SHA1
public COSObject cosGetData()
public COSArray cosGetDigestLocation()
public void cosSetData(COSObject data)
public String getDigestMethod()
public byte[] getDigestValue()
public PDTransformMethod getTransformMethod()
public PDTransformParams getTransformParams()
public void setDigestMethod(String digestMethod)
public void setDigestValue(byte[] digest)
public void setTransformMethod(PDTransformMethod method)
public void setTransformParams(PDTransformParams params)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.