public class EncryptEntries extends OFDElement
GMT0099 附录C 图C.3
proxy| 构造器和说明 |
|---|
EncryptEntries() |
EncryptEntries(org.dom4j.Element proxy) |
| 限定符和类型 | 方法和说明 |
|---|---|
EncryptEntries |
addEncryptEntry(EncryptEntry encryptEntry)
【必选】
增加 明密文对应关系
|
EncryptEntries |
addEncryptEntry(@NotNull String path,
@NotNull String ePath)
【必选】
增加 明密文对应关系
|
EncryptEntries |
addEncryptEntry(@NotNull String path,
@NotNull String ePath,
@Nullable String decryptSeedLoc)
【必选】
增加 明密文对应关系
|
List<EncryptEntry> |
getEncryptEntries()
【必选】
获取 明密文对应关系列表
|
String |
getID()
【必选 属性】
获取 加密操作标识
|
EncryptEntries |
setID(@NotNull String id)
【必选 属性】
设置 加密操作标识
应与解密入口描述中的一致
|
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 EncryptEntries(org.dom4j.Element proxy)
public EncryptEntries()
public EncryptEntries setID(@NotNull @NotNull String id)
应与解密入口描述中的一致
id - 加密操作标识,应与解密入口描述中的一致public String getID()
public EncryptEntries addEncryptEntry(EncryptEntry encryptEntry)
encryptEntry - 明密文对应关系public EncryptEntries addEncryptEntry(@NotNull @NotNull String path, @NotNull @NotNull String ePath, @Nullable @Nullable String decryptSeedLoc)
path - 加密前包内文件的绝对路径ePath - 加密后形成的包内密文的绝对路径decryptSeedLoc - 此项密文独有的密钥数据文件路径public EncryptEntries addEncryptEntry(@NotNull @NotNull String path, @NotNull @NotNull String ePath)
path - 加密前包内文件的绝对路径ePath - 加密后形成的包内密文的绝对路径public List<EncryptEntry> getEncryptEntries()
Copyright © 2021. All rights reserved.