Use the methods in this class to sign the JWT bearer token with the X509 certificate.
The following are constructors for JWS.
public JWS(Auth.JWT jwt, String certDevName)
public JWS(String payload, String certDevName)
The following are methods for JWS. All are instance methods.
public String getCompactSerialization()
Type: String