| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Botan.X509
Documentation
data DistinguishedName Source #
fromDN :: DistinguishedName -> DistinguishedName Source #
toDN :: DistinguishedName -> DistinguishedName Source #
data KeyConstraint Source #
Constructors
| NoConstraints | |
| DigitalSignature | |
| NonRepudiation | |
| KeyEncipherment | |
| DataEncipherment | |
| KeyAgreement | |
| KeyCertSign | |
| CRLSign | |
| EncipherOnly | |
| DecipherOnly | |
| KeyConstraints [KeyConstraint] |
Instances
data X509VerifyStatusCode Source #
data X509CertificateStore Source #