/* 86 */ } else if (tag.equals("Signature")) {
/* 87 */ this.securityProcesses.add(new Signature(child, resolver));
/* 88 */ } else if (tag.equals("EncryptedKey")) {
/* 89 */ this.securityProcesses.add(new EncryptedKey(child, resolver));
/* 90 */ } else if (tag.equals("ReferenceList")) {
/* 91 */ throw new UnsupportedSecurityTokenException("ReferenceLists outside of encrypted keys (shared secrets) are not supported.");
/* */ }
/* 93 */ child = Util.getNextSiblingElement(child);
/* */ }
/* */ }