org.apache.xml.security.encryption.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlsec Show documentation
Show all versions of xmlsec Show documentation
Apache XML Security for Java supports XML-Signature Syntax and Processing,
W3C Recommendation 12 February 2002, and XML Encryption Syntax and
Processing, W3C Recommendation 10 December 2002. As of version 1.4,
the library supports the standard Java API JSR-105: XML Digital Signature APIs.
Provides classes for implementing XML Encryption applications. There are two
main families of classes in this package. The first group of classes is an
XML Schema to Java mapping of the complex types and elements of the
XML Encryption Schema as outllined at XML Encrtypyion
Specification. The second group of classes are used to perform encryption
operations, and to manipulate the first group of classes. The most important
classes in this second group is XMLCipher
,
XMLEncryptionFactory
and XMLSerializer
. XMLCipher
was designed to resemble
javax.crypto.Cipher
. The aforementioned classes were desinged
with ease-of-use and configurability in mind. Becuase of this, the programmer
may at times be exposed to lower level programming tasks. This library strives
to be as simple as possible to use, but no simpler.