Main Page | Modules | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

XENCCipherReference.hpp

Go to the documentation of this file.
00001 /*
00002  * Copyright 2003-2004 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * imitations under the License.
00015  */
00016 
00017 /*
00018  * XSEC
00019  *
00020  * XENCCipherReference := Interface definition for CipherReference element
00021  *
00022  * $Id: XENCCipherReference.hpp,v 1.3 2004/02/08 10:26:00 blautenb Exp $
00023  *
00024  */
00025 
00026 #ifndef XENCCIPHERREFERENCE_INCLUDE
00027 #define XENCCIPHERREFERENCE_INCLUDE
00028 
00029 // XSEC Includes
00030 
00031 #include <xsec/framework/XSECDefs.hpp>
00032 #include <xsec/dsig/DSIGConstants.hpp>
00033 
00034 class DSIGTransformList;
00035 class DSIGTransformBase64;
00036 class DSIGTransformXPath;
00037 class DSIGTransformXPathFilter;
00038 class DSIGTransformXSL;
00039 class DSIGTransformC14n;
00040 
00041 XSEC_DECLARE_XERCES_CLASS(DOMElement);
00042 XSEC_DECLARE_XERCES_CLASS(DOMNode);
00043 
00081 class XENCCipherReference {
00082 
00085 
00086 protected:
00087 
00088     XENCCipherReference() {};
00089 
00090 public:
00091 
00092     virtual ~XENCCipherReference() {};
00093 
00096 
00104     virtual DSIGTransformList * getTransforms(void) const = 0;
00105 
00112     virtual const XMLCh * getURI (void) const = 0;
00113     
00120     virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * getElement(void) const = 0;
00121 
00123 
00126     
00135     virtual DSIGTransformBase64 * appendBase64Transform() = 0;
00136     
00150     virtual DSIGTransformXPath * appendXPathTransform(const char * expr) = 0;
00151     
00164     virtual DSIGTransformXPathFilter * appendXPathFilterTransform(void) = 0;
00165 
00178     virtual DSIGTransformXSL * appendXSLTransform(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *stylesheet) = 0;
00179     
00189     virtual DSIGTransformC14n * appendCanonicalizationTransform(canonicalizationMethod cm) = 0;
00190 
00192 
00193 private:
00194 
00195     // Unimplemented
00196     XENCCipherReference(const XENCCipherReference &);
00197     XENCCipherReference & operator = (const XENCCipherReference &);
00198 
00199 };
00200 
00201 #endif /* XENCCIPHERREFERENCE_INCLUDE */
00202 

Generated on Sun Mar 14 20:20:37 2004 for XML-Security-C by doxygen 1.3.2