|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyDepotService
The eHealth-platform Key Depot provides a web service interface to retrieve an encryption token key using the getETK operation. The service provided via this technical connector allows the invocation of this getETK operation based on specific input criteria that identify the to-be-found ETK of the receiver uniquely.
Depending on the defined search criteria and corresponding availability of ETK's within the Key Depot, a result from this service can be one of the following:
ServiceFactory.getKeyDepotService()
Method Summary | |
---|---|
GetEtkResponse |
getETK(GetEtkRequest etkRequest)
Request an ETK from the Key Depot |
Set<EncryptionToken> |
getETKSet(IdentifierType identifierType,
String identifierValue,
String applicationId)
Gets the a Set of EncryptionToken from the KeyDepot based on the input parameters. |
Method Detail |
---|
GetEtkResponse getETK(GetEtkRequest etkRequest) throws TechnicalConnectorException
etkRequest
- Request data structure for the getEtk operation.
TechnicalConnectorException
- When a technical exception occursSet<EncryptionToken> getETKSet(IdentifierType identifierType, String identifierValue, String applicationId) throws TechnicalConnectorException
Set
of EncryptionToken
from the KeyDepot based on the input parameters.
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |