Class DocumentDecryptUnmanagedResult


  • public final class DocumentDecryptUnmanagedResult
    extends java.lang.Object
    Result of decrypting an unmanaged document. Includes the id and the decrypted bytes.
    • Method Detail

      • getId

        public final DocumentId getId()
        Unique (within the segment) id of the document
      • getDecryptedData

        public final byte[] getDecryptedData()
        Get the bytes of the decrypted document
      • getAccessViaUserOrGroup

        public final UserOrGroupId getAccessViaUserOrGroup()
        User/Group that granted access to the encrypted data. More specifically, this is the user/group associated with the edek that was chosen and transformed by the webservice.
      • delete

        public void delete()
      • finalize

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