public abstract class

SignatureMetadata

extends Object
implements Parcelable
java.lang.Object
   ↳ com.pspdfkit.signatures.SignatureMetadata

Class Overview

Additional metadata that can be added to digital signatures.

Summary

Nested Classes
class SignatureMetadata.Builder A helper class used for building the SignatureMetadata
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
SignatureMetadata()
Public Methods
abstract String signatureLocation()
The place where this digital signature was applied (for example, Vienna).
abstract String signatureReason()
The reason why this digital signature was applied (for example, "I attest to the accuracy and integrity of this document").
abstract String signersName()
The person or entity who signed the document.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public SignatureMetadata ()

Public Methods

public abstract String signatureLocation ()

The place where this digital signature was applied (for example, Vienna).

public abstract String signatureReason ()

The reason why this digital signature was applied (for example, "I attest to the accuracy and integrity of this document").

public abstract String signersName ()

The person or entity who signed the document. Important: For security reasons, if the API requires you to pass a certificate for signing, the CN of the certificate will be used and this field will be ignored.