new X509WalletMixin()
Methods
-
<static> createIdentity(mspId, certificate, privateKey)
-
Create an identity object using X509 credentials.
Parameters:
Name Type Description mspIdstring certificatestring Certificate containing the public key in PEM format. privateKeystring Private key in PEM format.