public interface ExternalSignatureContainer 
      | Modifier and Type | Method and Description | 
|---|---|
void |  
           modifySigningDictionary(PdfDictionary signDic) 
            
              Modifies the signature dictionary to suit the container. 
               |  
          
byte[] |  
           sign(InputStream data) 
            
              Produces the container with the signature. 
               |  
          
byte[] sign(InputStream data) throws GeneralSecurityException
data - the data to sign 
           GeneralSecurityException 
           void modifySigningDictionary(PdfDictionary signDic)
signDic - the signature dictionary 
           Copyright © 1998–2019. All rights reserved.