Home
last modified time | relevance | path

Searched refs:OAEPparams (Results 1 – 12 of 12) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/
H A DEncryption.h66 DECL_XMLOBJECT_SIMPLE(XMLTOOL_API,OAEPparams,Name,XML Encryption OAEPparams element);
75 DECL_TYPED_CHILD(OAEPparams);
175 DECL_XMLENCOBJECTBUILDER(OAEPparams);
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionSchemaValidators.cpp44 XMLOBJECTVALIDATOR_SIMPLE(XMLTOOL_DLLLOCAL,OAEPparams);
148 REGISTER_ELEMENT(XMLENC_NS,OAEPparams); in registerEncryptionClasses()
H A DEncryptionImpl.cpp61 DECL_XMLOBJECTIMPL_SIMPLE(XMLTOOL_DLLLOCAL,OAEPparams);
95 IMPL_CLONE_TYPED_CHILD(OAEPparams); in EncryptionMethodImpl()
102 IMPL_TYPED_CHILD(OAEPparams);
112 PROC_TYPED_CHILD(OAEPparams,XMLENC_NS,false); in processChildElement()
699 IMPL_XMLOBJECTBUILDER(OAEPparams);
738 const XMLCh OAEPparams::LOCAL_NAME[] = UNICODE_LITERAL_10(O,A,E,P,p,a,r,a,m,s);
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/xmlenc/
H A D__init__.py225 class OAEPparams(SamlBase): class
236 return saml2.create_class_from_xml_string(OAEPparams, xml_string)
250 c_children['{http://www.w3.org/2001/04/xmlenc#}OAEPparams'] = ('oae_pparams', OAEPparams)
721 OAEPparams.c_tag: oae_pparams_from_string,
754 'OAEPparams': OAEPparams,
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/xmlenc/
H A D__init__.py225 class OAEPparams(SamlBase): class
236 return saml2.create_class_from_xml_string(OAEPparams, xml_string)
250 c_children['{http://www.w3.org/2001/04/xmlenc#}OAEPparams'] = ('oae_pparams', OAEPparams)
721 OAEPparams.c_tag: oae_pparams_from_string,
754 'OAEPparams': OAEPparams,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/xmlenc/
H A D__init__.py225 class OAEPparams(SamlBase): class
236 return saml2.create_class_from_xml_string(OAEPparams, xml_string)
250 c_children['{http://www.w3.org/2001/04/xmlenc#}OAEPparams'] = ('oae_pparams', OAEPparams)
721 OAEPparams.c_tag: oae_pparams_from_string,
754 'OAEPparams': OAEPparams,
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dxenc-schema.sg21 xenc:OAEPparams? -> %xs:base64Binary
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-xenc-dec.c255 if (!x->OAEPparams) in zx_DEC_ELEM_xenc_EncryptionMethod()
256 x->OAEPparams = el; in zx_DEC_ELEM_xenc_EncryptionMethod()
H A Dzx-md-dec.c471 if (!x->OAEPparams) in zx_DEC_ELEM_md_EncryptionMethod()
472 x->OAEPparams = el; in zx_DEC_ELEM_md_EncryptionMethod()
H A Dzx-xenc-data.h408 struct zx_elem_s* OAEPparams; /* {0,1} xs:base64Binary */ member
H A Dzx-md-data.h849 struct zx_elem_s* OAEPparams; /* {0,1} xs:base64Binary */ member
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/wssplat/raw/
H A Dxenc.py204 OAEPparams = property(__OAEPparams.value, __OAEPparams.set, None, None) variable in EncryptionMethodType