/*
* KeyInfoConfirmationData.java
*
* Created on September 20, 2006, 1:06 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.sun.xml.wss.saml;
/**
*
* @author root
*/
publicinterface KeyInfoConfirmationData extends SubjectConfirmationData {
}