o

ooxml-security

XmlBeans generated from various supplied xsds for encryption and signing: http://msdn.microsoft.com/en-us/library/dd925810(v=office.12).aspx http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd http://uri.etsi.org/01903/v1.3.2/XAdES.xsd http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcmitype.xsd
http://poi.apache.org/
The Apache Software License, Version 2.0
Apache Software Foundation
Files download
File Operation
ooxml-security-1.0.jar download
ooxml-security-1.0.pom download
ooxml-security-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>ooxml-security</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.poi:ooxml-security:1.0'
Gradle Kotlin
implementation("org.apache.poi:ooxml-security:1.0")
Scala SBT
libraryDependencies += "org.apache.poi" % "ooxml-security" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.poi', module='ooxml-security', version='1.0')
)
Apache Ivy
<dependency org="org.apache.poi" name="ooxml-security" rev="1.0" />
Leiningen
[org.apache.poi/ooxml-security "1.0"]
Apache Buildr
'org.apache.poi:ooxml-security:jar:1.0'
Dependencies