xmltooling 1.6.0
|
Licensed to the University Corporation for Advanced Internet Development, Inc. More...
#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
#include <xmltooling/util/XMLConstants.h>
#include <cstdio>
#include <boost/lexical_cast.hpp>
#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
Namespaces | |
namespace | xmlsignature |
Public namespace of XML Signature classes. | |
namespace | xmlencryption |
Namespace for XML Encryption schema objects. | |
Defines | |
#define | __xmltooling_encryption_h__ |
#define | DECL_XMLENCOBJECTBUILDER(cname) DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC_NS,xmlconstants::XMLENC_PREFIX) |
Macro for declaring encryption builders. | |
#define | DECL_XMLENC11OBJECTBUILDER(cname) DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC11_NS,xmlconstants::XMLENC11_PREFIX) |
Macro for declaring encryption 1.1 builders. | |
Functions | |
xmlencryption::DECL_XMLOBJECT_SIMPLE (XMLTOOL_API, CarriedKeyName, Name, XML Encryption CarriedKeyName element) | |
xmlencryption::DECL_XMLOBJECT_SIMPLE (XMLTOOL_API, CipherValue, Value, XML Encryption CipherValue element) | |
xmlencryption::DECL_XMLOBJECT_SIMPLE (XMLTOOL_API, OAEPparams, Name, XML Encryption OAEPparams element) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, KeySize, xmltooling::XMLObject, XML Encryption KeySize element) | |
xmlencryption::DECL_INTEGER_CONTENT (Size) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, EncryptionMethod, xmltooling::ElementExtensibleXMLObject, XML Encryption EncryptionMethod element) | |
xmlencryption::DECL_STRING_ATTRIB (Algorithm, ALGORITHM) | |
xmlencryption::DECL_TYPED_CHILD (KeySize) | |
xmlencryption::DECL_TYPED_CHILD (OAEPparams) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, Transforms, xmltooling::XMLObject, XML Encryption Transforms element) | |
xmlencryption::DECL_TYPED_FOREIGN_CHILDREN (Transform, xmlsignature) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, CipherReference, xmltooling::XMLObject, XML Encryption CipherReference element) | |
xmlencryption::DECL_STRING_ATTRIB (URI, URI) | |
xmlencryption::DECL_TYPED_CHILD (Transforms) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, CipherData, xmltooling::XMLObject, XML Encryption CipherData element) | |
xmlencryption::DECL_TYPED_CHILD (CipherValue) | |
xmlencryption::DECL_TYPED_CHILD (CipherReference) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, EncryptionProperty, xmltooling::ElementProxy, XML Encryption EncryptionProperty element) | |
xmlencryption::DECL_STRING_ATTRIB (Target, TARGET) | |
xmlencryption::DECL_STRING_ATTRIB (Id, ID) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, EncryptionProperties, xmltooling::XMLObject, XML Encryption EncryptionProperties element) | |
xmlencryption::DECL_TYPED_CHILDREN (EncryptionProperty) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, ReferenceType, xmltooling::ElementExtensibleXMLObject, XML Encryption ReferenceType type) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, DataReference, ReferenceType, XML Encryption DataReference element) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, KeyReference, ReferenceType, XML Encryption KeyReference element) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, ReferenceList, xmltooling::XMLObject, XML Encryption ReferenceList element) | |
xmlencryption::DECL_TYPED_CHILDREN (DataReference) | |
xmlencryption::DECL_TYPED_CHILDREN (KeyReference) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, EncryptedType, xmltooling::XMLObject, XML Encryption EncryptedType abstract type) | |
xmlencryption::DECL_STRING_ATTRIB (Type, TYPE) | |
xmlencryption::DECL_STRING_ATTRIB (MimeType, MIMETYPE) | |
xmlencryption::DECL_STRING_ATTRIB (Encoding, ENCODING) | |
xmlencryption::DECL_TYPED_CHILD (EncryptionMethod) | |
xmlencryption::DECL_TYPED_FOREIGN_CHILD (KeyInfo, xmlsignature) | |
xmlencryption::DECL_TYPED_CHILD (CipherData) | |
xmlencryption::DECL_TYPED_CHILD (EncryptionProperties) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, EncryptedData, EncryptedType, XML Encryption EncryptedData element) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, EncryptedKey, EncryptedType, XML Encryption EncryptedKey element) | |
xmlencryption::DECL_STRING_ATTRIB (Recipient, RECIPIENT) | |
xmlencryption::DECL_TYPED_CHILD (ReferenceList) | |
xmlencryption::DECL_TYPED_CHILD (CarriedKeyName) | |
xmlencryption::BEGIN_XMLOBJECT (XMLTOOL_API, MGF, xmltooling::XMLObject, XML Encryption 1.1 MGF element) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, CarriedKeyName, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, CipherData, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, CipherReference, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, CipherValue, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, DataReference, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, EncryptedData, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, EncryptedKey, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, EncryptionMethod, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, EncryptionProperties, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, EncryptionProperty, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, KeyReference, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, KeySize, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, OAEPparams, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, ReferenceList, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Transforms, xmlconstants::XMLENC_NS, xmlconstants::XMLENC_PREFIX) | |
xmlencryption::DECL_XMLOBJECTBUILDER (XMLTOOL_API, MGF, xmlconstants::XMLENC11_NS, xmlconstants::XMLENC11_PREFIX) | |
void XMLTOOL_API | xmlencryption::registerEncryptionClasses () |
Registers builders and validators for XML Encryption classes into the runtime. | |
Variables | |
class XMLTOOL_API | xmlsignature::KeyInfo |
class XMLTOOL_API | xmlsignature::Transform |
xmlencryption::END_XMLOBJECT | |
static const XMLCh | xmlencryption::TYPE_NAME [] |
EncryptionMethodType local name. |
Licensed to the University Corporation for Advanced Internet Development, Inc.
(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.
UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
XMLObjects representing XML Encryption content
#define DECL_XMLENC11OBJECTBUILDER | ( | cname | ) | DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC11_NS,xmlconstants::XMLENC11_PREFIX) |
Macro for declaring encryption 1.1 builders.
cname | name of class being built |
#define DECL_XMLENCOBJECTBUILDER | ( | cname | ) | DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::XMLENC_NS,xmlconstants::XMLENC_PREFIX) |
Macro for declaring encryption builders.
cname | name of class being built |