public class RecoverResultType extends ResultType
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyBindingType> |
keyBinding |
protected PrivateKeyType |
privateKey |
requestId, requestSignatureValue, resultMajor, resultMinorid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
RecoverResultType() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyBindingType> |
getKeyBinding()
Gets the value of the keyBinding property.
|
PrivateKeyType |
getPrivateKey()
Gets the value of the privateKey property.
|
void |
setPrivateKey(PrivateKeyType value)
Sets the value of the privateKey property.
|
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinorgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected List<KeyBindingType> keyBinding
protected PrivateKeyType privateKey
public List<KeyBindingType> getKeyBinding()
KeyBindingTypepublic PrivateKeyType getPrivateKey()
PrivateKeyTypepublic void setPrivateKey(PrivateKeyType value)
value - allowed object is
PrivateKeyTypeApache CXF