org.apache.cxf.rs.security.jose.jws
Class JwsUtils
java.lang.Object
org.apache.cxf.rs.security.jose.jws.JwsUtils
public final class JwsUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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