Uses of Enum
com.pdftools.crypto.SignatureFormat
Packages that use SignatureFormat
Package
Description
-
Uses of SignatureFormat in com.pdftools.crypto
Methods in com.pdftools.crypto that return SignatureFormatModifier and TypeMethodDescriptionstatic SignatureFormatReturns the enum constant of this type with the specified name.static SignatureFormat[]SignatureFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SignatureFormat in com.pdftools.crypto.providers.builtin
Methods in com.pdftools.crypto.providers.builtin that return SignatureFormatModifier and TypeMethodDescriptionSignatureConfiguration.getSignatureFormat()The format (encoding) of the cryptographic signature (Getter)Methods in com.pdftools.crypto.providers.builtin with parameters of type SignatureFormatModifier and TypeMethodDescriptionvoidSignatureConfiguration.setSignatureFormat(SignatureFormat value) The format (encoding) of the cryptographic signature (Setter) -
Uses of SignatureFormat in com.pdftools.crypto.providers.globalsigndss
Methods in com.pdftools.crypto.providers.globalsigndss that return SignatureFormatModifier and TypeMethodDescriptionSignatureConfiguration.getSignatureFormat()The format (encoding) of the cryptographic signature (Getter)Methods in com.pdftools.crypto.providers.globalsigndss with parameters of type SignatureFormatModifier and TypeMethodDescriptionvoidSignatureConfiguration.setSignatureFormat(SignatureFormat value) The format (encoding) of the cryptographic signature (Setter) -
Uses of SignatureFormat in com.pdftools.crypto.providers.pkcs11
Methods in com.pdftools.crypto.providers.pkcs11 that return SignatureFormatModifier and TypeMethodDescriptionSignatureConfiguration.getSignatureFormat()The format (encoding) of the cryptographic signature (Getter)Methods in com.pdftools.crypto.providers.pkcs11 with parameters of type SignatureFormatModifier and TypeMethodDescriptionvoidSignatureConfiguration.setSignatureFormat(SignatureFormat value) The format (encoding) of the cryptographic signature (Setter) -
Uses of SignatureFormat in com.pdftools.crypto.providers.swisscomsigsrv
Methods in com.pdftools.crypto.providers.swisscomsigsrv that return SignatureFormatModifier and TypeMethodDescriptionSignatureConfiguration.getSignatureFormat()The format (encoding) of the cryptographic signature (Getter)Methods in com.pdftools.crypto.providers.swisscomsigsrv with parameters of type SignatureFormatModifier and TypeMethodDescriptionvoidSignatureConfiguration.setSignatureFormat(SignatureFormat value) The format (encoding) of the cryptographic signature (Setter)