org.apache.cxf.rs.security.jose.jws
Class JwsUtils

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

public final class JwsUtils
extends Object


Method Summary
static JwsSignatureProvider getSignatureProvider(JsonWebKey jwk)
           
static JwsSignatureProvider getSignatureProvider(JsonWebKey jwk, String defaultAlgorithm)
           
static JwsSignatureVerifier getSignatureVerifier(JsonWebKey jwk)
           
static JwsSignatureVerifier getSignatureVerifier(JsonWebKey jwk, String defaultAlgorithm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSignatureProvider

public static JwsSignatureProvider getSignatureProvider(JsonWebKey jwk)

getSignatureProvider

public static JwsSignatureProvider getSignatureProvider(JsonWebKey jwk,
                                                        String defaultAlgorithm)

getSignatureVerifier

public static JwsSignatureVerifier getSignatureVerifier(JsonWebKey jwk)

getSignatureVerifier

public static JwsSignatureVerifier getSignatureVerifier(JsonWebKey jwk,
                                                        String defaultAlgorithm)


Apache CXF