Searched refs:DigestValueElement (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DDigestValueElement.java21 public interface DigestValueElement interface in inherits:javax.xml.bind.Element
H A DObjectFactory.java64 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class), "com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl");
100 rootTagMap.put(new javax.xml.namespace.QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"), (com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class));
587 * Create an instance of DigestValueElement
592 public com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement createDigestValueElement()
599 * Create an instance of DigestValueElement
604 public com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement createDigestValueElement(byte[] value)
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/
H A DDigestValueElement.java21 public interface DigestValueElement interface in inherits:javax.xml.bind.Element
H A DObjectFactory.java71 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class), "com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl");
98 rootTagMap.put(new javax.xml.namespace.QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"), (com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class));
683 * Create an instance of DigestValueElement
688 public com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement createDigestValueElement()
695 * Create an instance of DigestValueElement
700 public com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement createDigestValueElement(byte[] value)
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DDigestValueElement.java21 public interface DigestValueElement interface in inherits:javax.xml.bind.Element
H A DObjectFactory.java64 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class), "com.sun.identity.saml2.jaxb.xmlsig.impl.DigestValueElementImpl");
100 rootTagMap.put(new javax.xml.namespace.QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"), (com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class));
587 * Create an instance of DigestValueElement
592 public com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement createDigestValueElement()
599 * Create an instance of DigestValueElement
604 public com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement createDigestValueElement(byte[] value)
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/
H A DDigestValueElement.java21 public interface DigestValueElement interface in inherits:javax.xml.bind.Element
H A DObjectFactory.java71 defaultImplementations.put((com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class), "com.sun.identity.wsfederation.jaxb.xmlsig.impl.DigestValueElementImpl");
98 rootTagMap.put(new javax.xml.namespace.QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"), (com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class));
683 * Create an instance of DigestValueElement
688 public com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement createDigestValueElement()
695 * Create an instance of DigestValueElement
700 public com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement createDigestValueElement(byte[] value)
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/
H A DDigestValueElement.java21 public interface DigestValueElement interface in inherits:javax.xml.bind.Element
H A DObjectFactory.java62 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class), "com.sun.identity.liberty.ws.common.jaxb.xmlsig.impl.DigestValueElementImpl");
100 rootTagMap.put(new javax.xml.namespace.QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"), (com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class));
527 * Create an instance of DigestValueElement
532 public com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement createDigestValueElement()
539 * Create an instance of DigestValueElement
544 public com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement createDigestValueElement(byte[] value)
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/
H A DDigestValueElement.java21 public interface DigestValueElement interface in inherits:javax.xml.bind.Element
H A DObjectFactory.java62 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class), "com.sun.identity.liberty.ws.common.jaxb.xmlsig.impl.DigestValueElementImpl");
100 rootTagMap.put(new javax.xml.namespace.QName("http://www.w3.org/2000/09/xmldsig#", "DigestValue"), (com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class));
527 * Create an instance of DigestValueElement
532 public com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement createDigestValueElement()
539 * Create an instance of DigestValueElement
544 public com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement createDigestValueElement(byte[] value)
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/impl/
H A DDigestValueElementImpl.java11 public class DigestValueElementImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
26 return (com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class);
74 return (com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class);
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/impl/
H A DDigestValueElementImpl.java11 public class DigestValueElementImpl implements com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
26 return (com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class);
74 return (com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class);
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/impl/
H A DDigestValueElementImpl.java11 public class DigestValueElementImpl implements com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
26 return (com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class);
74 return (com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/impl/
H A DDigestValueElementImpl.java11 public class DigestValueElementImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
26 return (com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class);
74 return (com.sun.identity.liberty.ws.common.jaxb.xmlsig.DigestValueElement.class);
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/impl/
H A DDigestValueElementImpl.java11 public class DigestValueElementImpl implements com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
26 return (com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class);
74 return (com.sun.identity.saml2.jaxb.xmlsig.DigestValueElement.class);
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/impl/
H A DDigestValueElementImpl.java11 public class DigestValueElementImpl implements com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
26 return (com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class);
74 return (com.sun.identity.wsfederation.jaxb.xmlsig.DigestValueElement.class);

Completed in 83 milliseconds