Class: Blobfish::Ejbca::Certificate
- Inherits:
-
OpenSSL::X509::Certificate
- Object
- OpenSSL::X509::Certificate
- Blobfish::Ejbca::Certificate
- Defined in:
- lib/blobfish/ejbca/certificate.rb
Overview
TODO evaluate to extract this class to a new Blobfish’s crypto utilities gem.
Instance Method Summary collapse
Instance Method Details
#serial_hex ⇒ Object
6 7 8 |
# File 'lib/blobfish/ejbca/certificate.rb', line 6 def serial_hex serial.to_s(16) end |