Home
last modified time | relevance | path

Searched refs:RSAKeyValueType_ (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/xmldsig/
H A D__init__.py727 class RSAKeyValueType_(SamlBase): class
759 return saml2.create_class_from_xml_string(RSAKeyValueType_, xml_string)
1086 class RSAKeyValue(RSAKeyValueType_):
1091 c_children = RSAKeyValueType_.c_children.copy()
1092 c_attributes = RSAKeyValueType_.c_attributes.copy()
1093 c_child_order = RSAKeyValueType_.c_child_order[:]
1094 c_cardinality = RSAKeyValueType_.c_cardinality.copy()
1712 RSAKeyValueType_.c_tag: rsa_key_value_type__from_string,
1785 'RSAKeyValueType': RSAKeyValueType_,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/xmldsig/
H A D__init__.py734 class RSAKeyValueType_(SamlBase): class
766 return saml2.create_class_from_xml_string(RSAKeyValueType_, xml_string)
1093 class RSAKeyValue(RSAKeyValueType_):
1098 c_children = RSAKeyValueType_.c_children.copy()
1099 c_attributes = RSAKeyValueType_.c_attributes.copy()
1100 c_child_order = RSAKeyValueType_.c_child_order[:]
1101 c_cardinality = RSAKeyValueType_.c_cardinality.copy()
1719 RSAKeyValueType_.c_tag: rsa_key_value_type__from_string,
1792 'RSAKeyValueType': RSAKeyValueType_,
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/xmldsig/
H A D__init__.py727 class RSAKeyValueType_(SamlBase): class
759 return saml2.create_class_from_xml_string(RSAKeyValueType_, xml_string)
1086 class RSAKeyValue(RSAKeyValueType_):
1091 c_children = RSAKeyValueType_.c_children.copy()
1092 c_attributes = RSAKeyValueType_.c_attributes.copy()
1093 c_child_order = RSAKeyValueType_.c_child_order[:]
1094 c_cardinality = RSAKeyValueType_.c_cardinality.copy()
1712 RSAKeyValueType_.c_tag: rsa_key_value_type__from_string,
1785 'RSAKeyValueType': RSAKeyValueType_,