try {
signDecryptHelper(cryptoSystem, privateKeyData, input, inputOffset,
output, outputOffset, DECRYPT_DESC,
SmartCardSession.DECRYPT_OPERATION);
} catch (final CryptoUnsupportedOperationException e) {
throw new CryptoTokenException(e.toString());
}
}