keystore - Trusted Certificate and Key Store generation -
Please certify reliable for each ECDSA keypair in each project, authenticate one (self-signed) key and Store it In a keystore, I already gear the keypair with the Basil Palace and now I want to prepare the certificate and store it.
How can I do this? Can somebody help me in comparison to tutorials?
You can see the bouncy castle document to create a certificate. In case of your use, you should see the Create Version 3 Certificate .
To store more certificates in one, you must
KeyStore.setCertificateEntry (alias, signed certificate);
Comments
Post a Comment