public class EncryptEntry extends OFDElement
proxy| 构造器和说明 |
|---|
EncryptEntry() |
EncryptEntry(org.dom4j.Element proxy) |
EncryptEntry(ST_Loc path,
ST_Loc ePath)
创建 明密文对应关系
|
EncryptEntry(ST_Loc path,
ST_Loc ePath,
ST_Loc decryptSeedLoc)
创建 明密文对应关系
|
EncryptEntry(String path,
String ePath)
创建 明密文对应关系
|
EncryptEntry(String path,
String ePath,
String decryptSeedLoc)
创建 明密文对应关系
|
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable ST_Loc |
getDecryptSeedLoc()
【可选 属性】
获取 此项密文独有的密钥数据文件路径
该属性不出现时,使用所属加密操作信息中定义的通用密钥数据
|
ST_Loc |
getEPath()
【必选 属性】
获取 加密后形成的包内密文的绝对路径
|
ST_Loc |
getPathA()
【必选 属性】
获取 加密前包内文件的绝对路径
|
EncryptEntry |
setDecryptSeedLoc(ST_Loc decryptSeedLoc)
【可选 属性】
设置 此项密文独有的密钥数据文件路径
该属性不出现时,使用所属加密操作信息中定义的通用密钥数据
|
EncryptEntry |
setDecryptSeedLoc(String decryptSeedLoc)
【可选 属性】
设置 此项密文独有的密钥数据文件路径
该属性不出现时,使用所属加密操作信息中定义的通用密钥数据
|
EncryptEntry |
setEPath(@NotNull ST_Loc ePath)
【必选 属性】
设置 加密后形成的包内密文的绝对路径
|
EncryptEntry |
setEPath(@NotNull String ePath)
【必选 属性】
设置 加密后形成的包内密文的绝对路径
|
EncryptEntry |
setPathA(@NotNull ST_Loc path)
【必选 属性】
设置 加密前包内文件的绝对路径
区别于
DefaultElementProxy.getPath() 重名名为 PathA |
EncryptEntry |
setPathA(@NotNull String path)
【必选 属性】
设置 加密前包内文件的绝对路径
|
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 EncryptEntry(org.dom4j.Element proxy)
public EncryptEntry()
public EncryptEntry(ST_Loc path, ST_Loc ePath, ST_Loc decryptSeedLoc)
path - 加密前包内文件的绝对路径ePath - 加密后形成的包内密文的绝对路径decryptSeedLoc - 此项密文独有的密钥数据文件路径public EncryptEntry(ST_Loc path, ST_Loc ePath)
path - 加密前包内文件的绝对路径ePath - 加密后形成的包内密文的绝对路径public EncryptEntry(String path, String ePath, String decryptSeedLoc)
path - 加密前包内文件的绝对路径ePath - 加密后形成的包内密文的绝对路径decryptSeedLoc - 此项密文独有的密钥数据文件路径public EncryptEntry setPathA(@NotNull @NotNull String path)
path - 加密前包内文件的绝对路径public EncryptEntry setPathA(@NotNull @NotNull ST_Loc path)
区别于DefaultElementProxy.getPath() 重名名为 PathA
path - 加密前包内文件的绝对路径public ST_Loc getPathA()
public EncryptEntry setEPath(@NotNull @NotNull String ePath)
ePath - 加密后形成的包内密文的绝对路径public EncryptEntry setEPath(@NotNull @NotNull ST_Loc ePath)
ePath - 加密后形成的包内密文的绝对路径public ST_Loc getEPath()
public EncryptEntry setDecryptSeedLoc(String decryptSeedLoc)
该属性不出现时,使用所属加密操作信息中定义的通用密钥数据
decryptSeedLoc - 此项密文独有的密钥数据文件路径,null时表示删除public EncryptEntry setDecryptSeedLoc(ST_Loc decryptSeedLoc)
该属性不出现时,使用所属加密操作信息中定义的通用密钥数据
decryptSeedLoc - 此项密文独有的密钥数据文件路径,null时表示删除@Nullable public @Nullable ST_Loc getDecryptSeedLoc()
该属性不出现时,使用所属加密操作信息中定义的通用密钥数据
Copyright © 2021. All rights reserved.