net.oauth.signature.pem.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of personium-lib-common Show documentation
Show all versions of personium-lib-common Show documentation
Common libraries used in personium-core module and personium-engine module.
The newest version!
/**
* Classes to handle cryptographic data in PEM formats of X509.
* Partially extracted from the library distributed from net.oauth project at following location:
* http://oauth.googlecode.com/svn/code/java/core/commons/src/main/java/net/oauth/signature/pem/
* Also a small modification is applied to the original code, and
* Base64 decoder is substituted with one provided by commons-codec.
* This change is applied so that this package can be used
* independently from other parts of this library.
*/
package net.oauth.signature.pem;