-
Notifications
You must be signed in to change notification settings - Fork 61
add crypto interface and basic implementation #11
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
Conversation
|
Warnings are found on analyzing the commit 462b3a0. 4 warnings: We recommend to address them as possible, for example, update outdated dependencies, fix the tool's configuration, configure If you are struggling with these errors or warnings, feel free to ask us via chat. 💬 |
| import java.util.Objects; | ||
| import org.fisco.bcos.sdk.crypto.CryptoNativeResult; | ||
|
|
||
| public abstract class CryptoKeyPair { |
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.
Instead to identify a "CryptoKeyPair" by yourself, you can consider use 'java.security.KeyPair'.
The 'org.bouncycastle' package can help you read KeyPair from PEM file and P12 file. If you would like to use this function, maybe you can consider to use 'java.security.KeyPair' directly.
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.
Ok. I will fix it in the next PR.
1. add crypto interface and the basic implementation 2. add libffi_java_sdk.dylib
|
Kudos, SonarCloud Quality Gate passed!
|
1. add crypto interface and the basic implementation 2. add libffi_java_sdk.dylib
1. add crypto interface and the basic implementation 2. add libffi_java_sdk.dylib
1. add crypto interface and the basic implementation 2. add libffi_java_sdk.dylib
1. add crypto interface and the basic implementation 2. add libffi_java_sdk.dylib
No description provided.