public abstract class OSCPProviderMDStateHandler<T extends State> extends OSCPProviderHandler<T>
provider| Constructor and Description |
|---|
OSCPProviderMDStateHandler(java.lang.String descriptorHandle) |
| Modifier and Type | Method and Description |
|---|---|
protected State |
getInitalClonedState() |
protected abstract T |
getInitialState() |
InvocationState |
onStateChangeRequest(T state,
OperationInvocationContext oic) |
getDescriptorHandle, notifyOperationInvoked, setProvider, updateStatepublic OSCPProviderMDStateHandler(java.lang.String descriptorHandle)
public InvocationState onStateChangeRequest(T state, OperationInvocationContext oic)
protected final State getInitalClonedState()
protected abstract T getInitialState()