Searched refs:encryptedKey (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DAMEncryptionProvider.java308 EncryptedKey encryptedKey = cipher.encryptKey(doc, secretKey);
314 encryptedKey.setKeyInfo(insideKi);
318 encryptedKey.setId(ekID);
324 doc, encryptedKey)));
342 builderKeyInfo.add(encryptedKey);
356 Element ek = cipher.martial(doc, encryptedKey);
435 EncryptedKey encryptedKey = null;
478 if(encryptedKey == null) {
479 encryptedKey =
481 if(encryptedKey
672 decryptKey(Element encryptedKey, String certAlias) argument
[all...]
H A DEncryptionProvider.java202 * @param encryptedKey the encrypted key element
206 public java.security.Key decryptKey(Element encryptedKey, String certAlias); argument
H A DXMLEncryptionManager.java326 * @param encryptedKey the encrypted key.
330 public Key decryptKey(Element encryptedKey, String certAlias) { argument
331 return ep.decryptKey(encryptedKey, certAlias);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DAMEncryptionProvider.java306 EncryptedKey encryptedKey = cipher.encryptKey(doc, secretKey);
312 encryptedKey.setKeyInfo(insideKi);
316 encryptedKey.setId(ekID);
322 doc, encryptedKey)));
340 builderKeyInfo.add(encryptedKey);
354 Element ek = cipher.martial(doc, encryptedKey);
433 EncryptedKey encryptedKey = null;
476 if(encryptedKey == null) {
477 encryptedKey =
479 if(encryptedKey
659 decryptKey(Element encryptedKey, String certAlias) argument
[all...]
H A DEncryptionProvider.java202 * @param encryptedKey the encrypted key element
206 public java.security.Key decryptKey(Element encryptedKey, String certAlias); argument
H A DXMLEncryptionManager.java326 * @param encryptedKey the encrypted key.
330 public Key decryptKey(Element encryptedKey, String certAlias) { argument
331 return ep.decryptKey(encryptedKey, certAlias);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlenc/
H A DFMEncProvider.java281 EncryptedKey encryptedKey = null;
283 encryptedKey = cipher.encryptKey(doc, secretKey);
330 ek = cipher.martial(doc, encryptedKey);
460 EncryptedKey encryptedKey = null;
462 encryptedKey = cipher.loadEncryptedKey(doc, secondChild);
470 if ((encryptedKey != null) && (encryptedData != null)) {
480 return (SecretKey) getEncryptionKey(keyCipher, privateKeys, encryptedKey,
567 EncryptedKey encryptedKey = null;
569 encryptedKey = cipher.loadEncryptedKey(doc, secondChild);
578 if (encryptedKey !
684 getEncryptionKey(XMLCipher cipher, Set<PrivateKey> privateKeys, EncryptedKey encryptedKey, String algorithm) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlenc/
H A DFMEncProvider.java294 EncryptedKey encryptedKey = null;
296 encryptedKey = cipher.encryptKey(doc, secretKey);
343 ek = cipher.martial(doc, encryptedKey);
473 EncryptedKey encryptedKey = null;
475 encryptedKey = cipher.loadEncryptedKey(doc, secondChild);
483 if ((encryptedKey != null) && (encryptedData != null)) {
493 return (SecretKey) getEncryptionKey(keyCipher, privateKeys, encryptedKey,
582 EncryptedKey encryptedKey = null;
584 encryptedKey = cipher.loadEncryptedKey(doc, secondChild);
593 if (encryptedKey !
698 getEncryptionKey(XMLCipher cipher, Set<PrivateKey> privateKeys, EncryptedKey encryptedKey, String algorithm) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs575 EncryptedKey encryptedKey = new EncryptedKey();
576 encryptedKey.Id = encryptionKeyElementID;
578 encryptedKey.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncRSA15Url);
579 encryptedKey.CipherData = new CipherData(EncryptedXml.EncryptKey(alg.Key, publicKeyRSA, false));
585 encryptedKey.KeyInfo.AddClause(kin);
589 XmlNode importKeyNode = xmlDoc.ImportNode(encryptedKey.GetXml(), true);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs667 EncryptedKey encryptedKey = new EncryptedKey();
668 encryptedKey.Id = encryptionKeyElementID;
670 encryptedKey.EncryptionMethod = new EncryptionMethod(EncryptedXml.XmlEncRSA15Url);
671 encryptedKey.CipherData = new CipherData(EncryptedXml.EncryptKey(alg.Key, publicKeyRSA, false));
677 encryptedKey.KeyInfo.AddClause(kin);
681 XmlNode importKeyNode = xmlDoc.ImportNode(encryptedKey.GetXml(), true);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DEncryptedResourceID.java166 * @param encryptedKey Encrypted key in DOM Element.
169 Element encryptedKey)
172 key = encryptedKey;
168 EncryptedResourceID(Element encryptedData, Element encryptedKey) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DEncryptedResourceID.java166 * @param encryptedKey Encrypted key in DOM Element.
169 Element encryptedKey)
172 key = encryptedKey;
168 EncryptedResourceID(Element encryptedData, Element encryptedKey) argument

Completed in 55 milliseconds