|
|
|
| Description |
| An interface to asymmetric cipher keypair.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Instances of this class has at least public portion of a
keypair. They might or might not have the private key.
| | | Methods | | | Instances | |
|
|
|
| Instances of this class has both of public and private portions of
a keypair.
| | | Methods | | | Wrap an arbitrary keypair into polymorphic type SomeKeyPair.
| | | | Cast from the polymorphic type SomeKeyPair to the concrete
type. Return Nothing if failed.
|
| | Instances | |
|
|
|
| This is an opaque type to hold an arbitrary public key in it. The
actual key type can be safelly type-casted using toPublicKey.
| Instances | |
|
|
|
| This is an opaque type to hold an arbitrary keypair in it. The
actual key type can be safelly type-casted using toKeyPair.
| Instances | |
|
|
| Produced by Haddock version 2.4.2 |