Searched refs:EncryptedIDImpl (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedIDImpl.java25 * $Id: EncryptedIDImpl.java,v 1.2 2008/06/25 05:47:43 qcheng Exp $
56 public class EncryptedIDImpl extends EncryptedElementImpl implements EncryptedID class in inherits:EncryptedElementImpl,EncryptedID
67 SAML2SDKUtils.debug.message("EncryptedIDImpl.parseElement: "
79 SAML2SDKUtils.debug.message("EncryptedIDImpl.parseElement: "
80 + "not EncryptedIDImpl.");
92 public EncryptedIDImpl(Element element) method in class:EncryptedIDImpl
103 public EncryptedIDImpl(String xmlString) method in class:EncryptedIDImpl
119 SAML2SDKUtils.decodeXMLToDebugLog("EncryptedIDImpl.decrypt: ", el);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DEncryptedIDImpl.java25 * $Id: EncryptedIDImpl.java,v 1.2 2008/06/25 05:47:43 qcheng Exp $
56 public class EncryptedIDImpl extends EncryptedElementImpl implements EncryptedID class in inherits:EncryptedElementImpl,EncryptedID
67 SAML2SDKUtils.debug.message("EncryptedIDImpl.parseElement: "
79 SAML2SDKUtils.debug.message("EncryptedIDImpl.parseElement: "
80 + "not EncryptedIDImpl.");
92 public EncryptedIDImpl(Element element) method in class:EncryptedIDImpl
103 public EncryptedIDImpl(String xmlString) method in class:EncryptedIDImpl
119 SAML2SDKUtils.decodeXMLToDebugLog("EncryptedIDImpl.decrypt: ", el);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java41 import com.sun.identity.saml2.assertion.impl.EncryptedIDImpl;
549 return new EncryptedIDImpl(elem);
570 return new EncryptedIDImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java41 import com.sun.identity.saml2.assertion.impl.EncryptedIDImpl;
549 return new EncryptedIDImpl(elem);
570 return new EncryptedIDImpl(xml);

Completed in 56 milliseconds