Interface Appendix.Encryptable

All Known Implementing Classes:
UnencryptedDeliveryAttachment, UnencryptedEncryptedMessageAppendix, UnencryptedEncryptToSelfMessageAppendix, UnencryptedPrunableEncryptedMessageAppendix
Enclosing interface:
Appendix

public static interface Appendix.Encryptable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encrypt(byte[] privateKey)
     
  • Method Details

    • encrypt

      void encrypt(byte[] privateKey)