reader.next(); // Move to end of Transforms
}
}
if(algorithm != null && algorithm.equals(MessageConstants.SWA11_ATTACHMENT_CIPHERTEXT_TRANSFORM)){
AttachmentSet attachmentSet = pc.getSecurityContext().getAttachmentSet();
Attachment as = attachmentSet.get(attachUri);//sm.getAttachment(attachUri);
cipherValue = as.asByteArray();
attachmentContentId = as.getContentId();
attachmentContentType = as.getContentType();
reader.next(); // Move to end of CipherReference
reader.next(); // Move to NEXT ELEMENT
return;
} else {
logger.log(Level.SEVERE, LogStringsMessages.WSS_1928_UNRECOGNIZED_CIPHERTEXT_TRANSFORM(algorithm));