All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.xml.crypto.dsig.Manifest Maven / Gradle / Ivy

The newest version!
package javax.xml.crypto.dsig;

import java.util.List;
import javax.xml.crypto.XMLStructure;

public abstract interface Manifest extends XMLStructure
{
  public static final String TYPE = "http://www.w3.org/2000/09/xmldsig#Manifest";

  public abstract String getId();

  public abstract List getReferences();
}

/* Location:           E:\HYN\Java\trunk\ref\lib-dep\xmldsig\xmldsig.jar
 * Qualified Name:     javax.xml.crypto.dsig.Manifest
 * JD-Core Version:    0.6.2
 */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy