Get the issuing certificate’s key identifier from the authorityKeyIdentifier extension, as described in RFC5280 Section 4.2.1.1
Returns the binary String
keyIdentifier or nil or raises ASN1::ASN1Error
.
Reset nil attributes to their default values to make the spec valid
Parses the most indented lines into blocks that are marked and added to the frontier
foo => [bar] ^^^^^
def foo(); bar(); end ^^
{ **foo } ^^^^^
def foo(&bar); end ^^^^
A block’s parameters.
foo.bar, = 1 ^^^^^^^
foo => bar => baz ^^^^^^^^^^
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
“foo #{bar}” ^^^^^^
foo => [, bar, ] ^^^^^^^^^^^
def foo(…); bar(…); end ^^^
def foo(…); end ^^^
foo { |bar,| } ^
“foo #{bar}” ^^^^^^^^^^^^