Class ReencryptionRequest


  • public class ReencryptionRequest
    extends java.lang.Object
    Message class representing a request to reencrypt a message with the current cryptosuite.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] content
      Original encrypted content.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReencryptionRequest()
      Creates the request.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getContent()
      Gets the content.
      void setContent​(byte[] content)
      Sets the content.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • content

        protected byte[] content
        Original encrypted content.
    • Constructor Detail

      • ReencryptionRequest

        public ReencryptionRequest()
        Creates the request.
    • Method Detail

      • getContent

        public byte[] getContent()
        Gets the content.
        Returns:
        The content.
      • setContent

        public void setContent​(byte[] content)
        Sets the content.
        Parameters:
        content - The content.