PSPDFDigitalSignatureCoordinator

Objective-C


@interface PSPDFDigitalSignatureCoordinator : NSObject <PSPDFOverridable>

Swift

class DigitalSignatureCoordinator : NSObject, Overridable

The digital signature coordinator handles signing and presenting a digitally signed document. Signing a document with a certificate creates a readonly copy, as the file has to be completely re-written.

Note

Depending on your application logic you will want to choose where to store this new file. PSPDFKit suggests a randomized temporary folder + file name as default location.

Register your subclass via overrideClass:withClass: on the configuration object. Don’t instantiate an object of this class yourself.

  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE