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

org.jboss.resteasy.jose.jwe.Algorithm Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha4
Show newest version
package org.jboss.resteasy.jose.jwe;

/**
 * @author Bill Burke
 * @version $Revision: 1 $
 */
public enum Algorithm {
    RSA1_5,
    RSA_OAEP,
    dir
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy