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 X509CertificategetCertificate()PrivateKeygetPrivateKey()Returns thePrivateKeyconfigured in the application properties.
-
-
-
Method Detail
-
getCertificate
public X509Certificate getCertificate()
-
getPrivateKey
public PrivateKey getPrivateKey()
Returns thePrivateKeyconfigured in the application properties.
-
-