@Configuration
@ComponentScan(basePackages="de.adorsys.sts.decryption",
excludeFilters=)
@Import(value=KeyManagementConfiguration.class)
public class DecryptionConfiguration
extends Object
| Constructor and Description |
|---|
DecryptionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DecryptionService |
decryptionService(KeyManagementService keyManagementService) |
@Bean public DecryptionService decryptionService(KeyManagementService keyManagementService)
Copyright © 2018. All rights reserved.