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

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java14 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.CipherReferenceType _CipherReference; field in class:CipherDataTypeImpl
24 return _CipherReference;
28 _CipherReference = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
58 if (_CipherReference instanceof javax.xml.bind.Element) {
59 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
62 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
64 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
66 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReferenc
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java14 protected com.sun.identity.saml2.jaxb.xmlenc.CipherReferenceType _CipherReference; field in class:CipherDataTypeImpl
24 return _CipherReference;
28 _CipherReference = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
58 if (_CipherReference instanceof javax.xml.bind.Element) {
59 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
62 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
64 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
66 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReferenc
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java14 protected com.sun.identity.liberty.ws.common.jaxb.xmlenc.CipherReferenceType _CipherReference; field in class:CipherDataTypeImpl
24 return _CipherReference;
28 _CipherReference = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
58 if (_CipherReference instanceof javax.xml.bind.Element) {
59 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
62 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
64 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
66 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReferenc
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java14 protected com.sun.identity.saml2.jaxb.xmlenc.CipherReferenceType _CipherReference; field in class:CipherDataTypeImpl
24 return _CipherReference;
28 _CipherReference = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
58 if (_CipherReference instanceof javax.xml.bind.Element) {
59 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
62 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
64 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReference");
66 context.childAsBody(((com.sun.xml.bind.JAXBObject) _CipherReference), "CipherReferenc
[all...]

Completed in 50 milliseconds