public class ReissueRequestType extends RequestAbstractType
Java class for ReissueRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReissueRequestType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}ReissueKeyBinding"/>
<element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ProofOfPossession" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationType |
authentication |
protected ProofOfPossessionType |
proofOfPossession |
protected KeyBindingType |
reissueKeyBinding |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
ReissueRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthentication()
Gets the value of the authentication property.
|
ProofOfPossessionType |
getProofOfPossession()
Gets the value of the proofOfPossession property.
|
KeyBindingType |
getReissueKeyBinding()
Gets the value of the reissueKeyBinding property.
|
void |
setAuthentication(AuthenticationType value)
Sets the value of the authentication property.
|
void |
setProofOfPossession(ProofOfPossessionType value)
Sets the value of the proofOfPossession property.
|
void |
setReissueKeyBinding(KeyBindingType value)
Sets the value of the reissueKeyBinding property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected KeyBindingType reissueKeyBinding
protected AuthenticationType authentication
protected ProofOfPossessionType proofOfPossession
public KeyBindingType getReissueKeyBinding()
KeyBindingTypepublic void setReissueKeyBinding(KeyBindingType value)
value - allowed object is
KeyBindingTypepublic AuthenticationType getAuthentication()
AuthenticationTypepublic void setAuthentication(AuthenticationType value)
value - allowed object is
AuthenticationTypepublic ProofOfPossessionType getProofOfPossession()
ProofOfPossessionTypepublic void setProofOfPossession(ProofOfPossessionType value)
value - allowed object is
ProofOfPossessionTypeApache CXF