Class CryptoServiceImpl
java.lang.Object
net.datenwerke.security.service.crypto.CryptoServiceImpl
- All Implemented Interfaces:
CryptoService
-
Field Summary
Fields inherited from interface net.datenwerke.security.service.crypto.CryptoService
CONFIG_FILE, KEY_SFTP, KEY_SIGN, KEY_USER -
Constructor Summary
ConstructorsConstructorDescriptionCryptoServiceImpl(ConfigService configService, HookHandlerService hookHandlerService, KeyNameGeneratorService keyGeneratorService) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetCryptoCredentials(String keyIdentifier) getUserCryptoCredentials(String email) booleanhasCryptoCredentials(String keyIdentifier)
-
Constructor Details
-
Method Details
-
hasCryptoCredentials
- Specified by:
hasCryptoCredentialsin interfaceCryptoService
-
getCryptoCredentials
- Specified by:
getCryptoCredentialsin interfaceCryptoService
-
getUserCryptoCredentials
- Specified by:
getUserCryptoCredentialsin interfaceCryptoService
-
createEmptyConfiguration
public void createEmptyConfiguration() -
generateDefaultKey
- Specified by:
generateDefaultKeyin interfaceCryptoService
-