RGLVDSData

Objective-C


@interface RGLVDSData : NSObject

Swift

class VDSData : NSObject

Visible Digital Seal.

  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) NSInteger type

    Swift

    var type: Int { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) NSInteger docType

    Swift

    var docType: Int { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, assign) NSInteger featureRef

    Swift

    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 *certificate

    Swift

    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 *docIssueDate

    Swift

    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 *signatureDate

    Swift

    var signatureDate: String? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, readonly, strong, nullable) NSString *signer

    Swift

    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 NSNumber containing a NSUInteger, that belongs to the enum eLDS_ParsingErrorCodes or the enum 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