Class IscheduleClient.PrivateKeys
java.lang.Object
org.bedework.calsvc.scheduling.hosts.IscheduleClient.PrivateKeys
- Enclosing class:
- IscheduleClient
Provided to the client class to allow access to private key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PrivateKeyFetch a private key for a request to the given domain and service.
-
Constructor Details
-
PrivateKeys
public PrivateKeys()
-
-
Method Details
-
getKey
Fetch a private key for a request to the given domain and service. The response will be null if there is no key and the interaction should be unsigned. An exception will be thrown if we should not attempt to communicate with the site or for some other error.- Parameters:
domain- nameservice- name- Returns:
- key or null for unsigned.
-