org.apache.cxf.rs.security.jose
Class JoseUtils

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.JoseUtils

public final class JoseUtils
extends Object


Method Summary
static String checkContentType(String contentType, String defaultType)
           
static String expandContentType(String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkContentType

public static String checkContentType(String contentType,
                                      String defaultType)

expandContentType

public static String expandContentType(String contentType)


Apache CXF