Here’s my Java code, which successfully verifies the signature, as expected. Signature sig = Signature.getInstance(“RSASSA-PSS”); PSSParameterSpec pssParams = new PSSParameterSpec( “…
Here’s my Java code, which successfully verifies the signature, as expected. Signature sig = Signature.getInstance(“RSASSA-PSS”); PSSParameterSpec pssParams = new PSSParameterSpec( “…