Interface PbeService
- All Known Implementing Classes:
PbeServiceImpl
public interface PbeService
-
Method Summary
Modifier and TypeMethodDescriptiongetEncryptionService(String passphrase) getEncryptionService(String passphrase, String salt) getEncryptionService(User user) intintgetSalt()
-
Method Details
-
getEncryptionService
EncryptionService getEncryptionService() -
getClientEncryptionService
EncryptionService getClientEncryptionService() -
getClientEncryptionService
-
getEncryptionService
-
getEncryptionService
-
getEncryptionService
-
getSalt
String getSalt() -
getIterations
int getIterations() -
getKeyLength
int getKeyLength() -
getCipherAlgorithm
String getCipherAlgorithm() -
getKeySpecAlgorithm
String getKeySpecAlgorithm()
-