Uses of Class
com.pd4ml.pdf.sign.SigningOptions.CertificationLevel
-
Packages that use SigningOptions.CertificationLevel Package Description com.pd4ml.pdf.sign -
-
Uses of SigningOptions.CertificationLevel in com.pd4ml.pdf.sign
Methods in com.pd4ml.pdf.sign that return SigningOptions.CertificationLevel Modifier and Type Method Description SigningOptions.CertificationLevelSigningOptions. getCertificationLevel()static SigningOptions.CertificationLevelSigningOptions.CertificationLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SigningOptions.CertificationLevel[]SigningOptions.CertificationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pd4ml.pdf.sign with parameters of type SigningOptions.CertificationLevel Modifier and Type Method Description SigningOptionsSigningOptions. setCertificationLevel(SigningOptions.CertificationLevel certificationLevel)Set to something other than NOT_CERTIFIED only for the FIRST signature applied to a document.
-