From 4bd0fa843176a112c054929fbe6dd99f45d718a2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 18 Aug 2014 12:52:50 -0500 Subject: Imported Upstream version 1.3.1 --- docs/smartcard-idea.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/smartcard-idea.txt (limited to 'docs/smartcard-idea.txt') diff --git a/docs/smartcard-idea.txt b/docs/smartcard-idea.txt new file mode 100644 index 0000000..4d8d880 --- /dev/null +++ b/docs/smartcard-idea.txt @@ -0,0 +1,10 @@ +>>> import gnupg +>>> gpg = gnupg.GPG() +>>> gpg.sc = gnupg.SmartCard() ## this could be done in gnupg.GPG.__init__() too +>>> gpg.sc.detected() +True +>>> gpg.sc.serialno() +1234567890abcdef +>>> gpg.sc.learn() + +>>> gpg.sc. -- cgit v1.2.3