-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCCSP ECDSA/RSA/X509 public/private key import
This change-set introduces support for importing ecdsa/rsa public keys in different formats, namely: ECDSA - PKIX format and as ecdsa.PublicKey instances. RSA - rsa.PublicKey instances. X509 - The public key in the X509 certificate (ECDSA or RSA). This change-set also adds support for importing ecdsa private keys using DER or PKCS#8 format. This change-set comes in the context of: https://jira.hyperledger.org/browse/FAB-354 Change-Id: I6a875f34f3cccf52755aa7617a29c16014e17028 Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
- Loading branch information
Showing
5 changed files
with
773 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.