toggle menu
api-services
JVM
switch theme
search in API
api-services
/
org.cryptotrader.api.library.services.rsa
/
RsaKeyService
/
RsaKeyService
Rsa
Key
Service
constructor
(
@
Value
(
value
=
"${security.jwt.rsa.public-key-pem:}"
)
publicPem
:
String
?
,
@
Value
(
value
=
"${security.jwt.rsa.private-key-pem:}"
)
privatePem
:
String
?
,
@
Value
(
value
=
"${security.jwt.kid:}"
)
configuredKid
:
String
?
)