Searched refs:EncryptedKey (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptedKey.java25 * $Id: EncryptedKey.java,v 1.2 2008/06/25 05:48:16 qcheng Exp $
33 * This is the place holder for EncryptedKey, methods yet to be defined
35 public class EncryptedKey { class
39 public EncryptedKey () {} method in class:EncryptedKey
H A DAMEncryptionProvider.java49 import org.apache.xml.security.encryption.EncryptedKey;
308 EncryptedKey encryptedKey = cipher.encryptKey(doc, secretKey);
340 "http://www.w3.org/2001/04/xmlenc#EncryptedKey");
435 EncryptedKey encryptedKey = null;
452 EncryptionConstants.ENC_XML_NS, "EncryptedKey").item(0);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptedKey.java25 * $Id: EncryptedKey.java,v 1.2 2008/06/25 05:48:16 qcheng Exp $
33 * This is the place holder for EncryptedKey, methods yet to be defined
35 public class EncryptedKey { class
39 public EncryptedKey () {} method in class:EncryptedKey
H A DAMEncryptionProvider.java45 import org.apache.xml.security.encryption.EncryptedKey;
306 EncryptedKey encryptedKey = cipher.encryptKey(doc, secretKey);
338 "http://www.w3.org/2001/04/xmlenc#EncryptedKey");
433 EncryptedKey encryptedKey = null;
450 EncryptionConstants.ENC_XML_NS, "EncryptedKey").item(0);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletEncryptedXml.cs99 EncryptedKey encKey = null;
102 encKey = ((KeyInfoEncryptedKey) clause).EncryptedKey;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Common/
H A DFedletEncryptedXml.cs99 EncryptedKey encKey = null;
102 encKey = ((KeyInfoEncryptedKey) clause).EncryptedKey;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlenc/
H A DFMEncProvider.java45 import org.apache.xml.security.encryption.EncryptedKey;
78 * which will include the xenc:EncryptedKey Element (as defined in
79 * XML Encryption Specification). If false, will have xenc:EncryptedKey
281 EncryptedKey encryptedKey = null;
327 // add the EncryptedKey element
369 // insert the EncryptedKey before the xenc:CipherData Element
418 SAML2Constants.NS_XMLENC, "EncryptedKey");
421 classMethod + "Missing the EncryptedKey element.");
426 // use the first EncryptedKey found
460 EncryptedKey encryptedKe
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlenc/
H A DFMEncProvider.java41 import org.apache.xml.security.encryption.EncryptedKey;
77 * which will include the xenc:EncryptedKey Element (as defined in
78 * XML Encryption Specification). If false, will have xenc:EncryptedKey
294 EncryptedKey encryptedKey = null;
340 // add the EncryptedKey element
382 // insert the EncryptedKey before the xenc:CipherData Element
431 SAML2Constants.NS_XMLENC, "EncryptedKey");
434 classMethod + "Missing the EncryptedKey element.");
439 // use the first EncryptedKey found
473 EncryptedKey encryptedKe
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs575 EncryptedKey encryptedKey = new EncryptedKey();
581 encryptedData.KeyInfo.AddClause(new KeyInfoRetrievalMethod("#" + encryptionKeyElementID, "http://www.w3.org/2001/04/xmlenc#EncryptedKey"));
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs667 EncryptedKey encryptedKey = new EncryptedKey();
673 encryptedData.KeyInfo.AddClause(new KeyInfoRetrievalMethod("#" + encryptionKeyElementID, "http://www.w3.org/2001/04/xmlenc#EncryptedKey"));

Completed in 55 milliseconds