Welcome to the "trac"-ing site of openpgp4u!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 28

Show
Ignore:
Timestamp:
11/06/04 09:50:04 (4 years ago)
Author:
nahi
Message:

* dump version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/pgp/packet/symencryptedintegrityprotecteddata.rb

    r18 r28  
    2929  end 
    3030 
     31  attr_accessor :version 
    3132  attr_accessor :cipher 
    32  
    3333  attr_accessor :plain 
    3434 
    3535  def scan(io) 
    3636    super 
     37    io.puts "Version - #{@version}" 
    3738    io.puts "Encrypted data + MDC SHA1(20 bytes)" 
    3839  end