Searched defs:idAttrName (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DAMSignatureProvider.java349 * @param idAttrName attribute name for the id attribute of the node to
361 java.lang.String idAttrName,
365 return signXML(doc, certAlias, algorithm, idAttrName,
375 * @param idAttrName attribute name for the id attribute of the node to be
386 java.lang.String idAttrName,
402 Element el = signXML(doc, certAlias, algorithm, idAttrName,
413 * @param idAttrName attribute name for the id attribute of the node to
425 String idAttrName,
434 idAttrName,
447 * @param idAttrName attribut
358 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
383 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
422 signXML(Document doc, String certAlias, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
457 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
1259 verifyXMLSignature(org.w3c.dom.Element element, java.lang.String idAttrName, java.lang.String certAlias) argument
1340 verifyXMLSignature(java.lang.String xmlString, java.lang.String idAttrName, java.lang.String certAlias) argument
1372 verifyXMLSignature(Document doc, java.lang.String idAttrName, java.lang.String certAlias) argument
[all...]
H A DSignatureProvider.java139 * @param idAttrName attribute name for the id attribute of the node to be
151 java.lang.String idAttrName,
162 * @param idAttrName attribute name for the id attribute of the node to be
174 java.lang.String idAttrName,
185 * @param idAttrName attribute name for the id attribute of the node to be
198 String idAttrName,
211 * @param idAttrName attribute name for the id attribute of the node to be
225 String idAttrName,
530 * @param idAttrName Attribute name for the id attribute
536 java.lang.String idAttrName,
148 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
171 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
195 signXML(Document doc, String certAlias, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
221 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
535 verifyXMLSignature(org.w3c.dom.Element element, java.lang.String idAttrName, java.lang.String certAlias) argument
570 verifyXMLSignature(java.lang.String xmlString, java.lang.String idAttrName, java.lang.String certAlias) argument
[all...]
H A DXMLSignatureManager.java235 * @param idAttrName attribute name for the id attribute of the node to be
247 java.lang.String idAttrName,
251 return sp.signXML(doc, certAlias, algorithm, idAttrName, id, includeCert);
261 * @param idAttrName attribute name for the id attribute of the node to be
273 java.lang.String idAttrName,
278 return sp.signXML(xmlString, certAlias, algorithm, idAttrName, id, includeCert);
287 * @param idAttrName attribute name for the id attribute of the node to be
300 java.lang.String idAttrName,
306 idAttrName, id, includeCert, xpath);
316 * @param idAttrName attribut
244 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
270 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
297 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert, java.lang.String xpath) argument
326 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
679 verifyXMLSignature(org.w3c.dom.Element element, java.lang.String idAttrName, java.lang.String certAlias) argument
722 verifyXMLSignature(java.lang.String xmlString, java.lang.String idAttrName, java.lang.String certAlias) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java1502 * @param idAttrName name of the id attribute to be signed
1510 String idAttrName,
1539 idAttrName,
1508 signResponse( SOAPMessage msg, String idAttrName, String id, BaseConfigType hostedConfig) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSFedTerminationHandler.java698 * @param idAttrName name of the id attribute to be signed
705 String idAttrName,
735 idAttrName,
703 signTerminationRequest( SOAPMessage msg, String idAttrName, String id) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java1502 * @param idAttrName name of the id attribute to be signed
1510 String idAttrName,
1539 idAttrName,
1508 signResponse( SOAPMessage msg, String idAttrName, String id, BaseConfigType hostedConfig) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSFedTerminationHandler.java698 * @param idAttrName name of the id attribute to be signed
705 String idAttrName,
735 idAttrName,
703 signTerminationRequest( SOAPMessage msg, String idAttrName, String id) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DAMSignatureProvider.java366 * @param idAttrName attribute name for the id attribute of the node to
378 java.lang.String idAttrName,
382 return signXML(doc, certAlias, algorithm, idAttrName,
392 * @param idAttrName attribute name for the id attribute of the node to be
403 java.lang.String idAttrName,
419 Element el = signXML(doc, certAlias, algorithm, idAttrName,
430 * @param idAttrName attribute name for the id attribute of the node to
442 String idAttrName,
451 idAttrName,
464 * @param idAttrName attribut
375 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
400 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
439 signXML(Document doc, String certAlias, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
474 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
1273 verifyXMLSignature(org.w3c.dom.Element element, java.lang.String idAttrName, java.lang.String certAlias) argument
1354 verifyXMLSignature(java.lang.String xmlString, java.lang.String idAttrName, java.lang.String certAlias) argument
1386 verifyXMLSignature(Document doc, java.lang.String idAttrName, java.lang.String certAlias) argument
[all...]
H A DSignatureProvider.java139 * @param idAttrName attribute name for the id attribute of the node to be
151 java.lang.String idAttrName,
162 * @param idAttrName attribute name for the id attribute of the node to be
174 java.lang.String idAttrName,
185 * @param idAttrName attribute name for the id attribute of the node to be
198 String idAttrName,
211 * @param idAttrName attribute name for the id attribute of the node to be
225 String idAttrName,
530 * @param idAttrName Attribute name for the id attribute
536 java.lang.String idAttrName,
148 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
171 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
195 signXML(Document doc, String certAlias, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
221 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
535 verifyXMLSignature(org.w3c.dom.Element element, java.lang.String idAttrName, java.lang.String certAlias) argument
570 verifyXMLSignature(java.lang.String xmlString, java.lang.String idAttrName, java.lang.String certAlias) argument
[all...]
H A DXMLSignatureManager.java234 * @param idAttrName attribute name for the id attribute of the node to be
246 java.lang.String idAttrName,
250 return sp.signXML(doc, certAlias, algorithm, idAttrName, id, includeCert);
260 * @param idAttrName attribute name for the id attribute of the node to be
272 java.lang.String idAttrName,
277 return sp.signXML(xmlString, certAlias, algorithm, idAttrName, id, includeCert);
286 * @param idAttrName attribute name for the id attribute of the node to be
299 java.lang.String idAttrName,
305 idAttrName, id, includeCert, xpath);
315 * @param idAttrName attribut
243 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
269 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert) argument
296 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String idAttrName, java.lang.String id, boolean includeCert, java.lang.String xpath) argument
325 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
678 verifyXMLSignature(org.w3c.dom.Element element, java.lang.String idAttrName, java.lang.String certAlias) argument
721 verifyXMLSignature(java.lang.String xmlString, java.lang.String idAttrName, java.lang.String certAlias) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java1563 * @param idAttrName name of the id attribute to be signed
1569 SOAPMessage msg, String idAttrName, String id)
1596 idAttrName,
1568 signRegistrationRequest( SOAPMessage msg, String idAttrName, String id) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java1563 * @param idAttrName name of the id attribute to be signed
1569 SOAPMessage msg, String idAttrName, String id)
1596 idAttrName,
1568 signRegistrationRequest( SOAPMessage msg, String idAttrName, String id) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java1655 * @param idAttrName id attribute name
1662 SOAPMessage msg, String idAttrName, String id)
1689 idAttrName,
1661 signLogoutRequest( SOAPMessage msg, String idAttrName, String id) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java1655 * @param idAttrName id attribute name
1662 SOAPMessage msg, String idAttrName, String id)
1689 idAttrName,
1661 signLogoutRequest( SOAPMessage msg, String idAttrName, String id) argument

Completed in 61 milliseconds