Created
December 6, 2016 07:24
-
-
Save kangguru/781d063151dd80417e68bbbce086c427 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Create a client | |
client = Epics::Client.new(....) | |
# print the public key for A (E and X work the same way): | |
puts client.a.key.public_key.to_s | |
# the public digest is directly accessible via: | |
puts client.a.public_digest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment