chris-boyce-l

Results 2 comments of chris-boyce-l

On the Java project I made the following changes Class: com.mastercard.developer.encryption.EncryptionException.JweObject (changed 128 to 96) public static String encrypt(JweConfig config, String payload, JweHeader header) throws EncryptionException, GeneralSecurityException { SecretKeySpec cek...

Actually we ended up reverting the change in Java and made changes to the C# lib instead. We were having issues supporting .netstandard 2.1 and 2.0. .netstandard 2.1 was fine,...