Class: R509::Cert::Extensions::SubjectKeyIdentifier

Inherits:
OpenSSL::X509::Extension
  • Object
show all
Defined in:
lib/r509/cert/extensions.rb

Overview

Implements the SubjectKeyIdentifier certificate extension, with methods to provide access to the components and meaning of the extension's contents.

Constant Summary

OID =

friendly name for Subject Key Identifier OID

"subjectKeyIdentifier"

Instance Method Summary (collapse)

Instance Method Details

- (Object) key

Value of key

Returns:

  • value of key



333
334
335
# File 'lib/r509/cert/extensions.rb', line 333

def key()
  return self.value
end