One-line commit to change the signature of the processExtendedOperation method so that it returns an
ExtendedOperation and not an ExtendedOperationBasis
| | |
| | | * @return A reference to the extended operation that was processed and |
| | | * contains information about the result of the processing. |
| | | */ |
| | | public ExtendedOperationBasis processExtendedOperation(String requestOID, |
| | | public ExtendedOperation processExtendedOperation(String requestOID, |
| | | ASN1OctetString requestValue) |
| | | { |
| | | ExtendedOperationBasis extendedOperation = |