All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.xml.security.encryption.package.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 4.0.2
Show newest version



  


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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy