|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.certra.protocol.v2.RevokeRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:42:02+02:00", comments="JAXB RI v2.3.6") public class RevokeRequest
Request for revoking an eHealth authentication certificate and its associated Encryption Token. The request must contain a XML contract that was obtained from the generateRevocationContract operation.
Java class for RevokeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevokeRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <sequence> <element name="PublicKeyIdentifier" type="{urn:be:fgov:ehealth:etee:commons:core:v2}PublicKeyIdentifier"/> <element name="Contract" type="{urn:be:fgov:ehealth:certra:core:v2}RevocationContractType"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
RevokeRequest()
|
Method Summary | |
---|---|
RevocationContractType |
getContract()
Gets the value of the contract property. |
byte[] |
getPublicKeyIdentifier()
Gets the value of the publicKeyIdentifier property. |
Signature |
getSignature()
Enveloped XML signature that signs the entire request element. |
void |
setContract(RevocationContractType value)
Sets the value of the contract property. |
void |
setPublicKeyIdentifier(byte[] value)
Sets the value of the publicKeyIdentifier property. |
void |
setSignature(Signature value)
Sets the value of the signature property. |
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType |
---|
getId, getIssueInstant, setId, setIssueInstant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevokeRequest()
Method Detail |
---|
public byte[] getPublicKeyIdentifier()
String
public void setPublicKeyIdentifier(byte[] value)
value
- allowed object is
String
public RevocationContractType getContract()
RevocationContractType
public void setContract(RevocationContractType value)
value
- allowed object is
RevocationContractType
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |