Uses of Class
cloud.opencode.base.pdf.signature.PdfSigner
Packages that use PdfSigner
-
Uses of PdfSigner in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf that return PdfSigner -
Uses of PdfSigner in cloud.opencode.base.pdf.signature
Methods in cloud.opencode.base.pdf.signature that return PdfSignerModifier and TypeMethodDescriptionSets the certificate alias to use.PdfSigner.appearance(SignatureAppearance appearance) Sets signature appearance.Sets signature contact info.static PdfSignerPdfSigner.create()Creates a new signer.Sets signature field name.PdfSigner.keyPassword(char[] password) Sets private key password (if different from keystore).PdfSigner.keyStore(InputStream keyStoreStream, char[] password, String type) Sets the key store from input stream.Sets the key store for signing.Sets signature location.Sets signature reason.PdfSigner.rectangle(int pageNumber, float x, float y, float width, float height) Sets signature rectangle position.Enables timestamp.Enables timestamp with authentication.