Searched refs:_SecretKeyProtection (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DTechnicalProtectionTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ac.SecretKeyProtectionType _SecretKeyProtection; field in class:TechnicalProtectionTypeImpl
44 return _SecretKeyProtection;
48 _SecretKeyProtection = value;
60 if (((_SecretKeyProtection == null)&&(_PrivateKeyProtection!= null))&&(((_Extension == null)? 0 :_Extension.size()) == 0)) {
73 if (((_SecretKeyProtection!= null)&&(_PrivateKeyProtection == null))&&(((_Extension == null)? 0 :_Extension.size()) == 0)) {
74 if (_SecretKeyProtection instanceof javax.xml.bind.Element) {
75 context.childAsBody(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtection");
78 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtection");
80 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtection");
82 context.childAsBody(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtectio
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DTechnicalProtectionTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ac.SecretKeyProtectionType _SecretKeyProtection; field in class:TechnicalProtectionTypeImpl
44 return _SecretKeyProtection;
48 _SecretKeyProtection = value;
60 if (((_SecretKeyProtection == null)&&(_PrivateKeyProtection!= null))&&(((_Extension == null)? 0 :_Extension.size()) == 0)) {
73 if (((_SecretKeyProtection!= null)&&(_PrivateKeyProtection == null))&&(((_Extension == null)? 0 :_Extension.size()) == 0)) {
74 if (_SecretKeyProtection instanceof javax.xml.bind.Element) {
75 context.childAsBody(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtection");
78 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtection");
80 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtection");
82 context.childAsBody(((com.sun.xml.bind.JAXBObject) _SecretKeyProtection), "SecretKeyProtectio
[all...]

Completed in 28 milliseconds