145146147148149150151152
currentData = writer.toByteArray(); } return currentData; } catch (Exception e) { throw new SignerException(e); } }
192193194195196197198199
break; } } return valid; } catch (Exception e) { throw new SignerException(e); } }