org.picketlink.json.jose.package-info Maven / Gradle / Ivy
Go to download
PicketLink JSON provides an API and implementation for JSON based on related specifications such as JWT, JWS and JWE.
The newest version!
/**
* Javascript Object Signing and Encryption (JOSE) classes.
*
* It provides all the necessary classes and support to the following JOSE specifications:
*
*
* - {@link org.picketlink.json.jose.JWS} JSON Web Signature (JWS)
*
*
* @author Anil Saldhana
* @author Pedro Igor
* @author Giriraj Sharma
*/
package org.picketlink.json.jose;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy