Class CryptoProvider
- java.lang.Object
-
- app.coronawarn.server.services.federation.upload.payload.signing.CryptoProvider
-
@Component public class CryptoProvider extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509Certificate
getCertificate()
PrivateKey
getPrivateKey()
Returns thePrivateKey
configured in the application properties.
-
-
-
Method Detail
-
getCertificate
public X509Certificate getCertificate()
-
getPrivateKey
public PrivateKey getPrivateKey()
Returns thePrivateKey
configured in the application properties.
-
-