Method: Xmlenc::Builder::ComplexTypes::EncryptedType#initialize

Defined in:
lib/xmlenc/builder/complex_types/encrypted_type.rb

#initialize(attributes = {}) ⇒ Object



18
19
20
21
# File 'lib/xmlenc/builder/complex_types/encrypted_type.rb', line 18

def initialize(attributes = {})
  super
  self.cipher_data = CipherData.new
end