Class CreateSignature

java.lang.Object
org.apache.pdfbox.examples.signature.CreateSignatureBase
org.apache.pdfbox.examples.signature.CreateSignature
All Implemented Interfaces:
SignatureInterface

public class CreateSignature extends CreateSignatureBase
An example for signing a PDF with bouncy castle. A keystore can be created with the java keytool, for example: keytool -genkeypair -storepass 123456 -storetype pkcs12 -alias test -validity 365 -v -keyalg RSA -keystore keystore.p12