Package net.handle.apps.batch.operations
Class JoseSignHandleRecordOperation
java.lang.Object
net.handle.apps.batch.operations.JoseSignHandleRecordOperation
- All Implemented Interfaces:
HandleRecordOperationInterface
-
Constructor Summary
ConstructorsConstructorDescriptionJoseSignHandleRecordOperation(PrivateKey issPrivateKey, ValueReference issIdentity, List<String> chain) JoseSignHandleRecordOperation(ValueReference issIdentity, List<String> chain, String baseUri, String username, String password, String privateKeyId, String privateKeyPassphrase) -
Method Summary
Modifier and TypeMethodDescriptionintgetNextUnusedIndex(int firstIdx, List<HandleValue> values) voidprocess(String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site)
-
Constructor Details
-
JoseSignHandleRecordOperation
public JoseSignHandleRecordOperation(PrivateKey issPrivateKey, ValueReference issIdentity, List<String> chain) -
JoseSignHandleRecordOperation
-
-
Method Details
-
process
public void process(String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site) throws HandleException - Specified by:
processin interfaceHandleRecordOperationInterface- Throws:
HandleException
-
getNextUnusedIndex
-