String alias = secretKeyElement.getAttribute(XMLStore.ALIAS_ATTRIBUTE);
SecretKey secretKey = this.getSecretKey(secretKeyElement, encoding);
this.getSecretKeyMap().put(alias, secretKey);
}
} catch (GeneralSecurityException e) {
throw new StoreException(e);
} catch (SAXException e) {
throw new StoreException(e);
}
}