axis2_key_type.h [code] | Defines the key type |
openssl_cipher_ctx.h [code] | The cipher context in which the information regarding a cipher cycle is stored |
openssl_cipher_property.h [code] | The class to store cipher properties such as name, key size, block size etc |
openssl_constants.h [code] | Constants for the openssl wrapper |
openssl_crypt.h [code] | The encryption/decryption methods for OMXMLSecurity |
openssl_digest.h [code] | Digest function implementations. Supports SHA1 and MD5 |
openssl_pem.h [code] | Funcitons related to keys that are in PEM format |
openssl_pkcs12.h [code] | Functions related to keys that are in pkcs12 format |
openssl_pkey.h [code] | Holds either a public key or a private key. The type is determined by the type attribute |
openssl_rsa.h [code] | For RSA encryption |
openssl_sign.h [code] | The signature functions in openssl wrapper |
openssl_util.h [code] | General utility routines for openssl related functions |
openssl_x509.h [code] | Extracts information from a X509 certificate |
oxs_asym_ctx.h [code] | Keeps information relavent for asymmetric encryption |
oxs_axiom.h [code] | Utility functions related to AXIOM. A place for common code |
oxs_axis2_utils.h [code] | Utility functions related to Axis2/C |
oxs_buffer.h [code] | The buffer representation in OMXMLSecurity |
oxs_c14n.h [code] | Cannonicalization algo implementation for OMXMLSecurity |
oxs_cipher.h [code] | Cipher related functions in OMXMLSecurity |
oxs_constants.h [code] | Constants for OMXMLSecurity |
oxs_ctx.h [code] | Keeps configurations for the OMXMLSecurity |
oxs_encryption.h [code] | Provides data encryption and decryption functionalities of the OMXMLSec |
oxs_error.h [code] | Represents an Error occured during the OMXMLSecurity execution |
oxs_iv.h [code] | Initial Vector related functionalities |
oxs_key.h [code] | Key in OMXMLSecurity |
oxs_key_mgr.h [code] | Key Manager responsible for loading keys for OMXMLSecurity |
oxs_sign_ctx.h [code] | Keeps information relavent for a single node of signing |
oxs_sign_part.h [code] | Keeps information relavent for a single node of signing |
oxs_signature.h [code] | Does the XML Signature for OMXMLSecurity |
oxs_token_binary_security_token.h [code] | Represents <wsse:BinarySecurityToken> element |
oxs_token_c14n_method.h [code] | Represents <ds:CanonicalizationMethod> element |
oxs_token_cipher_data.h [code] | Represents <CipherData> element |
oxs_token_cipher_value.h [code] | Represents <CipherValue> element |
oxs_token_data_reference.h [code] | Represents <DataReference> element |
oxs_token_digest_method.h [code] | Represents <DigestMethod> element |
oxs_token_digest_value.h [code] | Represents <DigestValue> element |
oxs_token_ds_reference.h [code] | Represents <ds:Reference> element |
oxs_token_embedded.h [code] | Represents <Embedded> element |
oxs_token_encrypted_data.h [code] | Represents <EncryptedData> element |
oxs_token_encrypted_key.h [code] | Represents <EncryptedKey> element |
oxs_token_encryption_method.h [code] | Represents <EncryptionMethod> element |
oxs_token_key_identifier.h [code] | Represents <KeyIdentifier> element |
oxs_token_key_info.h [code] | Represents <KeyInfo> element |
oxs_token_key_name.h [code] | Represents <KeyName> element |
oxs_token_reference.h [code] | Represents <wsse:Reference> element |
oxs_token_reference_list.h [code] | <ReferenceList> element |
oxs_token_security_token_reference.h [code] | Represents <SecurityTokenReference> element |
oxs_token_signature.h [code] | Represents <Signature> element |
oxs_token_signature_method.h [code] | Represents <SignatureMethod> element |
oxs_token_signature_value.h [code] | Represents <SignatureValue> element |
oxs_token_signed_info.h [code] | Represents <SignedInfo> element |
oxs_token_transform.h [code] | Represents <Transform> element |
oxs_token_transforms.h [code] | Represents <Transforms> element |
oxs_token_x509_certificate.h [code] | Represents <X509Certificate> element |
oxs_token_x509_data.h [code] | Represents <X509Data> element |
oxs_token_x509_issuer_name.h [code] | Represents <X509IssuerName> element |
oxs_token_x509_issuer_serial.h [code] | Represents <X509IssuerSerial> element |
oxs_token_x509_serial_number.h [code] | Represents <X509SerialNumber> element |
oxs_tokens.h [code] | Includes all tokens of OMXMLSecurity |
oxs_transform.h [code] | The class representing a single step of transformation. For example a Cannonicalization |
oxs_transforms_factory.h [code] | Produces transforms for OMXMLSecurity |
oxs_utility.h [code] | The utility module for OMXMLSecurity |
oxs_x509_cert.h [code] | OMXMLSecurity representation of an X509 certificate |
oxs_xml_encryption.h [code] | Does the XML encryption for OMXMLSecurity |
oxs_xml_key_info_builder.h [code] | Process elements available under ds:KeyInfo |
oxs_xml_key_processor.h [code] | Process elements available under ds:KeyInfo |
oxs_xml_signature.h [code] | Does the XML Signature for OMXMLSecurity |
rampart_authn_provider.h [code] | The authentication interface of rampart. Validates a username and password pair |
rampart_callback.h [code] | The callback module for a password |
rampart_constants.h [code] | Holds constants for rampart |
rampart_context.h [code] | The Rampart Context, in which configurations are stored |
rampart_credentials.h [code] | The credentials interface for rampart. To retrieve a username and password pair |
rampart_crypto_util.h [code] | Crypto related utility module |
rampart_encryption.h [code] | Encrypts a SOAP message |
rampart_engine.h [code] | Loads configuratins for Rampart, which defines its behaviuor. Also loads modules and initialize Rampart |
rampart_handler_util.h [code] | Utilities related to handlers |
rampart_mod.h [code] | Axis2 rampart module interface |
rampart_rd_record.h [code] | A record that can be used in the Replay Detection mechanism. Represents a SOAP message instance |
rampart_replay_detector.h [code] | The replay_detector module for rampart |
rampart_sec_header_builder.h [code] | Build the Security related SOAP headers |
rampart_sec_header_processor.h [code] | Processes a message depending on it's security related claims |
rampart_sec_processed_result.h [code] | The module to keep the results after processing the message |
rampart_signature.h [code] | Sign a SOAP message |
rampart_timestamp_token.h [code] | Timestamp token related functions |
rampart_token_builder.h [code] | Reference Token builfing/of rampart |
rampart_token_processor.h [code] | Token processing of rampart |
rampart_username_token.h [code] | The Usernametoken |
rampart_util.h [code] | Utilities of rampart |