We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Values::Cert
1 parent 039bcf8 commit b3dd5e7Copy full SHA for b3dd5e7
lib/ronin/recon/values/cert.rb
@@ -40,7 +40,7 @@ class Cert < Value
40
#
41
# Initializes the certificate value.
42
43
- # @param [OpenSSL::X509::Certificate] cert
+ # @param [Ronin::Support::Crypto::Cert, OpenSSL::X509::Certificate] cert
44
# The decoded X509 certificate.
45
46
def initialize(cert)
@@ -77,7 +77,7 @@ def not_after
77
78
# The certificate issuer's information.
79
80
- # @return [OpenSSL::X509::Name]
+ # @return [Ronin::Support::Crypto::Cert::Name]
81
82
def issuer
83
@cert.issuer
@@ -86,7 +86,7 @@ def issuer
86
87
# The certificate subject's information.
88
89
90
91
def subject
92
@cert.subject
0 commit comments