Searched refs:_CipherValue (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.java15 protected byte[] _CipherValue; field in class:CipherDataTypeImpl
32 return _CipherValue;
36 _CipherValue = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
51 context.text(com.sun.msv.datatype.xsd.Base64BinaryType.save(((byte[]) _CipherValue)), "CipherValue");
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
76 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
77 if ((_CipherReference!= null)&&(_CipherValue == null)) {
88 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
89 if ((_CipherReference!= null)&&(_CipherValue
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java15 protected byte[] _CipherValue; field in class:CipherDataTypeImpl
32 return _CipherValue;
36 _CipherValue = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
51 context.text(com.sun.msv.datatype.xsd.Base64BinaryType.save(((byte[]) _CipherValue)), "CipherValue");
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
76 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
77 if ((_CipherReference!= null)&&(_CipherValue == null)) {
88 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
89 if ((_CipherReference!= null)&&(_CipherValue
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java15 protected byte[] _CipherValue; field in class:CipherDataTypeImpl
32 return _CipherValue;
36 _CipherValue = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
51 context.text(com.sun.msv.datatype.xsd.Base64BinaryType.save(((byte[]) _CipherValue)), "CipherValue");
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
76 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
77 if ((_CipherReference!= null)&&(_CipherValue == null)) {
88 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
89 if ((_CipherReference!= null)&&(_CipherValue
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DCipherDataTypeImpl.java15 protected byte[] _CipherValue; field in class:CipherDataTypeImpl
32 return _CipherValue;
36 _CipherValue = value;
46 if ((_CipherReference == null)&&(_CipherValue!= null)) {
51 context.text(com.sun.msv.datatype.xsd.Base64BinaryType.save(((byte[]) _CipherValue)), "CipherValue");
57 if ((_CipherReference!= null)&&(_CipherValue == null)) {
76 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
77 if ((_CipherReference!= null)&&(_CipherValue == null)) {
88 if (!((_CipherReference == null)&&(_CipherValue!= null))) {
89 if ((_CipherReference!= null)&&(_CipherValue
[all...]

Completed in 27 milliseconds