SecureBlackbox 2020 iOS Edition

Questions / Feedback?

AuthenticodeVerifier Class

Properties   Methods   Events   Configuration Settings   Errors  

The AuthenticodeVerifier class verifies digital signatures over executable files (EXE) and dynamically linked libraries (DLL).

Syntax

SecureBlackboxAuthenticodeVerifier
SecureBlackboxAuthenticodeVerifierSwift

Remarks

Use this component to verify signatures created over executable files.

Property List


The following is the full list of the properties of the class with short descriptions. Click on the links for further details.

- actualChecksumReturns the executable's checksum computed during signature verification.
- allSignaturesValidThe cumulative validity of all signatures.
- blockedCertCountThe number of records in the BlockedCert arrays.
- blockedCertBytes:(int)blockedCertIndexReturns raw certificate data in DER format.
- blockedCertHandle:(int)blockedCertIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- certCountThe number of records in the Cert arrays.
- certBytes:(int)certIndexReturns raw certificate data in DER format.
- certCA:(int)certIndexIndicates whether the certificate has a CA capability (a setting in BasicConstraints extension).
- certCAKeyID:(int)certIndexA unique identifier (fingerprint) of the CA certificate's private key.
- certCRLDistributionPoints:(int)certIndexLocations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.
- certCurve:(int)certIndexSpecifies the elliptic curve of the EC public key.
- certFingerprint:(int)certIndexContains the fingerprint (a hash imprint) of this certificate.
- certFriendlyName:(int)certIndexContains an associated alias (friendly name) of the certificate.
- certHandle:(int)certIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- certHashAlgorithm:(int)certIndexSpecifies the hash algorithm to be used in the operations on the certificate (such as key signing) SB_HASH_ALGORITHM_SHA1 SHA1 SB_HASH_ALGORITHM_SHA224 SHA224 SB_HASH_ALGORITHM_SHA256 SHA256 SB_HASH_ALGORITHM_SHA384 SHA384 SB_HASH_ALGORITHM_SHA512 SHA512 SB_HASH_ALGORITHM_MD2 MD2 SB_HASH_ALGORITHM_MD4 MD4 SB_HASH_ALGORITHM_MD5 MD5 SB_HASH_ALGORITHM_RIPEMD160 RIPEMD160 SB_HASH_ALGORITHM_CRC32 CRC32 SB_HASH_ALGORITHM_SSL3 SSL3 SB_HASH_ALGORITHM_GOST_R3411_1994 GOST1994 SB_HASH_ALGORITHM_WHIRLPOOL WHIRLPOOL SB_HASH_ALGORITHM_POLY1305 POLY1305 SB_HASH_ALGORITHM_SHA3_224 SHA3_224 SB_HASH_ALGORITHM_SHA3_256 SHA3_256 SB_HASH_ALGORITHM_SHA3_384 SHA3_384 SB_HASH_ALGORITHM_SHA3_512 SHA3_512 SB_HASH_ALGORITHM_BLAKE2S_128 BLAKE2S_128 SB_HASH_ALGORITHM_BLAKE2S_160 BLAKE2S_160 SB_HASH_ALGORITHM_BLAKE2S_224 BLAKE2S_224 SB_HASH_ALGORITHM_BLAKE2S_256 BLAKE2S_256 SB_HASH_ALGORITHM_BLAKE2B_160 BLAKE2B_160 SB_HASH_ALGORITHM_BLAKE2B_256 BLAKE2B_256 SB_HASH_ALGORITHM_BLAKE2B_384 BLAKE2B_384 SB_HASH_ALGORITHM_BLAKE2B_512 BLAKE2B_512 SB_HASH_ALGORITHM_SHAKE_128 SHAKE_128 SB_HASH_ALGORITHM_SHAKE_256 SHAKE_256 SB_HASH_ALGORITHM_SHAKE_128_LEN SHAKE_128_LEN SB_HASH_ALGORITHM_SHAKE_256_LEN SHAKE_256_LEN .
- certIssuer:(int)certIndexThe common name of the certificate issuer (CA), typically a company name.
- certIssuerRDN:(int)certIndexA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
- certKeyAlgorithm:(int)certIndexSpecifies the public key algorithm of this certificate.
- certKeyBits:(int)certIndexReturns the length of the public key.
- certKeyFingerprint:(int)certIndexReturns a fingerprint of the public key contained in the certificate.
- certKeyUsage:(int)certIndexIndicates the purposes of the key contained in the certificate, in the form of an OR'ed flag set.
- certKeyValid:(int)certIndexReturns True if the certificate's key is cryptographically valid, and False otherwise.
- certOCSPLocations:(int)certIndexLocations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.
- certPolicyIDs:(int)certIndexContains identifiers (OIDs) of the applicable certificate policies.
- certPublicKeyBytes:(int)certIndexContains the certificate's public key in DER format.
- certSelfSigned:(int)certIndexIndicates whether the certificate is self-signed (root) or signed by an external CA.
- certSerialNumber:(int)certIndexReturns the certificate's serial number.
- certSigAlgorithm:(int)certIndexIndicates the algorithm that was used by the CA to sign this certificate.
- certSubject:(int)certIndexThe common name of the certificate holder, typically an individual's name, a URL, an e-mail address, or a company name.
- certSubjectKeyID:(int)certIndexContains a unique identifier (fingerprint) of the certificate's private key.
- certSubjectRDN:(int)certIndexA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).
- certValidFrom:(int)certIndexThe time point at which the certificate becomes valid, in UTC.
- certValidTo:(int)certIndexThe time point at which the certificate expires, in UTC.
- chainValidationDetailsThe details of a certificate chain validation outcome.
- chainValidationResultThe general outcome of a certificate chain validation routine. Use ChainValidationDetails to get information about the reasons that contributed to the validation result.
- claimedSigningTimeReturns a signature's claimed signing time.
- CRLCountThe number of records in the CRL arrays.
- CRLBytes:(int)cRLIndexReturns raw CRL data in DER format.
- CRLHandle:(int)cRLIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- CRLIssuer:(int)cRLIndexThe common name of the CRL issuer (CA), typically a company name.
- CRLIssuerRDN:(int)cRLIndexA collection of information, in the form of [OID, Value] pairs, uniquely identifying the CRL issuer.
- CRLLocation:(int)cRLIndexThe URL that the CRL was downloaded from.
- CRLNextUpdate:(int)cRLIndexThe planned time and date of the next version of this CRL to be published.
- CRLThisUpdate:(int)cRLIndexThe date and time at which this version of the CRL was published.
- ignoreChainValidationErrorsMakes the class tolerant to chain validation errors.
- inputBytesUse this property to pass the input to class in the byte array form.
- inputFileA path to the signed executable.
- knownCertCountThe number of records in the KnownCert arrays.
- knownCertBytes:(int)knownCertIndexReturns raw certificate data in DER format.
- knownCertHandle:(int)knownCertIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- knownCRLCountThe number of records in the KnownCRL arrays.
- knownCRLBytes:(int)knownCRLIndexReturns raw CRL data in DER format.
- knownCRLHandle:(int)knownCRLIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- knownOCSPCountThe number of records in the KnownOCSP arrays.
- knownOCSPBytes:(int)knownOCSPIndexBuffer containing raw OCSP response data.
- knownOCSPHandle:(int)knownOCSPIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- OCSPCountThe number of records in the OCSP arrays.
- OCSPBytes:(int)oCSPIndexBuffer containing raw OCSP response data.
- OCSPHandle:(int)oCSPIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- OCSPIssuer:(int)oCSPIndexIndicates the issuer of this response (a CA or its authorized representative).
- OCSPIssuerRDN:(int)oCSPIndexIndicates the RDN of the issuer of this response (a CA or its authorized representative).
- OCSPLocation:(int)oCSPIndexLocation of the OCSP responder.
- OCSPProducedAt:(int)oCSPIndexSpecifies the time when the response was produced, in UTC.
- offlineModeSwitches the class to the offline mode.
- profileSpecifies a pre-defined profile to apply when creating the signature.
- proxyAddressThe IP address of the proxy server.
- proxyAuthenticationThe authentication type used by the proxy server.
- proxyPasswordThe password to authenticate to the proxy server.
- proxyPortThe port on the proxy server to connect to.
- proxyProxyTypeThe type of the proxy server.
- proxyRequestHeadersContains HTTP request headers for WebTunnel and HTTP proxy.
- proxyResponseBodyContains the HTTP or HTTPS (WebTunnel) proxy response body.
- proxyResponseHeadersContains response headers received from an HTTP or HTTPS (WebTunnel) proxy server.
- proxyUseIPv6Specifies whether IPv6 should be used when connecting through the proxy.
- proxyUseProxyEnables or disables proxy-driven connection.
- proxyUsernameSpecifies the username credential for proxy authentication.
- revocationCheckSpecifies the kind(s) of revocation check to perform.
- sigChainValidationDetailsThe details of a certificate chain validation outcome.
- sigChainValidationResultThe outcome of a certificate chain validation routine.
- sigClaimedSigningTimeReturns the signature's claimed signing time.
- sigDescriptionReturns a human-readable signature description.
- sigErrorCodeReturns the error code returned by the signature validation routine.
- sigErrorMessageReturns the error message returned by the signature validation routine.
- sigFileHashAlgorithmReturns the algorithm that was used to hash the executable.
- sigHashAlgorithmReturns the hash algorithm used when generating the signature.
- sigSignatureValidationResultThe outcome of the cryptographic signature validation.
- sigStatementTypeReturns the signature statement type.
- sigURLReturns the URL included in the signature by the signer.
- sigValidatedSigningTimeContains the certified signing time.
- sigValidationLogContains the signing certificate's chain validation log.
- signatureCountThe number of records in the Signature arrays.
- signatureChainValidationDetails:(int)signatureIndexThe details of a certificate chain validation outcome.
- signatureChainValidationResult:(int)signatureIndexThe outcome of a certificate chain validation routine.
- signatureClaimedSigningTime:(int)signatureIndexReturns the signature's claimed signing time.
- signatureDescription:(int)signatureIndexReturns a human-readable signature description.
- signatureErrorCode:(int)signatureIndexReturns the error code returned by the signature validation routine.
- signatureErrorMessage:(int)signatureIndexReturns the error message returned by the signature validation routine.
- signatureFileHashAlgorithm:(int)signatureIndexReturns the algorithm that was used to hash the executable.
- signatureHashAlgorithm:(int)signatureIndexReturns the hash algorithm used when generating the signature.
- signatureSignatureValidationResult:(int)signatureIndexThe outcome of the cryptographic signature validation.
- signatureStatementType:(int)signatureIndexReturns the signature statement type.
- signatureURL:(int)signatureIndexReturns the URL included in the signature by the signer.
- signatureValidatedSigningTime:(int)signatureIndexContains the certified signing time.
- signatureValidationLog:(int)signatureIndexContains the signing certificate's chain validation log.
- signatureValidationResultThe signature validation result.
- signedIndicates whether the executable is signed.
- signingCertBytesReturns raw certificate data in DER format.
- signingCertCAIndicates whether the certificate has a CA capability (a setting in BasicConstraints extension).
- signingCertCAKeyIDA unique identifier (fingerprint) of the CA certificate's private key.
- signingCertCRLDistributionPointsLocations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.
- signingCertCurveSpecifies the elliptic curve of the EC public key.
- signingCertFingerprintContains the fingerprint (a hash imprint) of this certificate.
- signingCertFriendlyNameContains an associated alias (friendly name) of the certificate.
- signingCertHandleAllows to get or set a 'handle', a unique identifier of the underlying property object.
- signingCertHashAlgorithmSpecifies the hash algorithm to be used in the operations on the certificate (such as key signing) SB_HASH_ALGORITHM_SHA1 SHA1 SB_HASH_ALGORITHM_SHA224 SHA224 SB_HASH_ALGORITHM_SHA256 SHA256 SB_HASH_ALGORITHM_SHA384 SHA384 SB_HASH_ALGORITHM_SHA512 SHA512 SB_HASH_ALGORITHM_MD2 MD2 SB_HASH_ALGORITHM_MD4 MD4 SB_HASH_ALGORITHM_MD5 MD5 SB_HASH_ALGORITHM_RIPEMD160 RIPEMD160 SB_HASH_ALGORITHM_CRC32 CRC32 SB_HASH_ALGORITHM_SSL3 SSL3 SB_HASH_ALGORITHM_GOST_R3411_1994 GOST1994 SB_HASH_ALGORITHM_WHIRLPOOL WHIRLPOOL SB_HASH_ALGORITHM_POLY1305 POLY1305 SB_HASH_ALGORITHM_SHA3_224 SHA3_224 SB_HASH_ALGORITHM_SHA3_256 SHA3_256 SB_HASH_ALGORITHM_SHA3_384 SHA3_384 SB_HASH_ALGORITHM_SHA3_512 SHA3_512 SB_HASH_ALGORITHM_BLAKE2S_128 BLAKE2S_128 SB_HASH_ALGORITHM_BLAKE2S_160 BLAKE2S_160 SB_HASH_ALGORITHM_BLAKE2S_224 BLAKE2S_224 SB_HASH_ALGORITHM_BLAKE2S_256 BLAKE2S_256 SB_HASH_ALGORITHM_BLAKE2B_160 BLAKE2B_160 SB_HASH_ALGORITHM_BLAKE2B_256 BLAKE2B_256 SB_HASH_ALGORITHM_BLAKE2B_384 BLAKE2B_384 SB_HASH_ALGORITHM_BLAKE2B_512 BLAKE2B_512 SB_HASH_ALGORITHM_SHAKE_128 SHAKE_128 SB_HASH_ALGORITHM_SHAKE_256 SHAKE_256 SB_HASH_ALGORITHM_SHAKE_128_LEN SHAKE_128_LEN SB_HASH_ALGORITHM_SHAKE_256_LEN SHAKE_256_LEN .
- signingCertIssuerThe common name of the certificate issuer (CA), typically a company name.
- signingCertIssuerRDNA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
- signingCertKeyAlgorithmSpecifies the public key algorithm of this certificate.
- signingCertKeyBitsReturns the length of the public key.
- signingCertKeyFingerprintReturns a fingerprint of the public key contained in the certificate.
- signingCertKeyUsageIndicates the purposes of the key contained in the certificate, in the form of an OR'ed flag set.
- signingCertKeyValidReturns True if the certificate's key is cryptographically valid, and False otherwise.
- signingCertOCSPLocationsLocations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.
- signingCertPolicyIDsContains identifiers (OIDs) of the applicable certificate policies.
- signingCertPublicKeyBytesContains the certificate's public key in DER format.
- signingCertSelfSignedIndicates whether the certificate is self-signed (root) or signed by an external CA.
- signingCertSerialNumberReturns the certificate's serial number.
- signingCertSigAlgorithmIndicates the algorithm that was used by the CA to sign this certificate.
- signingCertSubjectThe common name of the certificate holder, typically an individual's name, a URL, an e-mail address, or a company name.
- signingCertSubjectKeyIDContains a unique identifier (fingerprint) of the certificate's private key.
- signingCertSubjectRDNA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).
- signingCertValidFromThe time point at which the certificate becomes valid, in UTC.
- signingCertValidToThe time point at which the certificate expires, in UTC.
- socketDNSModeSelects the DNS resolver to use: the class's (secure) built-in one, or the one provided by the system.
- socketDNSPortSpecifies the port number to be used for sending queries to the DNS server.
- socketDNSQueryTimeoutThe timeout (in milliseconds) for each DNS query.
- socketDNSServersThe addresses of DNS servers to use for address resolution, separated by commas or semicolons.
- socketDNSTotalTimeoutThe timeout (in milliseconds) for the whole resolution process.
- socketIncomingSpeedLimitThe maximum number of bytes to read from the socket, per second.
- socketLocalAddressThe local network interface to bind the socket to.
- socketLocalPortThe local port number to bind the socket to.
- socketOutgoingSpeedLimitThe maximum number of bytes to write to the socket, per second.
- socketTimeoutThe maximum period of waiting, in milliseconds, after which the socket operation is considered unsuccessful.
- socketUseIPv6Enables or disables IP protocol version 6.
- specifiedChecksumReturns the checksum of the executable.
- timestampAccuracyThis property indicates the accuracy of the included time mark, in microseconds.
- timestampBytesReturns raw timestamp data in DER format.
- timestampChainValidationDetailsThe details of a certificate chain validation outcome.
- timestampChainValidationResultThe outcome of a certificate chain validation routine.
- timestampHashAlgorithmReturns the timestamp's hash algorithm SB_HASH_ALGORITHM_SHA1 SHA1 SB_HASH_ALGORITHM_SHA224 SHA224 SB_HASH_ALGORITHM_SHA256 SHA256 SB_HASH_ALGORITHM_SHA384 SHA384 SB_HASH_ALGORITHM_SHA512 SHA512 SB_HASH_ALGORITHM_MD2 MD2 SB_HASH_ALGORITHM_MD4 MD4 SB_HASH_ALGORITHM_MD5 MD5 SB_HASH_ALGORITHM_RIPEMD160 RIPEMD160 SB_HASH_ALGORITHM_CRC32 CRC32 SB_HASH_ALGORITHM_SSL3 SSL3 SB_HASH_ALGORITHM_GOST_R3411_1994 GOST1994 SB_HASH_ALGORITHM_WHIRLPOOL WHIRLPOOL SB_HASH_ALGORITHM_POLY1305 POLY1305 SB_HASH_ALGORITHM_SHA3_224 SHA3_224 SB_HASH_ALGORITHM_SHA3_256 SHA3_256 SB_HASH_ALGORITHM_SHA3_384 SHA3_384 SB_HASH_ALGORITHM_SHA3_512 SHA3_512 SB_HASH_ALGORITHM_BLAKE2S_128 BLAKE2S_128 SB_HASH_ALGORITHM_BLAKE2S_160 BLAKE2S_160 SB_HASH_ALGORITHM_BLAKE2S_224 BLAKE2S_224 SB_HASH_ALGORITHM_BLAKE2S_256 BLAKE2S_256 SB_HASH_ALGORITHM_BLAKE2B_160 BLAKE2B_160 SB_HASH_ALGORITHM_BLAKE2B_256 BLAKE2B_256 SB_HASH_ALGORITHM_BLAKE2B_384 BLAKE2B_384 SB_HASH_ALGORITHM_BLAKE2B_512 BLAKE2B_512 SB_HASH_ALGORITHM_SHAKE_128 SHAKE_128 SB_HASH_ALGORITHM_SHAKE_256 SHAKE_256 SB_HASH_ALGORITHM_SHAKE_128_LEN SHAKE_128_LEN SB_HASH_ALGORITHM_SHAKE_256_LEN SHAKE_256_LEN .
- timestampSerialNumberReturns the timestamp's serial number.
- timestampTimeThe time point incorporated into the timestamp.
- timestampTimestampTypeReturns the timestamp type.
- timestampTSANameThis value uniquely identifies the Timestamp Authority (TSA).
- timestampValidationLogContains the TSA certificate chain validation log.
- timestampValidationResultContains timestamp validation outcome.
- timestampedIndicates whether or not the signature is timestamped.
- TLSClientCertCountThe number of records in the TLSClientCert arrays.
- TLSClientCertBytes:(int)tLSClientCertIndexReturns raw certificate data in DER format.
- TLSClientCertHandle:(int)tLSClientCertIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- TLSServerCertCountThe number of records in the TLSServerCert arrays.
- TLSServerCertBytes:(int)tLSServerCertIndexReturns raw certificate data in DER format.
- TLSServerCertHandle:(int)tLSServerCertIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- TLSAutoValidateCertificatesSpecifies whether server-side TLS certificates should be validated automatically using internal validation rules.
- TLSBaseConfigurationSelects the base configuration for the TLS settings.
- TLSCiphersuitesA list of ciphersuites separated with commas or semicolons.
- TLSECCurvesDefines the elliptic curves to enable.
- TLSForceResumeIfDestinationChangesWhether to force TLS session resumption when the destination address changes.
- TLSPreSharedIdentityDefines the identity used when the PSK (Pre-Shared Key) key-exchange mechanism is negotiated.
- TLSPreSharedKeyContains the pre-shared for the PSK (Pre-Shared Key) key-exchange mechanism, encoded with base16.
- TLSPreSharedKeyCiphersuiteDefines the ciphersuite used for PSK (Pre-Shared Key) negotiation.
- TLSRenegotiationAttackPreventionModeSelects renegotiation attack prevention mechanism.
- TLSRevocationCheckSpecifies the kind(s) of revocation check to perform.
- TLSSSLOptionsVarious SSL (TLS) protocol options, set of cssloExpectShutdownMessage 0x001 Wait for the close-notify message when shutting down the connection cssloOpenSSLDTLSWorkaround 0x002 (DEPRECATED) Use a DTLS version workaround when talking to very old OpenSSL versions cssloDisableKexLengthAlignment 0x004 Do not align the client-side PMS by the RSA modulus size.
- TLSTLSModeSpecifies the TLS mode to use.
- TLSUseExtendedMasterSecretEnables Extended Master Secret Extension, as defined in RFC 7627.
- TLSUseSessionResumptionEnables or disables TLS session resumption capability.
- TLSVersionsTh SSL/TLS versions to enable by default.
- trustedCertCountThe number of records in the TrustedCert arrays.
- trustedCertBytes:(int)trustedCertIndexReturns raw certificate data in DER format.
- trustedCertHandle:(int)trustedCertIndexAllows to get or set a 'handle', a unique identifier of the underlying property object.
- TSACertBytesReturns raw certificate data in DER format.
- TSACertCAIndicates whether the certificate has a CA capability (a setting in BasicConstraints extension).
- TSACertCAKeyIDA unique identifier (fingerprint) of the CA certificate's private key.
- TSACertCRLDistributionPointsLocations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.
- TSACertCurveSpecifies the elliptic curve of the EC public key.
- TSACertFingerprintContains the fingerprint (a hash imprint) of this certificate.
- TSACertFriendlyNameContains an associated alias (friendly name) of the certificate.
- TSACertHandleAllows to get or set a 'handle', a unique identifier of the underlying property object.
- TSACertHashAlgorithmSpecifies the hash algorithm to be used in the operations on the certificate (such as key signing) SB_HASH_ALGORITHM_SHA1 SHA1 SB_HASH_ALGORITHM_SHA224 SHA224 SB_HASH_ALGORITHM_SHA256 SHA256 SB_HASH_ALGORITHM_SHA384 SHA384 SB_HASH_ALGORITHM_SHA512 SHA512 SB_HASH_ALGORITHM_MD2 MD2 SB_HASH_ALGORITHM_MD4 MD4 SB_HASH_ALGORITHM_MD5 MD5 SB_HASH_ALGORITHM_RIPEMD160 RIPEMD160 SB_HASH_ALGORITHM_CRC32 CRC32 SB_HASH_ALGORITHM_SSL3 SSL3 SB_HASH_ALGORITHM_GOST_R3411_1994 GOST1994 SB_HASH_ALGORITHM_WHIRLPOOL WHIRLPOOL SB_HASH_ALGORITHM_POLY1305 POLY1305 SB_HASH_ALGORITHM_SHA3_224 SHA3_224 SB_HASH_ALGORITHM_SHA3_256 SHA3_256 SB_HASH_ALGORITHM_SHA3_384 SHA3_384 SB_HASH_ALGORITHM_SHA3_512 SHA3_512 SB_HASH_ALGORITHM_BLAKE2S_128 BLAKE2S_128 SB_HASH_ALGORITHM_BLAKE2S_160 BLAKE2S_160 SB_HASH_ALGORITHM_BLAKE2S_224 BLAKE2S_224 SB_HASH_ALGORITHM_BLAKE2S_256 BLAKE2S_256 SB_HASH_ALGORITHM_BLAKE2B_160 BLAKE2B_160 SB_HASH_ALGORITHM_BLAKE2B_256 BLAKE2B_256 SB_HASH_ALGORITHM_BLAKE2B_384 BLAKE2B_384 SB_HASH_ALGORITHM_BLAKE2B_512 BLAKE2B_512 SB_HASH_ALGORITHM_SHAKE_128 SHAKE_128 SB_HASH_ALGORITHM_SHAKE_256 SHAKE_256 SB_HASH_ALGORITHM_SHAKE_128_LEN SHAKE_128_LEN SB_HASH_ALGORITHM_SHAKE_256_LEN SHAKE_256_LEN .
- TSACertIssuerThe common name of the certificate issuer (CA), typically a company name.
- TSACertIssuerRDNA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
- TSACertKeyAlgorithmSpecifies the public key algorithm of this certificate.
- TSACertKeyBitsReturns the length of the public key.
- TSACertKeyFingerprintReturns a fingerprint of the public key contained in the certificate.
- TSACertKeyUsageIndicates the purposes of the key contained in the certificate, in the form of an OR'ed flag set.
- TSACertKeyValidReturns True if the certificate's key is cryptographically valid, and False otherwise.
- TSACertOCSPLocationsLocations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.
- TSACertPolicyIDsContains identifiers (OIDs) of the applicable certificate policies.
- TSACertPublicKeyBytesContains the certificate's public key in DER format.
- TSACertSelfSignedIndicates whether the certificate is self-signed (root) or signed by an external CA.
- TSACertSerialNumberReturns the certificate's serial number.
- TSACertSigAlgorithmIndicates the algorithm that was used by the CA to sign this certificate.
- TSACertSubjectThe common name of the certificate holder, typically an individual's name, a URL, an e-mail address, or a company name.
- TSACertSubjectKeyIDContains a unique identifier (fingerprint) of the certificate's private key.
- TSACertSubjectRDNA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).
- TSACertValidFromThe time point at which the certificate becomes valid, in UTC.
- TSACertValidToThe time point at which the certificate expires, in UTC.
- validatedSigningTimeContains the certified signing time.
- validationLogContains the complete log of the certificate validation routine.
- validationMomentThe time point at which signature validity is to be established.

Method List


The following is the full list of the methods of the class with short descriptions. Click on the links for further details.

- configSets or retrieves a configuration setting.
- verifyVerifies a digitally signed executable.

Event List


The following is the full list of the events fired by the class with short descriptions. Click on the links for further details.

- onChainValidatedReports the completion of a certificate chain validation.
- onErrorInformation about errors during ASiC signature verification.
- onNotificationThis event notifies the application about an underlying control flow event.
- onSignatureFoundSignifies the start of signature validation.
- onSignatureValidatedMarks the completion of the signature validation routine.
- onTimestampFoundSignifies the start of a timestamp validation routine.
- onTimestampValidatedReports the completion of the timestamp validation routine.
- onTLSCertValidateThis event is fired upon receipt of the TLS server's certificate, allowing the user to control its acceptance.

Configuration Settings


The following is a list of configuration settings for the class with short descriptions. Click on the links for further details.

BufferSizeSpecifies buffer size in bytes.
ForceCompleteChainValidationForTrustedWhether to continue with the full validation up to the root CA certificate for mid-level trust anchors.
GracePeriodSpecifies a grace period to apply during revocation information checks.
IgnoreOCSPNoCheckExtensionWhether OCSP NoCheck extension should be ignored.
IgnoreSystemTrustWhether trusted Windows Certificate Stores should be treated as trusted.
ImplicitlyTrustSelfSignedCertificatesWhether to trust self-signed certificates.
PromoteLongOCSPResponsesWhether long OCSP responses are requested.
TempPathPath for storing temporary files.
TolerateMinorChainIssuesWhether to tolerate minor chain issues.
UseMicrosoftCTLEnables or disables automatic use of Microsoft online certificate trust list.
UseSystemCertificatesEnables or disables the use of the system certificates.
UseValidationCacheEnables or disable the use of the product-wide certificate chain validation cache.
CheckKeyIntegrityBeforeUseEnables or disable private key integrity check before use.
CookieCachingSpecifies whether a cookie cache should be used for HTTP(S) transports.
CookiesGets or sets local cookies for the class (supported for HTTPClient, RESTClient and SOAPClient only).
DefDeriveKeyIterationsSpecifies the default key derivation algorithm iteration count.
EnableClientSideSSLFFDHEEnables or disables finite field DHE key exchange support in TLS clients.
GlobalCookiesGets or sets global cookies for all the HTTP transports.
HttpUserAgentSpecifies the user agent name to be used by all HTTP clients.
LogDestinationSpecifies the debug log destination.
LogDetailsSpecifies the debug log details to dump.
LogFileSpecifies the debug log filename.
LogFiltersSpecifies the debug log filters.
LogFlushModeSpecifies the log flush mode.
LogLevelSpecifies the debug log level.
LogMaxEventCountSpecifies the maximum number of events to cache before further action is taken.
LogRotationModeSpecifies the log rotation mode.
MaxASN1BufferLengthSpecifies the maximal allowed length for ASN.1 primitive tag data.
MaxASN1TreeDepthSpecifies the maximal depth for processed ASN.1 trees.
OCSPHashAlgorithmSpecifies the hash algorithm to be used to identify certificates in OCSP requests.
UseOwnDNSResolverSpecifies whether the client classes should use own DNS resolver.
UseSharedSystemStoragesSpecifies whether the validation engine should use a global per-process copy of the system certificate stores.
UseSystemOAEPAndPSSEnforces or disables the use of system-driven RSA OAEP and PSS computations.
UseSystemRandomEnables or disables the use of the OS PRNG.

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