Searched refs:EncryptionPropertiesType (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionPropertiesElement.java17 * <element name="EncryptionProperties" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionPropertiesType"/>
22 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType
H A DEncryptionPropertiesType.java13 * Java content class for EncryptionPropertiesType complex type.
17 * <complexType name="EncryptionPropertiesType">
30 public interface EncryptionPropertiesType { interface
H A DEncryptedType.java174 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType}
177 com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties();
184 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType}
187 void setEncryptionProperties(com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType value);
H A DObjectFactory.java57 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl");
424 * Create an instance of EncryptionPropertiesType
429 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType createEncryptionPropertiesType()
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionPropertiesElement.java17 * <element name="EncryptionProperties" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionPropertiesType"/>
22 extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType
H A DEncryptionPropertiesType.java13 * Java content class for EncryptionPropertiesType complex type.
17 * <complexType name="EncryptionPropertiesType">
30 public interface EncryptionPropertiesType { interface
H A DEncryptedType.java174 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType}
177 com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties();
184 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType}
187 void setEncryptionProperties(com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType value);
H A DObjectFactory.java57 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl");
424 * Create an instance of EncryptionPropertiesType
429 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType createEncryptionPropertiesType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionPropertiesElement.java17 * <element name="EncryptionProperties" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionPropertiesType"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType
H A DEncryptionPropertiesType.java13 * Java content class for EncryptionPropertiesType complex type.
17 * <complexType name="EncryptionPropertiesType">
30 public interface EncryptionPropertiesType { interface
H A DEncryptedType.java174 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType}
177 com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties();
184 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType}
187 void setEncryptionProperties(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType value);
H A DObjectFactory.java53 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl");
364 * Create an instance of EncryptionPropertiesType
369 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType createEncryptionPropertiesType()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionPropertiesElement.java17 * <element name="EncryptionProperties" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionPropertiesType"/>
22 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType
H A DEncryptionPropertiesType.java13 * Java content class for EncryptionPropertiesType complex type.
17 * <complexType name="EncryptionPropertiesType">
30 public interface EncryptionPropertiesType { interface
H A DEncryptedType.java174 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType}
177 com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties();
184 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType}
187 void setEncryptionProperties(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType value);
H A DObjectFactory.java53 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionPropertiesTypeImpl");
364 * Create an instance of EncryptionPropertiesType
369 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType createEncryptionPropertiesType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptionPropertiesTypeImpl.java11 public class EncryptionPropertiesTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType, 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
20 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType.class);
110 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType.class);
H A DEncryptedTypeImpl.java21 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType _EncryptionProperties;
85 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties() {
89 public void setEncryptionProperties(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType value) {
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptionPropertiesTypeImpl.java11 public class EncryptionPropertiesTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType, 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
20 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType.class);
110 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType.class);
H A DEncryptedTypeImpl.java21 protected com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType _EncryptionProperties;
85 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties() {
89 public void setEncryptionProperties(com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptionPropertiesTypeImpl.java11 public class EncryptionPropertiesTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType, 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
20 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType.class);
110 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType.class);
H A DEncryptedTypeImpl.java21 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType _EncryptionProperties;
85 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties() {
89 public void setEncryptionProperties(com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionPropertiesType value) {
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptionPropertiesTypeImpl.java11 public class EncryptionPropertiesTypeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType, 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
20 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType.class);
110 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType.class);
H A DEncryptedTypeImpl.java21 protected com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType _EncryptionProperties;
85 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType getEncryptionProperties() {
89 public void setEncryptionProperties(com.sun.identity.saml2.jaxb.xmlenc.EncryptionPropertiesType value) {

Completed in 116 milliseconds