Uses of Class
org.apache.cxf.rs.security.jose.common.JoseType
-
Packages that use JoseType Package Description org.apache.cxf.rs.security.jose.common org.apache.cxf.rs.security.jose.jwe org.apache.cxf.rs.security.jose.jws -
-
Uses of JoseType in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common that return JoseType Modifier and Type Method Description JoseTypeJoseHeaders. getType()static JoseTypeJoseType. getType(String type)static JoseTypeJoseType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoseType[]JoseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.rs.security.jose.common with parameters of type JoseType Modifier and Type Method Description voidJoseHeaders. setType(JoseType type)Constructors in org.apache.cxf.rs.security.jose.common with parameters of type JoseType Constructor Description JoseHeaders(JoseType type) -
Uses of JoseType in org.apache.cxf.rs.security.jose.jwe
Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type JoseType Constructor Description JweHeaders(JoseType type) -
Uses of JoseType in org.apache.cxf.rs.security.jose.jws
Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JoseType Constructor Description JwsHeaders(JoseType type)JwsHeaders(JoseType type, SignatureAlgorithm sigAlgo)
-