Class PbeServiceImpl
java.lang.Object
net.datenwerke.security.service.crypto.pbe.PbeServiceImpl
- All Implemented Interfaces:
PbeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEncryptionService(String passphrase) getEncryptionService(String passphrase, String salt) getEncryptionService(User user) intintgetSalt()
-
Constructor Details
-
PbeServiceImpl
public PbeServiceImpl(<any> authenticatorServiceProvider, <any> pbeConfig)
-
-
Method Details
-
getEncryptionService
- Specified by:
getEncryptionServicein interfacePbeService
-
getEncryptionService
- Specified by:
getEncryptionServicein interfacePbeService
-
getEncryptionService
- Specified by:
getEncryptionServicein interfacePbeService
-
getEncryptionService
- Specified by:
getEncryptionServicein interfacePbeService
-
getClientEncryptionService
- Specified by:
getClientEncryptionServicein interfacePbeService
-
getClientEncryptionService
- Specified by:
getClientEncryptionServicein interfacePbeService
-
getSalt
- Specified by:
getSaltin interfacePbeService
-
getIterations
public int getIterations()- Specified by:
getIterationsin interfacePbeService
-
getKeyLength
public int getKeyLength()- Specified by:
getKeyLengthin interfacePbeService
-
getCipherAlgorithm
- Specified by:
getCipherAlgorithmin interfacePbeService
-
getKeySpecAlgorithm
- Specified by:
getKeySpecAlgorithmin interfacePbeService
-