Uses of Interface
org.silverpeas.core.security.encryption.ContentEncryptionService
-
Packages that use ContentEncryptionService Package Description org.silverpeas.core.security.encryption Provides the Silverpeas Cryptography API that is based on some security and cryptography tiers libraries (as well on the Java Cryptography API). -
-
Uses of ContentEncryptionService in org.silverpeas.core.security.encryption
Classes in org.silverpeas.core.security.encryption that implement ContentEncryptionService Modifier and Type Class Description class
DefaultContentEncryptionService
It is the default implementation of theContentEncryptionService
interface in Silverpeas.Methods in org.silverpeas.core.security.encryption that return ContentEncryptionService Modifier and Type Method Description static ContentEncryptionService
ContentEncryptionService. get()
Gets an instance of aContentEncryptionService
.static ContentEncryptionService
ContentEncryptionServiceProvider. getContentEncryptionService()
-