public class Reference extends OFDElement
18.2.2 签名的范围 图 87 表 68
proxy| 构造器和说明 |
|---|
Reference() |
Reference(org.dom4j.Element proxy) |
Reference(ST_Loc fileRef,
byte[] checkValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getCheckValue()
【必选】
获取 对包内文件进行摘要计算值的杂凑值
|
ST_Loc |
getFileRef()
【必选 属性】
获取 指向包内的文件,使用绝对路径
|
Reference |
setCheckValue(byte[] checkValue)
【必选】
设置 对包内文件进行摘要计算值的杂凑值
所得的二进制摘要值进行 base64 编码
|
Reference |
setFileRef(ST_Loc fileRef)
【必选 属性】
设置 指向包内的文件,使用绝对路径
|
addOFDEntity, getElements, getInstance, getObjID, getOFDElement, getOFDElement, getOFDElements, getOFDElementText, getQualifiedName, removeAll, removeAttr, removeOFDElemByNames, set, setObjID, setObjID, setOFDEntity, setOFDNameaccept, add, add, add, add, add, add, add, add, add, addAttribute, addAttribute, addCDATA, addComment, addElement, addElement, addElement, addEntity, additionalNamespaces, addNamespace, addProcessingInstruction, addProcessingInstruction, addText, appendAttributes, appendContent, asXML, asXPathResult, attribute, attribute, attribute, attributeCount, attributeIterator, attributes, attributeValue, attributeValue, attributeValue, attributeValue, clearContent, clone, content, createCopy, createCopy, createCopy, createXPath, declaredNamespaces, detach, element, element, elementByID, elementIterator, elementIterator, elementIterator, elements, elements, elements, elementText, elementText, elementTextTrim, elementTextTrim, equals, getData, getDocument, getName, getNamespace, getNamespaceForPrefix, getNamespaceForURI, getNamespacePrefix, getNamespacesForURI, getNamespaceURI, getNodeType, getNodeTypeName, getParent, getPath, getPath, getProxy, getQName, getQName, getStringValue, getText, getTextTrim, getUniquePath, getUniquePath, getXPathResult, hasContent, hasMixedContent, indexOf, isReadOnly, isRootElement, isTextOnly, matches, node, nodeCount, nodeIterator, normalize, numberValueOf, processingInstruction, processingInstructions, processingInstructions, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeProcessingInstruction, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setAttributes, setAttributeValue, setAttributeValue, setContent, setData, setDocument, setName, setParent, setProcessingInstructions, setProxy, setQName, setText, supportsParent, valueOf, writepublic Reference(org.dom4j.Element proxy)
public Reference()
public Reference(ST_Loc fileRef, byte[] checkValue)
public Reference setFileRef(ST_Loc fileRef)
fileRef - 指向包内的文件,使用绝对路径public ST_Loc getFileRef()
public Reference setCheckValue(byte[] checkValue)
所得的二进制摘要值进行 base64 编码
checkValue - 对包内文件进行摘要计算值的杂凑值public byte[] getCheckValue()
Copyright © 2021. All rights reserved.