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

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

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

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

public abstract interface SignedInfo extends XMLStructure
{
  public abstract CanonicalizationMethod getCanonicalizationMethod();

  public abstract SignatureMethod getSignatureMethod();

  public abstract List getReferences();

  public abstract String getId();

  public abstract InputStream getCanonicalizedData();
}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy