Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

HSM integration #51

wants to merge 2 commits into from

Conversation

dolgopolovwork
Copy link
Contributor

@dolgopolovwork dolgopolovwork commented Jul 1, 2019

SecyroSys cloud HSM integration.
Do not merge.

@dolgopolovwork dolgopolovwork force-pushed the feature/hsmIntegration branch from 520facc to f99cb5e Compare July 1, 2019 11:04
profile = DEFAULT_KEY_PROVIDER
}
return profile
}
Copy link
Member

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
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱


@Bean
fun securoSysConfig() = securoSysConfig
}
Copy link
Member

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
}
Copy link
Member

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
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

}

companion object : KLogging()
}
Copy link
Member

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
}
}
Copy link
Member

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
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

return null
}

}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants