Package org.apache.poi.poifs.crypt.dsig
Class DSigRelation
java.lang.Object
org.apache.poi.ooxml.POIXMLRelation
org.apache.poi.poifs.crypt.dsig.DSigRelation
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLRelation
POIXMLRelation.NoArgConstructor, POIXMLRelation.PackagePartConstructor, POIXMLRelation.ParentPartConstructor -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DSigRelationgetInstance(String rel) Get POIXMLRelation by relation typeMethods inherited from class org.apache.poi.ooxml.POIXMLRelation
getContents, getContentType, getDefaultFileName, getFileName, getFileNameIndex, getNoArgConstructor, getPackagePartConstructor, getParentPartConstructor, getRelation
-
Field Details
-
ORIGIN_SIGS
-
SIG
-
-
Method Details
-
getInstance
Get POIXMLRelation by relation type- Parameters:
rel- relation type, for example,http://schemas.openxmlformats.org/officeDocument/2006/relationships/image- Returns:
- registered POIXMLRelation or null if not found
-