Forums

We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:

.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))

The classic signer experience just provided the error message. The new signer experience is adding the name of the field. Please see attached.

Do I need to do something different in the code.

Forums

FieldStyle has static types for BOUND_COMPANY, BOUND_NAME, and BOUND_DATE, but these values do not appear in the values returned by FieldStyle.values(). I would like to look up the FieldStyle like FieldStyle.valueOf(SOME_NAME) but the call fails for the 'BOUND' types. Is there a reason those are not returned?

Forums

Hi OneSpan Support Team

We're looking to enable 2-way SSL between our application and OneSpan using the Java SDK. Can you please provide some guidance on:

- steps required to enable 2-way ssl on a OneSpan account
- code examples on how to secure the eslClient when making a call to OneSpan, the event listener
 

Regards,

Carlos