Class PubSecHandlerUsingStandard128

    • Constructor Detail

      • PubSecHandlerUsingStandard128

        public PubSecHandlerUsingStandard128​(PdfDictionary encryptionDictionary,
                                             java.security.cert.Certificate[] certs,
                                             int[] permissions,
                                             boolean encryptMetadata,
                                             boolean embeddedFilesOnly)
      • PubSecHandlerUsingStandard128

        public PubSecHandlerUsingStandard128​(PdfDictionary encryptionDictionary,
                                             java.security.Key certificateKey,
                                             java.security.cert.Certificate certificate,
                                             java.lang.String certificateKeyProvider,
                                             IExternalDecryptionProcess externalDecryptionProcess,
                                             boolean encryptMetadata)