Class | EzCrypto::Certificate |
In: |
lib/ezsig.rb
|
Parent: | Verifier |
Certificate provides functionality to make it easy to extract information from a Certificate. This also provides all the same functionality as a Verifier.
Returns the SHA1 hex digest of a the DER encoded certificate. This is useful as a unique identifier.
Returns the hash of extensions available in the certificate. These are not always present.
Any methods defined in Name can be used here. This means you can do cert.email rather than cert.subject.email.