Class CryptoProvider
- java.lang.Object
-
- app.coronawarn.server.services.distribution.assembly.component.CryptoProvider
-
@Component public class CryptoProvider extends Object
Wrapper component for aprivate key
from the application properties.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKey
getPrivateKey()
Returns thePrivateKey
configured in the application properties.
-
-
-
Method Detail
-
getPrivateKey
public PrivateKey getPrivateKey()
Returns thePrivateKey
configured in the application properties.
-
-