Home
last modified time | relevance | path

Searched refs:EncryptedAttribute (Results 1 – 25 of 42) sorted by relevance

12

/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsaml2_attribute_statement.h58 GList *EncryptedAttribute; /* of LassoSaml2EncryptedElement */ member
H A Dsaml2_attribute_statement.c57 G_STRUCT_OFFSET(LassoSaml2AttributeStatement, EncryptedAttribute), NULL, NULL, NULL},
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-tas3-dec.c79 if (!x->EncryptedAttribute) in zx_DEC_ELEM_tas3_Credentials()
80 x->EncryptedAttribute = (struct zx_sa_EncryptedAttribute_s*)el; in zx_DEC_ELEM_tas3_Credentials()
H A Dzx-sa-dec.c225 if (!x->EncryptedAttribute) in zx_DEC_ELEM_sa_AttributeStatement()
226 x->EncryptedAttribute = (struct zx_sa_EncryptedAttribute_s*)el; in zx_DEC_ELEM_sa_AttributeStatement()
H A Dzx-tas3-data.h34 struct zx_sa_EncryptedAttribute_s* EncryptedAttribute; /* {0,-1} nada */ member
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/
H A DAssertions.h377 …BEGIN_XMLOBJECT(SAML_API,EncryptedAttribute,EncryptedElementType,SAML 2.0 EncryptedAttribute eleme…
382 DECL_TYPED_CHILDREN(EncryptedAttribute);
451 DECL_SAML2OBJECTBUILDER(EncryptedAttribute);
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20SchemaValidators.cpp62 BEGIN_XMLOBJECTVALIDATOR_SUB(SAML_DLLLOCAL,EncryptedAttribute,EncryptedElementType);
246 REGISTER_ELEMENT(EncryptedAttribute); in registerAssertionClasses()
H A DAssertions20Impl.cpp1214 …class SAML_DLLLOCAL EncryptedAttributeImpl : public virtual EncryptedAttribute, public EncryptedEl…
1224 IMPL_XMLOBJECT_CLONE_EX(EncryptedAttribute);
1243 IMPL_CLONE_TYPED_CHILD_IN_BAG(EncryptedAttribute); in AttributeStatementImpl()
1249 IMPL_TYPED_CHILDREN(EncryptedAttribute, m_children.end());
1254 PROC_TYPED_CHILDREN(EncryptedAttribute,SAML20_NS,false); in processChildElement()
1485 IMPL_XMLOBJECTBUILDER(EncryptedAttribute);
1557 const XMLCh EncryptedAttribute::LOCAL_NAME[] = UNICODE_LITERAL_18(E,n,c,r,y,p,t,e,d,A,t,t,r,i,…
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dtas3.sg23 sa:EncryptedAttribute*
H A Dsaml-schema-assertion-2.0.sg212 sa:EncryptedAttribute*
236 EncryptedAttribute -> %sa:EncryptedElementType
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/attribute/resolver/impl/
H A DXMLAttributeExtractor.cpp69 using saml2::EncryptedAttribute;
898 … const vector<saml2::EncryptedAttribute*>& encattrs = statement2->getEncryptedAttributes(); in extractAttributes()
926 …const vector<saml2::EncryptedAttribute*>& encattrs = const_cast<const saml2::AttributeStatement&>(… in extractAttributes()
999 …if (XMLString::equals(xmlObject.getElementQName().getLocalPart(), EncryptedAttribute::LOCAL_NAME))… in extractAttributes()
1000 const EncryptedAttribute* encattr = dynamic_cast<const EncryptedAttribute*>(&xmlObject); in extractAttributes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSaml2Constants.cs230 public const string EncryptedAttribute = "EncryptedAttribute"; field in System.IdentityModel.Tokens.Saml2Constants.Elements
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dsaml.py825 class EncryptedAttribute(EncryptedElementType_): class
837 return saml2.create_class_from_xml_string(EncryptedAttribute, xml_string)
1370 [EncryptedAttribute])
1865 EncryptedAttribute.c_tag: encrypted_attribute_from_string,
1922 'EncryptedAttribute': EncryptedAttribute,
H A Dassertion.py810 encattr = saml.EncryptedAttribute(encrypted_data=encd)
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dsaml.py896 class EncryptedAttribute(EncryptedElementType_): class
908 return saml2.create_class_from_xml_string(EncryptedAttribute, xml_string)
1441 [EncryptedAttribute])
1936 EncryptedAttribute.c_tag: encrypted_attribute_from_string,
1993 'EncryptedAttribute': EncryptedAttribute,
H A Dassertion.py813 encattr = saml.EncryptedAttribute(encrypted_data=encd)
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dsaml.py804 class EncryptedAttribute(EncryptedElementType_): class
816 return saml2.create_class_from_xml_string(EncryptedAttribute, xml_string)
1343 [EncryptedAttribute])
1838 EncryptedAttribute.c_tag: encrypted_attribute_from_string,
1895 'EncryptedAttribute': EncryptedAttribute,
H A Dassertion.py780 encattr = saml.EncryptedAttribute(encrypted_data=encd)
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DAssertion.php1814 … $EncAttribute = $document->createElementNS(Constants::NS_SAML, 'saml:EncryptedAttribute');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DAssertion.php1696 … $EncAttribute = $document->createElementNS(Constants::NS_SAML, 'saml:EncryptedAttribute');
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/saml20/raw/
H A Dassertion.py1179 EncryptedAttribute = property(__EncryptedAttribute.value, __EncryptedAttribute.set, None, None) variable in AttributeStatementType
1270 EncryptedAttribute = pyxb.binding.basis.element(pyxb.namespace.ExpandedName(Namespace, 'EncryptedAt… variable
1271 Namespace.addCategoryObject('elementBinding', EncryptedAttribute.name().localName(), EncryptedAttri…
/dports/security/lasso/lasso-2.7.0/abi/
H A Dabi-2.1.1368 struct LassoSaml2AttributeStatement { GList* Attribute, GList* EncryptedAttribute }
H A Dabi-2.2.1382 struct LassoSaml2AttributeStatement { GList* Attribute, GList* EncryptedAttribute }
H A Dabi-2.2.2552 struct LassoSaml2AttributeStatement { GList* Attribute, GList* EncryptedAttribute }
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dschemata.pd607 <sa:EncryptedAttribute>

12