createEphemeralKeyPair
Deprecated
Use PresentationSession instead.
Create an ephemeral key pair to use to establish a secure channel with a reader.
Most applications will use only the public key, and only to send it to the reader, allowing the private key to be used internally for encryptMessageToReader and decryptMessageFromReader. The private key is also provided for applications that wish to use a cipher suite that is not supported by IdentityCredentialStore.
Return
ephemeral key pair to use to establish a secure channel with a reader.