Interface EncryptedContentBearer<T extends DecryptableContent>

Type Parameters:
T - The type of the decryptable content

public interface EncryptedContentBearer<T extends DecryptableContent>
Contains Decryptable content
  • Method Summary

    Modifier and Type
    Method
    Description
    Return encrypted content
    void
    setEncryptedContent(T encryptedContent)
    Sets encrypted content
  • Method Details

    • setEncryptedContent

      void setEncryptedContent(T encryptedContent)
      Sets encrypted content
      Parameters:
      encryptedContent - encrypted content
    • getEncryptedContent

      T getEncryptedContent()
      Return encrypted content
      Returns:
      encrypted content