elem =
(Element)WSSecurityUtil.findElement(
elem, Constants._TAG_X509ISSUERSERIAL, Constants.SignatureSpecNS
);
}
issuerSerial = new XMLX509IssuerSerial(elem, "");
} catch (XMLSecurityException e) {
throw new WSSecurityException(
WSSecurityException.SECURITY_TOKEN_UNAVAILABLE,
"noToken",
new Object[]{"Issuer/Serial data element missing"},