 | HsOpenSSL-0.1.1: (Part of) OpenSSL binding for Haskell | Contents | Index |
|
|
|
|
|
| Description |
| An interface to asymmetric cipher keypair.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data PKey |
| PKey is an opaque object that represents either public key or
public/private keypair. The concrete algorithm of asymmetric
cipher is hidden in the object.
|
|
|
| newPKeyRSA :: RSA -> PKey |
| newPKeyRSA rsa encapsulates an RSA key into PKey.
|
|
| Produced by Haddock version 0.8 |