Verify Signature API

Call this function to verify the PKCS#7 signature.

Below is the URL to access the API functions:

PUT /CentagateWS/webresources/validator/verifySignature

Parameters

NoParameterOccurrenceDescriptions
1UsernameRequiredThe user's username
2signatureRequiredThe PKCS#7 attached signature encoded in Base64
3AlgorithmRequiredThe Algorithm Used During The Signing. Valid Values Are: - 0: SHA-1 - 1: SHA-256 - 2: SHA-384 - 3: SHA-512
4plainTextRequiredThe plain text of the signed string encoded in Base64

Sample Code

As in below there are some examples of source code of access the API functions: