SecureBlackbox 2020 iOS Edition

Questions / Feedback?

claimedSigningTime (property)

The signing time from the signer's computer.

Syntax

@property (nonatomic,readwrite,assign,getter=claimedSigningTime,setter=setClaimedSigningTime:) NSString* claimedSigningTime;
- (NSString*)claimedSigningTime;
- (void)setClaimedSigningTime:(NSString*)newClaimedSigningTime;
public var claimedSigningTime: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to provide the signature production time. The claimed time is not supported by a trusted source; it may be inaccurate, forfeited, or wrong, and as such is usually taken for informational purposes only by verifiers. Use timestamp servers to embed verifiable trusted timestamps. The time is in UTC.

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