Searched refs:EncryptedType (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptedDataType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
27 extends com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
H A DEncryptedKeyType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
32 extends com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
H A DEncryptedType.java13 * Java content class for EncryptedType complex type.
17 * <complexType name="EncryptedType">
36 public interface EncryptedType { interface
H A DObjectFactory.java42 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptedType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl");
220 * Create an instance of EncryptedType
225 public com.sun.identity.saml2.jaxb.xmlenc.EncryptedType createEncryptedType()
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptedDataType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
27 extends com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
H A DEncryptedKeyType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
32 extends com.sun.identity.saml2.jaxb.xmlenc.EncryptedType
H A DEncryptedType.java13 * Java content class for EncryptedType complex type.
17 * <complexType name="EncryptedType">
36 public interface EncryptedType { interface
H A DObjectFactory.java42 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptedType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptedTypeImpl");
220 * Create an instance of EncryptedType
225 public com.sun.identity.saml2.jaxb.xmlenc.EncryptedType createEncryptedType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptedDataType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
27 extends com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType
H A DEncryptedKeyType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
32 extends com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType
H A DEncryptedType.java13 * Java content class for EncryptedType complex type.
17 * <complexType name="EncryptedType">
36 public interface EncryptedType { interface
H A DObjectFactory.java62 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedTypeImpl");
484 * Create an instance of EncryptedType
489 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType createEncryptedType()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptedDataType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
27 extends com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType
H A DEncryptedKeyType.java19 * <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
32 extends com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType
H A DEncryptedType.java13 * Java content class for EncryptedType complex type.
17 * <complexType name="EncryptedType">
36 public interface EncryptedType { interface
H A DObjectFactory.java62 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedTypeImpl");
484 * Create an instance of EncryptedType
489 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType createEncryptedType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptedTypeImpl.java11 public class EncryptedTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType, 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.xml.bind.marshaller.IdentifiableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
26 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType.class);
225 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType.class);
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptedTypeImpl.java11 public class EncryptedTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptedType, 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.xml.bind.marshaller.IdentifiableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
26 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptedType.class);
225 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptedType.class);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptedTypeImpl.java11 public class EncryptedTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType, 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.xml.bind.marshaller.IdentifiableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
26 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType.class);
225 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedType.class);
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptedTypeImpl.java11 public class EncryptedTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptedType, 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.xml.bind.marshaller.IdentifiableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
26 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptedType.class);
225 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptedType.class);

Completed in 75 milliseconds