Enables use of shared session key material in accordance with RFC 5705.
Returns the issuerNameHash of this certificate ID, the hash of the issuer’s distinguished name calculated with the hashAlgorithm.
Returns the issuerKeyHash of this certificate ID, the hash of the issuer’s public key.
Serializes the private key to DER-encoded PKCS #8 format. If called without arguments, unencrypted PKCS #8 PrivateKeyInfo format is used. If called with a cipher name and a password, PKCS #8 EncryptedPrivateKeyInfo format with PBES2 encryption scheme is used.
Serializes the public key to DER-encoded X.509 SubjectPublicKeyInfo format.
Permit block/lambda nodes to mark newlines within themselves.
Fetch the start character offset of the value.
Fetch the end character offset of the value.
Fetch the start character column of the value.
Fetch the end character column of the value.
Visit a pattern within a pattern match. This is used to bypass the parenthesis node that can be used to wrap patterns.
Visit a BlockNode.
The top-level program node.
Visit a string that is expressed using a <<~ heredoc.
super(foo) ^^^^^^^^^^
Visit a node that represents a number. We need to explicitly handle the unary - operator.