|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KgssMessageBuilder
All KGSS communication is encrypted. This means that:
KgssMessageBuilderImpl
Method Summary | |
---|---|
GetKeyRequest |
sealGetKeyRequest(GetKeyRequestContent requestContent)
Seal get key request. |
GetNewKeyRequest |
sealGetNewKeyRequest(GetNewKeyRequestContent requestContent)
Seal get new key request. |
GetKeyResponseContent |
unsealGetKeyResponse(GetKeyResponse response)
Unseal get key response. |
GetNewKeyResponseContent |
unsealGetNewKeyResponse(GetNewKeyResponse response)
Unseal get new key response. |
Method Detail |
---|
GetNewKeyRequest sealGetNewKeyRequest(GetNewKeyRequestContent requestContent) throws TechnicalConnectorException
requestContent
- the request content
TechnicalConnectorException
- When a technical exception occursGetNewKeyResponseContent unsealGetNewKeyResponse(GetNewKeyResponse response) throws TechnicalConnectorException
response
- the response
TechnicalConnectorException
- When a technical exception occursGetKeyRequest sealGetKeyRequest(GetKeyRequestContent requestContent) throws TechnicalConnectorException
requestContent
- the request content
TechnicalConnectorException
- When a technical exception occursGetKeyResponseContent unsealGetKeyResponse(GetKeyResponse response) throws TechnicalConnectorException
response
- the response
TechnicalConnectorException
- When a technical exception occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |