Interface PdfSigner.ISignatureDataProvider

  • Enclosing class:
    PdfSigner
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    static interface PdfSigner.ISignatureDataProvider
    • Method Detail

      • sign

        byte[] sign​(PdfSigner.SignatureApplier applier)
             throws java.security.GeneralSecurityException,
                    java.io.IOException
        Throws:
        java.security.GeneralSecurityException
        java.io.IOException