java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.signatures.SignatureCertificateSelectionMode |
Defines if certificate management/selection should be allowed for digitally signing a document.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Certificates should always be selectable.
Certificates should only be selectable if there are available certificates.
Certificates should never be selectable.