00001 /* 00002 * Licensed to the Apache Software Foundation (ASF) under one or more 00003 * contributor license agreements. See the NOTICE file distributed with 00004 * this work for additional information regarding copyright ownership. 00005 * The ASF licenses this file to You under the Apache License, Version 2.0 00006 * (the "License"); you may not use this file except in compliance with 00007 * the License. You may obtain a copy of the License at 00008 * 00009 * http://www.apache.org/licenses/LICENSE-2.0 00010 * 00011 * Unless required by applicable law or agreed to in writing, software 00012 * distributed under the License is distributed on an "AS IS" BASIS, 00013 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00014 * See the License for the specific language governing permissions and 00015 * limitations under the License. 00016 */ 00017 00018 #ifndef OXS_TOKENS_H 00019 #define OXS_TOKENS_H 00020 00021 #include <axutil_qname.h> 00022 #include <oxs_token_binary_security_token.h> 00023 #include <oxs_token_embedded.h> 00024 #include <oxs_token_reference_list.h> 00025 #include <oxs_token_transforms.h> 00026 #include <oxs_token_c14n_method.h> 00027 #include <oxs_token_encrypted_data.h> 00028 #include <oxs_token_security_token_reference.h> 00029 #include <oxs_token_x509_certificate.h> 00030 #include <oxs_token_cipher_data.h> 00031 #include <oxs_token_encrypted_key.h> 00032 #include <oxs_token_x509_data.h> 00033 #include <oxs_token_cipher_value.h> 00034 #include <oxs_token_encryption_method.h> 00035 #include <oxs_token_signature.h> 00036 #include <oxs_token_x509_issuer_name.h> 00037 #include <oxs_token_data_reference.h> 00038 #include <oxs_token_key_identifier.h> 00039 #include <oxs_token_signature_method.h> 00040 #include <oxs_token_x509_issuer_serial.h> 00041 #include <oxs_token_digest_method.h> 00042 #include <oxs_token_key_info.h> 00043 #include <oxs_token_signature_value.h> 00044 #include <oxs_token_x509_serial_number.h> 00045 #include <oxs_token_digest_value.h> 00046 #include <oxs_token_key_name.h> 00047 #include <oxs_token_signed_info.h> 00048 #include <oxs_token_ds_reference.h> 00049 #include <oxs_token_reference.h> 00050 #include <oxs_token_transform.h> 00051 00052 00053 00054 00059 #ifdef __cplusplus 00060 extern "C" 00061 { 00062 #endif 00063 00071 #ifdef __cplusplus 00072 } 00073 #endif 00074 00075 #endif /*OXS_TOKENS_H */