Method: EzCrypto::Name#to_s

Defined in:
lib/extensions/ezcrypto/ezcrypto/ezsig.rb

#to_sObject

Returns the full name object in classic horrible X500 format.



399
400
401
# File 'lib/extensions/ezcrypto/ezcrypto/ezsig.rb', line 399

def to_s
  @name.to_s
end