Class IronSdkAdvanced


  • public final class IronSdkAdvanced
    extends java.lang.Object
    • Method Detail

      • documentEncryptUnmanaged

        public final DocumentEncryptUnmanagedResult documentEncryptUnmanaged​(byte[] documentData,
                                                                             DocumentEncryptOpts encryptOpts)
                                                                      throws java.lang.Exception
        Encrypt the provided document bytes. Return the encrypted document encryption keys (EDEKs) instead of creating a document entry in the IronCore webservice.
        Parameters:
        documentData - bytes of the document to encrypt
        encryptOpts - optional document encrypt parameters
        Throws:
        java.lang.Exception
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable