Searched refs:_KeyStorage (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/ac/impl/
H A DSecretKeyProtectionTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.KeyStorageType _KeyStorage; field in class:SecretKeyProtectionTypeImpl
36 return _KeyStorage;
40 _KeyStorage = value;
73 if (_KeyStorage!= null) {
74 if (_KeyStorage instanceof javax.xml.bind.Element) {
75 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
78 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
80 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
82 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
113 if (_KeyStorage!
[all...]
H A DPrivateKeyProtectionTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ac.KeyStorageType _KeyStorage; field in class:PrivateKeyProtectionTypeImpl
45 return _KeyStorage;
49 _KeyStorage = value;
82 if (_KeyStorage!= null) {
83 if (_KeyStorage instanceof javax.xml.bind.Element) {
84 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
87 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
89 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
91 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
135 if (_KeyStorage!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DSecretKeyProtectionTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.KeyStorageType _KeyStorage; field in class:SecretKeyProtectionTypeImpl
36 return _KeyStorage;
40 _KeyStorage = value;
73 if (_KeyStorage!= null) {
74 if (_KeyStorage instanceof javax.xml.bind.Element) {
75 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
78 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
80 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
82 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
113 if (_KeyStorage!
[all...]
H A DPrivateKeyProtectionTypeImpl.java16 protected com.sun.identity.liberty.ws.common.jaxb.ac.KeyStorageType _KeyStorage; field in class:PrivateKeyProtectionTypeImpl
45 return _KeyStorage;
49 _KeyStorage = value;
82 if (_KeyStorage!= null) {
83 if (_KeyStorage instanceof javax.xml.bind.Element) {
84 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
87 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
89 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
91 context.childAsBody(((com.sun.xml.bind.JAXBObject) _KeyStorage), "KeyStorage");
135 if (_KeyStorage!
[all...]

Completed in 30 milliseconds