RGLVDSData
Objective-C
@interface RGLVDSData : NSObject
Swift
class VDSData : NSObject
Visible Digital Seal.
-
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, assign) NSInteger typeSwift
var type: Int { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, assign) NSInteger docTypeSwift
var docType: Int { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, assign) NSInteger featureRefSwift
var featureRef: Int { get } -
Visible Digital Seal use case version.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger version;Swift
var version: Int { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, strong, nullable) NSString *certificateSwift
var certificate: String? { get } -
Three letter code identifying the issuing state or organization.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSString *issuingCountry;Swift
var issuingCountry: String? { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, strong, nullable) NSString *docIssueDateSwift
var docIssueDate: String? { get } -
The binary data of the verified digital signature.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) RGLBytesData *signature;Swift
var signature: RGLBytesData? { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, strong, nullable) NSString *signatureDateSwift
var signatureDate: String? { get } -
Undocumented
Declaration
Objective-C
@property(nonatomic, readonly, strong, nullable) NSString *signerSwift
var signer: String? { get } -
The certificate chain, used for the digital signature verification.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) NSArray<RGLCertificateChain *> *certificateChain;Swift
var certificateChain: [RGLCertificateChain] { get } -
The doc features.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) NSArray<RGLDocFeature *> *docFeatures;Swift
var docFeatures: [RGLDocFeature] { get } -
The list of remarks occured during the scanning procedure.
Each element is a
NSNumbercontaining aNSUInteger, that belongs to theenum eLDS_ParsingErrorCodesor theenum eLDS_ParsingNotificationCodes.Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) NSArray<NSNumber *> *notifications;Swift
var notifications: [NSNumber] { get } -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE