01: /*
02: * KeyInfoConfirmationData.java
03: *
04: * Created on September 20, 2006, 1:06 PM
05: *
06: * To change this template, choose Tools | Template Manager
07: * and open the template in the editor.
08: */
09:
10: package com.sun.xml.wss.saml;
11:
12: /**
13: *
14: * @author root
15: */
16: public interface KeyInfoConfirmationData extends
17: SubjectConfirmationData {
18:
19: }
|