Class CryptoRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.security.ext.server.crypto.CryptoRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,CryptoRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoRpcServiceImpl(PasswordHasher passwordHasher, UserManagerService userManagerService, PbeService pbeService, <any> authenticatorService) -
Method Summary
Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
CryptoRpcServiceImpl
public CryptoRpcServiceImpl(PasswordHasher passwordHasher, UserManagerService userManagerService, PbeService pbeService, <any> authenticatorService)
-
-
Method Details
-
getHmacPassphrase
- Specified by:
getHmacPassphrasein interfaceCryptoRpcService
-
getSalt
- Specified by:
getSaltin interfaceCryptoRpcService
-
getUserSalt
- Specified by:
getUserSaltin interfaceCryptoRpcService
-
getUserSalt
- Specified by:
getUserSaltin interfaceCryptoRpcService
-
getKeyLength
public int getKeyLength()- Specified by:
getKeyLengthin interfaceCryptoRpcService
-