Uses of Class
org.apache.cxf.rs.security.jose.jwe.JweException.Error
-
Packages that use JweException.Error Package Description org.apache.cxf.rs.security.jose.jwe -
-
Uses of JweException.Error in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JweException.Error Modifier and Type Method Description JweException.ErrorJweException. getError()static JweException.ErrorJweException.Error. valueOf(String name)Returns the enum constant of this type with the specified name.static JweException.Error[]JweException.Error. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type JweException.Error Constructor Description JweException(JweException.Error status)JweException(JweException.Error status, Throwable cause)
-