Searched refs:_Nonce (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/ps/impl/
H A DEncryptableNameIdentifierTypeImpl.java16 protected java.lang.String _Nonce; field in class:EncryptableNameIdentifierTypeImpl
26 return _Nonce;
30 _Nonce = value;
63 if (_Nonce!= null) {
66 context.text(((java.lang.String) _Nonce), "Nonce");
203 _Nonce = value;
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DEncryptableNameIdentifierTypeImpl.java16 protected java.lang.String _Nonce; field in class:EncryptableNameIdentifierTypeImpl
26 return _Nonce;
30 _Nonce = value;
63 if (_Nonce!= null) {
66 context.text(((java.lang.String) _Nonce), "Nonce");
203 _Nonce = value;

Completed in 29 milliseconds