class OpenSSL::PKey::EC::Group
- OpenSSL::PKey::EC::Group
- Reference
- Object
Defined in:
openssl_ext/pkey/ec/group.crConstructors
Instance Method Summary
- #baselen
- #coefficient_a : BN
- #coefficient_b : BN
- #degree
- #finalize
- #generator : Point
- #order : BigInt
- #parameters : NamedTuple(prime_modulus: BN, coefficient_a: BN, coefficient_b: BN)
- #point(integer : Bytes) : Point
- #point(integer : BigInt) : Point
- #point : Point
- #prime_modulus : BN
- #to_unsafe : Pointer(Void)