Sets the curve parameters. generator must be an instance of EC::Point
that is on the curve. order and cofactor are integers.
See the OpenSSL
documentation for EC_GROUP_set_generator()
Creates a State
object from opts, which ought to be Hash
to create a new State
instance configured by opts, something else to create an unconfigured instance. If opts is a State
object, it is just returned.
Visit a block node on a call.
Visit a heredoc that can be either a string or an xstring.
Visit a block node, which will modify the AST by wrapping the given visited node in an iter node.
Get the URIs for OCSP
from the certificate’s authority information access extension exteension, as described in RFC5280 Section 4.2.2.1.
Returns an array of strings or nil or raises ASN1::ASN1Error
.
Compile a SingletonClassNode
node
Dispatch enter and leave events for SingletonClassNode
nodes and continue walking the tree.
Inspect a SingletonClassNode
node.
Create a new CallOperatorWriteNode
node.
Create a new ConstantOperatorWriteNode
node.
Create a new IndexOperatorWriteNode
node.
Returns true
if key is the corresponding private key to the Subject Public Key Information, false
otherwise.
See the OpenSSL
documentation for EVP_PKEY_get_raw_private_key()
Permit block/lambda nodes to mark newlines within themselves.
Visit a string that is expressed using a <<~ heredoc.