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 TypeMethodDescriptionint
getNextUnusedIndex
(int firstIdx, List<HandleValue> values) void
process
(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:
process
in interfaceHandleRecordOperationInterface
- Throws:
HandleException
-
getNextUnusedIndex
-