Uses of Enum Class
org.apache.cxf.rs.security.jose.common.JoseType
Packages that use JoseType
Package
Description
-
Uses of JoseType in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common that return JoseTypeModifier and TypeMethodDescriptionJoseHeaders.getType()static JoseTypestatic JoseTypeReturns the enum constant of this class with the specified name.static JoseType[]JoseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cxf.rs.security.jose.common with parameters of type JoseTypeConstructors in org.apache.cxf.rs.security.jose.common with parameters of type JoseType -
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 -
Uses of JoseType in org.apache.cxf.rs.security.jose.jws
Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JoseTypeModifierConstructorDescriptionJwsHeaders(JoseType type) JwsHeaders(JoseType type, SignatureAlgorithm sigAlgo)