{
throw new TrustKeyConfigurationException(e);
}
catch (NoSuchAlgorithmException e)
{
throw new TrustKeyProcessingException(e);
}
catch (UnrecoverableKeyException e)
{
throw new TrustKeyProcessingException(e);
}
catch (GeneralSecurityException e)
{
throw new TrustKeyProcessingException(e);
}
catch (IOException e)
{
throw new TrustKeyProcessingException(e);
}
}