Searched refs:_PrivateKeyProtection (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.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.PrivateKeyProtectionType _PrivateKeyProtection; field in class:TechnicalProtectionTypeImpl
36 return _PrivateKeyProtection;
40 _PrivateKeyProtection = value;
60 if (((_SecretKeyProtection == null)&&(_PrivateKeyProtection!= null))&&(((_Extension == null)? 0 :_Extension.size()) == 0)) {
61 if (_PrivateKeyProtection instanceof javax.xml.bind.Element) {
62 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
65 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
67 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
69 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
73 if (((_SecretKeyProtection!= null)&&(_PrivateKeyProtection
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DTechnicalProtectionTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.PrivateKeyProtectionType _PrivateKeyProtection; field in class:TechnicalProtectionTypeImpl
36 return _PrivateKeyProtection;
40 _PrivateKeyProtection = value;
60 if (((_SecretKeyProtection == null)&&(_PrivateKeyProtection!= null))&&(((_Extension == null)? 0 :_Extension.size()) == 0)) {
61 if (_PrivateKeyProtection instanceof javax.xml.bind.Element) {
62 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
65 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
67 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
69 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrivateKeyProtection), "PrivateKeyProtection");
73 if (((_SecretKeyProtection!= null)&&(_PrivateKeyProtection
[all...]

Completed in 29 milliseconds