package org.jboss.resteasy.jose.jwe; /** * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a> * @version $Revision: 1 $ */ public enum Algorithm { RSA1_5, RSA_OAEP, dir }