• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • key-parsers

  • Documentation
  • key-parsers lib
  • Key_parsers .Asn1 .Rsa .Private Module
package key-parsers
  • key-parsers
    • Key_parsers
      • Asn1
        • Algorithm_identifier
        • Dh
          • Params
          • Private
          • Public
        • Dsa
          • Params
          • Private
          • Public
        • Dsa_private_key
        • Ec
          • Field
          • Params
          • Private
          • Public
          • Specified_domain
        • PKCS8
        • Rsa
          • Params
          • Private
          • Public
        • X509
      • Cvc
        • Ec
          • Public
        • Rsa
          • Public
      • Derivable
        • Asn_oid
        • Cstruct
        • Z
      • Ltpa
        • Rsa
          • Private
          • Public
Legend:
Library
Module
Module type
Parameter
Class
Class type
type other_prime = {
  1. r : Z.t;
  2. d : Z.t;
  3. t : Z.t;
}
val compare_other_prime : other_prime -> other_prime -> Ppx_deriving_runtime.int
val equal_other_prime : other_prime -> other_prime -> Ppx_deriving_runtime.bool
val pp_other_prime : Ppx_deriving_runtime.Format.formatter -> other_prime -> Ppx_deriving_runtime.unit
val show_other_prime : other_prime -> Ppx_deriving_runtime.string
type t = {
  1. n : Z.t;
  2. e : Z.t;
  3. d : Z.t;
  4. p : Z.t;
  5. q : Z.t;
  6. dp : Z.t;
  7. dq : Z.t;
  8. qinv : Z.t;
  9. other_primes : other_prime list;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val other_prime_grammar : other_prime Asn.t
val grammar : t Asn.t
val encode : t -> Cstruct.t
val decode : Cstruct.t -> (t, string) Result.result

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct