Module: Xmlenc

Defined in:
lib/xmlenc.rb,
lib/xmlenc/version.rb,
lib/xmlenc/builder/base.rb,
lib/xmlenc/encrypted_key.rb,
lib/xmlenc/encrypted_data.rb,
lib/xmlenc/builder/key_info.rb,
lib/xmlenc/algorithms/rsa_15.rb,
lib/xmlenc/algorithms/aes_cbc.rb,
lib/xmlenc/encrypted_document.rb,
lib/xmlenc/algorithms/des3_cbc.rb,
lib/xmlenc/builder/cipher_data.rb,
lib/xmlenc/builder/digest_method.rb,
lib/xmlenc/builder/encrypted_key.rb,
lib/xmlenc/builder/data_reference.rb,
lib/xmlenc/builder/encrypted_data.rb,
lib/xmlenc/builder/reference_list.rb,
lib/xmlenc/builder/retrieval_method.rb,
lib/xmlenc/algorithms/rsa_oaep_mgf1p.rb,
lib/xmlenc/builder/encryption_method.rb,
lib/xmlenc/builder/complex_types/encrypted_type.rb

Defined Under Namespace

Modules: Algorithms, Builder Classes: EncryptedData, EncryptedDataNotFound, EncryptedDocument, EncryptedKey, Error, UnparseableMessage, UnsupportedError

Constant Summary collapse

NAMESPACES =
{
    :xenc => 'http://www.w3.org/2001/04/xmlenc#',
    :ds =>   'http://www.w3.org/2000/09/xmldsig#'
}
VERSION =
"0.7.1"