-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HSM integration #51
base: develop
Are you sure you want to change the base?
HSM integration #51
Conversation
520facc
to
f99cb5e
Compare
f99cb5e
to
fe80b63
Compare
profile = DEFAULT_KEY_PROVIDER | ||
} | ||
return profile | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
* @return true if exists | ||
*/ | ||
fun exists(pubKeyHex: String): Boolean | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
|
||
@Bean | ||
fun securoSysConfig() = securoSysConfig | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
val username: String | ||
// SecuroSys password | ||
val password: String | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
val ecParam = ECGenParameterSpec(CURVE_TYPE) | ||
keyPairGenerator.initialize(ecParam) | ||
return keyPairGenerator | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
} | ||
|
||
companion object : KLogging() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
createWalletIfAbsent(walletConfig.btcKeysWalletPath, networkProvider) | ||
return walletConfig.btcKeysWalletPath | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
interface WalletConfig { | ||
// Path to wallet file | ||
val btcKeysWalletPath: String | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
return null | ||
} | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
SecyroSys cloud HSM integration.
Do not merge.