SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signedPartSignatureValidationResult (property)

The outcome of the cryptographic signature validation.

Syntax

- (int)signedPartSignatureValidationResult:(int)signedPartIndex;

/* Possible Values */
SVT_VALID(0),
SVT_UNKNOWN(1),
SVT_CORRUPTED(2),
SVT_SIGNER_NOT_FOUND(3),
SVT_FAILURE(4)
public func signedPartSignatureValidationResult(signedPartIndex: Int32) throws -> OfficeverifierSignedPartSignatureValidationResults
public enum OfficeverifierSignedPartSignatureValidationResults : Int32 { case svtValid = 0 case svtUnknown = 1 case svtCorrupted = 2 case svtSignerNotFound = 3 case svtFailure = 4 }

Default Value

0

Remarks

The outcome of the cryptographic signature validation.

The following signature validity values are supported:

svtValid0The signature is valid

svtUnknown1Signature validity is unknown

svtCorrupted2The signature is corrupted

svtSignerNotFound3Failed to acquire the signing certificate. The signature cannot be validated.

svtFailure4General failure

The SignedPartIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignedPartCount property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]