Class DocumentEncryptUnmanagedResult


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

      • getId

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

        public final byte[] getEncryptedData()
        Bytes of encrypted document content
      • getEncryptedDeks

        public final byte[] getEncryptedDeks()
        Bytes of encrypted document encryption keys (EDEKs)
      • getChanged

        public final SucceededResult getChanged()
        Get the users and groups whose access was successfully changed
      • getErrors

        public final FailedResult getErrors()
        Get the users and groups whose access failed to be modified
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • delete

        public void delete()
      • finalize

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object