Interface Encryptable

All Known Implementing Classes:
COSStream, COSString

public interface Encryptable
An encryptable object
Author:
Andrea Vacondio
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    encryptable(boolean encryptable)
    Sets if the object can be encrypted
  • Method Details

    • encryptable

      boolean encryptable()
      Returns:
      true if the can be encrypted
    • encryptable

      void encryptable(boolean encryptable)
      Sets if the object can be encrypted
      Parameters:
      encryptable -