Uses of Class
edu.internet2.middleware.security.XmlSecToolCommandLineArguments

Uses of XmlSecToolCommandLineArguments in edu.internet2.middleware.security
 

Methods in edu.internet2.middleware.security with parameters of type XmlSecToolCommandLineArguments
protected static void XmlSecTool.addSignatureELement(XmlSecToolCommandLineArguments cli, Element root, Element signature)
          Adds the signature element at the appropriate place in the document.
protected static org.opensaml.xml.security.x509.BasicX509Credential XmlSecTool.getCredential(XmlSecToolCommandLineArguments cli)
          Gets the credentials used for signing and signature verification.
protected static Collection<X509CRL> XmlSecTool.getCRLs(XmlSecToolCommandLineArguments cli)
          Gets the CRLs referenced on the command line, if any.
protected static DocumentBuilder XmlSecTool.getParser(XmlSecToolCommandLineArguments cli)
          Constructs a DOM parser used to parse the input XML.
protected static String XmlSecTool.getSignatureReferenceUri(XmlSecToolCommandLineArguments cli, Element rootElement)
          Gets the reference of the URI to use for the signature.
protected static InputStream XmlSecTool.getXmlInputStreamFromFile(XmlSecToolCommandLineArguments cli)
          Creates an input stream that reads the input XML from a file.
protected static InputStream XmlSecTool.getXmlInputStreamFromUrl(XmlSecToolCommandLineArguments cli)
          Creates an input stream that reads the input XML from an HTTP URL.
protected static void XmlSecTool.initLogging(XmlSecToolCommandLineArguments cli)
          Initialize the logging subsystem.
protected static Document XmlSecTool.parseXML(XmlSecToolCommandLineArguments cli)
          Parses the input XML from its source and converts it to a DOM document.
protected static void XmlSecTool.schemaValidate(XmlSecToolCommandLineArguments cli, Document xml)
          Validates the SAML document against the SAML 1.1 and 2.0 schema.
protected static void XmlSecTool.sign(XmlSecToolCommandLineArguments cli, Document xml)
          Signs and outputs the signed SAML document.
protected static void XmlSecTool.verifySignature(XmlSecToolCommandLineArguments cli, Document xmlDocument)
          Verifies that the signature on a document is valid.
protected static void XmlSecTool.writeDocument(XmlSecToolCommandLineArguments cli, Node xml)
          Writes a DOM element to the output file.
 



Copyright © 2009-2011 Internet2. All Rights Reserved.