Home
last modified time | relevance | path

Searched refs:EncryptedAssertion (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/gosaml2/types/
H A Dencrypted_assertion.go12 type EncryptedAssertion struct { struct
20 func (ea *EncryptedAssertion) DecryptBytes(cert *tls.Certificate) ([]byte, error) { argument
69 func (ea *EncryptedAssertion) Decrypt(cert *tls.Certificate) (*Assertion, error) { argument
/dports/security/lasso/lasso-2.7.0/lasso/xml/saml-2.0/
H A Dsamlp2_response.c61 G_STRUCT_OFFSET(LassoSamlp2Response, EncryptedAssertion),
86 lasso_list_add_new_gobject(response->EncryptedAssertion, encrypted_element); in get_xmlNode()
96 lasso_release_list_of_gobjects(response->EncryptedAssertion); in get_xmlNode()
H A Dsaml2_evidence.c60 G_STRUCT_OFFSET(LassoSaml2Evidence, EncryptedAssertion), NULL, NULL, NULL},
69 G_STRUCT_OFFSET(LassoSaml2Evidence, EncryptedAssertion), NULL, NULL, NULL},
H A Dsamlp2_response.h58 GList *EncryptedAssertion; /* of LassoSaml2EncryptedElement */ member
H A Dsaml2_evidence.h60 GList *EncryptedAssertion; /* of LassoSaml2EncryptedElement */ member
H A Dsaml2_advice.h61 GList *EncryptedAssertion; /* of LassoSaml2EncryptedElement */ member
H A Dsaml2_advice.c60 G_STRUCT_OFFSET(LassoSaml2Advice, EncryptedAssertion), NULL, NULL, NULL},
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DResponse.php19 * @var (Assertion|EncryptedAssertion)[]
49 $this->assertions[] = new EncryptedAssertion($node);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Assertion/
H A DDecrypter.php10 use SAML2\EncryptedAssertion; alias
60 public function decrypt(EncryptedAssertion $assertion)
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/Assertion/
H A DDecrypter.php14 use SAML2\EncryptedAssertion; alias
77 public function decrypt(EncryptedAssertion $assertion) : Assertion
H A DProcessor.php16 use SAML2\EncryptedAssertion; alias
152 private function decryptAssertion(EncryptedAssertion $assertion): Assertion
/dports/security/opensaml/opensaml-3.2.1/samltest/encryption/
H A DEncryptedAssertionTest.h120 … scoped_ptr<EncryptedAssertion> encrypted(EncryptedAssertionBuilder::buildEncryptedAssertion()); in testEncryptedAssertion()
145 …scoped_ptr<EncryptedAssertion> encrypted2(dynamic_cast<EncryptedAssertion*>(b->buildFromDocument(d… in testEncryptedAssertion()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidwsc.c283 if (tok->EncryptedAssertion) { in zxid_wsc_prep()
284 ZX_ADD_KID(hdr->TargetIdentity, EncryptedAssertion, tok->EncryptedAssertion); in zxid_wsc_prep()
319 if (tok->EncryptedAssertion) { in zxid_choose_sectok()
320 sec->EncryptedAssertion = tok->EncryptedAssertion; in zxid_choose_sectok()
321 zx_add_kid_before(&sec->gg, zx_wsu_Timestamp_ELEM, &sec->EncryptedAssertion->gg); in zxid_choose_sectok()
362 sec->EncryptedAssertion = 0; in zxid_wsc_prep_secmech()
/dports/security/p5-Net-SAML/zxid-1.42/c/
H A Dzx-sec-dec.c61 if (!x->EncryptedAssertion)
62 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el;
H A Dzx-sa-dec.c87 if (!x->EncryptedAssertion) in zx_DEC_ELEM_sa_Advice()
88 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el; in zx_DEC_ELEM_sa_Advice()
262 if (!x->EncryptedAssertion) in zx_DEC_ELEM_sa_AttributeValue()
263 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el; in zx_DEC_ELEM_sa_AttributeValue()
567 if (!x->EncryptedAssertion) in zx_DEC_ELEM_sa_Evidence()
568 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el; in zx_DEC_ELEM_sa_Evidence()
H A Dzx-dec.c57 if (!x->EncryptedAssertion) in zx_DEC_ELEM_root()
58 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el; in zx_DEC_ELEM_root()
H A Dzx-tas3-dec.c63 if (!x->EncryptedAssertion) in zx_DEC_ELEM_tas3_Credentials()
64 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el; in zx_DEC_ELEM_tas3_Credentials()
H A Dzx-wsse-dec.c198 if (!x->EncryptedAssertion) in zx_DEC_ELEM_wsse_Security()
199 x->EncryptedAssertion = (struct zx_sa_EncryptedAssertion_s*)el; in zx_DEC_ELEM_wsse_Security()
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dsaml-schema-assertion-2.0.sg139 sa:EncryptedAssertion*
145 EncryptedAssertion -> %sa:EncryptedElementType
206 sa:EncryptedAssertion*
232 sa:EncryptedAssertion*
H A Dliberty-idwsf-security-mechanisms-v2.0.sg38 sa:EncryptedAssertion?
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/
H A DAssertions.h71 class SAML_API EncryptedAssertion; variable
339 DECL_TYPED_CHILDREN(EncryptedAssertion);
387 …BEGIN_XMLOBJECT(SAML_API,EncryptedAssertion,EncryptedElementType,SAML 2.0 EncryptedAssertion eleme…
394 DECL_TYPED_CHILDREN(EncryptedAssertion);
450 DECL_SAML2OBJECTBUILDER(EncryptedAssertion);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/crewjam/saml/testdata/
H A DTestIDPMarshalAssertion_encrypted_assertion1EncryptedAssertion><xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="_e285ece…
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DResponse.php40 $this->assertions[] = new EncryptedAssertion($node);
H A DEncryptedAssertion.php13 class EncryptedAssertion class
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/core/impl/
H A DAssertions20SchemaValidators.cpp66 BEGIN_XMLOBJECTVALIDATOR_SUB(SAML_DLLLOCAL,EncryptedAssertion,EncryptedElementType);
245 REGISTER_ELEMENT(EncryptedAssertion); in registerAssertionClasses()

12345