public final class JoseUtils extends Object
public static void setJoseContextProperty(JoseHeaders headers)
public static void setJoseMessageContextProperty(JoseHeaders headers, String value)
public static void setMessageContextProperty(JoseHeaders headers)
public static void validateRequestContextProperty(JoseHeaders headers)
public static byte[] decode(String encoded)
public static boolean validateCriticalHeaders(JoseHeaders headers)
public static void traceHeaders(JoseHeaders headers)
public static boolean checkBooleanProperty(JoseHeaders headers, Properties props, Message m, String propertyName)
public static InputStream getResourceStream(String loc, Bus bus) throws IOException
IOException
public static URL getResourceURL(String loc, Bus bus) throws IOException
IOException
public static URL getClasspathResourceURL(String path, Class<?> callingClass, Bus bus)
public static Properties loadProperties(String propertiesLocation, Bus bus) throws IOException
IOException
Apache CXF