Uses of Interface
com.silverpeas.util.security.EncryptionContentIterator

Packages that use EncryptionContentIterator
com.silverpeas.form.record   
com.silverpeas.util.security   
 

Uses of EncryptionContentIterator in com.silverpeas.form.record
 

Classes in com.silverpeas.form.record that implement EncryptionContentIterator
 class FormEncryptionContentIterator
           
 

Uses of EncryptionContentIterator in com.silverpeas.util.security
 

Methods in com.silverpeas.util.security with parameters of type EncryptionContentIterator
 void ContentEncryptionService.decryptContents(EncryptionContentIterator... iterators)
          Decrypts the encrypted contents provided by the specified iterators.
 void DefaultContentEncryptionService.decryptContents(EncryptionContentIterator... iterators)
          Decrypts the encrypted contents provided by the specified iterators.
 void ContentEncryptionService.encryptContents(EncryptionContentIterator... iterators)
          Encrypts the contents provided by the specified iterators.
 void DefaultContentEncryptionService.encryptContents(EncryptionContentIterator... iterators)
          Encrypts the contents provided by the specified iterators.
 void ContentEncryptionService.registerForRenewingContentCipher(EncryptionContentIterator iterator)
          Registers the specified iterator on some encrypted contents for which the cipher has to be renewed when the encryption key is updated.
 void DefaultContentEncryptionService.registerForRenewingContentCipher(EncryptionContentIterator iterator)
          Registers the specified iterator on some encrypted contents for which the cipher has to be renewed when the encryption key is updated.
 void ContentEncryptionService.renewCipherOfContents(EncryptionContentIterator... iterators)
          Renews explicitly the cipher of the contents provided by the specified iterators.
 void DefaultContentEncryptionService.renewCipherOfContents(EncryptionContentIterator... iterators)
          Renews explicitly the cipher of the contents provided by the specified iterators.
 



Copyright © 2016 Silverpeas. All Rights Reserved.