VerificationRequest Complex Type

Description Represents a request to verify a Signature.
Namespace http://portwise.com/ws/v2/signature
Extends
Since 5.7

A Signing Request encapsulates a Signature and the data To Be Signed (TBS) it supposedly covers.

Property Type Description
signatureFormat string The Format of the Signature; e.g. "JWS", "PKCS#7", "RAW".
Different Signing Methods support different Formats. See documentation of individual Signing Methods for specific capabilities.
signature byte[] The UTF-8 bytes of the Signature.
tbs byte[] The UTF-8 bytes of the To Be Signed data.

Copyright © 1999-2023, Technology Nexus Secured Business Solutions AB. All rights reserved.