Searched defs:encryptedDoc (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionProvider.java180 * @param encryptedDoc XML Document with encrypted data.
185 Document encryptedDoc,
191 * @param encryptedDoc XML Document with encrypted data.
196 Document encryptedDoc,
184 decryptAndReplace( Document encryptedDoc, java.lang.String certAlias) argument
195 decryptAndReplace( Document encryptedDoc, java.security.Key privKey) argument
H A DAMEncryptionProvider.java399 * @param encryptedDoc XML Document with encrypted data.
404 Document encryptedDoc,
407 return decryptAndReplace(encryptedDoc,
413 * @param encryptedDoc XML Document with encrypted data.
418 Document encryptedDoc,
422 if(encryptedDoc == null) {
430 + XMLUtils.print(encryptedDoc));
439 NodeList nodes = encryptedDoc.getElementsByTagNameNS(
443 return encryptedDoc;
451 Element encryptedElem = (Element)encryptedDoc
403 decryptAndReplace( Document encryptedDoc, java.lang.String certAlias) argument
417 decryptAndReplace( Document encryptedDoc, java.security.Key privKey) argument
[all...]
H A DXMLEncryptionManager.java297 * @param encryptedDoc Encrypted XML Document.
304 org.w3c.dom.Document encryptedDoc,
307 return ep.decryptAndReplace(encryptedDoc, kekAlias);
312 * @param encryptedDoc XML Document with encrypted data.
318 Document encryptedDoc,
321 return ep.decryptAndReplace(encryptedDoc, privKey);
303 decryptAndReplace( org.w3c.dom.Document encryptedDoc, java.lang.String kekAlias) argument
317 decryptAndReplace( Document encryptedDoc, java.security.Key privKey) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionProvider.java180 * @param encryptedDoc XML Document with encrypted data.
185 Document encryptedDoc,
191 * @param encryptedDoc XML Document with encrypted data.
196 Document encryptedDoc,
184 decryptAndReplace( Document encryptedDoc, java.lang.String certAlias) argument
195 decryptAndReplace( Document encryptedDoc, java.security.Key privKey) argument
H A DAMEncryptionProvider.java397 * @param encryptedDoc XML Document with encrypted data.
402 Document encryptedDoc,
405 return decryptAndReplace(encryptedDoc,
411 * @param encryptedDoc XML Document with encrypted data.
416 Document encryptedDoc,
420 if(encryptedDoc == null) {
428 + XMLUtils.print(encryptedDoc));
437 NodeList nodes = encryptedDoc.getElementsByTagNameNS(
441 return encryptedDoc;
449 Element encryptedElem = (Element)encryptedDoc
401 decryptAndReplace( Document encryptedDoc, java.lang.String certAlias) argument
415 decryptAndReplace( Document encryptedDoc, java.security.Key privKey) argument
[all...]
H A DXMLEncryptionManager.java297 * @param encryptedDoc Encrypted XML Document.
304 org.w3c.dom.Document encryptedDoc,
307 return ep.decryptAndReplace(encryptedDoc, kekAlias);
312 * @param encryptedDoc XML Document with encrypted data.
318 Document encryptedDoc,
321 return ep.decryptAndReplace(encryptedDoc, privKey);
303 decryptAndReplace( org.w3c.dom.Document encryptedDoc, java.lang.String kekAlias) argument
317 decryptAndReplace( Document encryptedDoc, java.security.Key privKey) argument

Completed in 40 milliseconds