public final enum

SignatureCertificateSelectionMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.configuration.signatures.SignatureCertificateSelectionMode

Class Overview

Defines if certificate management/selection should be allowed for digitally signing a document.

Summary

Enum Values
SignatureCertificateSelectionMode  ALWAYS  Certificates should always be selectable. 
SignatureCertificateSelectionMode  IF_AVAILABLE  Certificates should only be selectable if there are available certificates. 
SignatureCertificateSelectionMode  NEVER  Certificates should never be selectable. 
Public Methods
static SignatureCertificateSelectionMode valueOf(String name)
final static SignatureCertificateSelectionMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SignatureCertificateSelectionMode ALWAYS

Certificates should always be selectable.

public static final SignatureCertificateSelectionMode IF_AVAILABLE

Certificates should only be selectable if there are available certificates.

public static final SignatureCertificateSelectionMode NEVER

Certificates should never be selectable.

Public Methods

public static SignatureCertificateSelectionMode valueOf (String name)

public static final SignatureCertificateSelectionMode[] values ()