| |||||
| |||||
Description | |||||
An interface to asymmetric cipher keypair. | |||||
Synopsis | |||||
| |||||
Documentation | |||||
data PKey | |||||
| |||||
newPKeyRSA :: RSA -> PKey | |||||
newPKeyRSA rsa encapsulates an RSA key into PKey. | |||||
newPKeyDSA :: DSA -> PKey | |||||
newPKeyDSA dsa encapsulates an DSA key into PKey. | |||||
Produced by Haddock version 0.8 |