A C D G I M O P R S V W X

A

addSignatureELement(XmlToolCommandLineArguments, Element, Element) - Static method in class org.opensaml.xml.util.XmlTool
Adds the signature element at the appropriate place in the document.

C

CredentialHelper - Class in org.opensaml.xml.util
Helper class for reading in cryptographic credentials.
CredentialHelper() - Constructor for class org.opensaml.xml.util.CredentialHelper
 

D

doHelp() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
doQuietOutput() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
doSchemaValidation() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
doSign() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
doSignatureVerify() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
doVerboseOutput() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 

G

getCertificate() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getCredential(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Gets the credentials used for signing and signature verification.
getCredentialFromKeystore(KeyStore, String, String) - Static method in class org.opensaml.xml.util.CredentialHelper
Gets a credential from the given store.
getCRLs(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Gets the CRLs referenced on the command line, if any.
getFileBasedCredentials(String, String, String) - Static method in class org.opensaml.xml.util.CredentialHelper
Reads in the X509 credentials from the filesystem.
getHttpProxy() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getHttpProxyPassword() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getHttpProxyPort() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getHttpProxyUsername() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getInclusiveNamespacePrefixs() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getInputFile() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getInputUrl() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKey() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeyInfoCrls() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeyInfoKeyNames() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeyPassword() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeystore() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeystoreCredential(String, String, String, String, String, String) - Static method in class org.opensaml.xml.util.CredentialHelper
Reads in the X509 credentials from a keystore.
getKeystorePassword() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeystoreProvider() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getKeystoreType() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getLoggingConfiguration() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getOutputFile() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getParser(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Constructs a DOM parser used to parse the input XML.
getPkcs11Config() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getPKCS11Credential(String, String, String, String) - Static method in class org.opensaml.xml.util.CredentialHelper
Reads in the X509 credentials from a PKCS11 source.
getReferenceIdAttributeName() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getSchemaDirectory() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getSignatureElement(Document) - Static method in class org.opensaml.xml.util.XmlTool
Gets the signature element from the document.
getSignaturePosition() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
getSignatureReferenceUri(XmlToolCommandLineArguments, Element) - Static method in class org.opensaml.xml.util.XmlTool
Gets the reference of the URI to use for the signature.
getXmlInputStreamFromFile(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Creates an input stream that reads the input XML from a file.
getXmlInputStreamFromUrl(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Creates an input stream that reads the input XML from an HTTP URL.

I

initLogging(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Initialize the logging subsystem.
isBase64EncodedOutput() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
isRngSchema() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
isSignatureRequired() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
isXsdSchema() - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 

M

main(String[]) - Static method in class org.opensaml.xml.util.XmlTool
 

O

org.opensaml.xml.util - package org.opensaml.xml.util
 

P

parseCommandLineArguments(String[]) - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
 
parseXML(XmlToolCommandLineArguments) - Static method in class org.opensaml.xml.util.XmlTool
Parses the input XML from its source and converts it to a DOM document.
populateKeyInfo(Document, KeyInfo, BasicX509Credential) - Static method in class org.opensaml.xml.util.XmlTool
Populates an XML signature's KeyInfo with X.509 credential information.
printHelp(PrintStream) - Method in class org.opensaml.xml.util.XmlToolCommandLineArguments
Print command line help instructions.

R

RC_INIT - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating an initialization error, 1 .
RC_INVALID_CRED - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating an error reading the credentials, 6 .
RC_INVALID_XML - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating input XML was not valid, 4 .
RC_INVALID_XS - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating indicating an error validating the XML, 5 .
RC_IO - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating an error reading files, 2 .
RC_MALFORMED_XML - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating the input XML was not well formed, 3 .
RC_OK - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating command completed successfully, 0 .
RC_SIG - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating indicating that signing or signature verification failed, 7 .
RC_UNKNOWN - Static variable in class org.opensaml.xml.util.XmlTool
Return code indicating an unknown error occurred, -1 .

S

schemaValidate(XmlToolCommandLineArguments, Document) - Static method in class org.opensaml.xml.util.XmlTool
Validates the SAML document against the SAML 1.1 and 2.0 schema.
sign(XmlToolCommandLineArguments, Document) - Static method in class org.opensaml.xml.util.XmlTool
Signs and outputs the signed SAML document.

V

verifySignature(XmlToolCommandLineArguments, Document) - Static method in class org.opensaml.xml.util.XmlTool
Verifies that the signature on a document is valid.

W

writeDocument(XmlToolCommandLineArguments, Node) - Static method in class org.opensaml.xml.util.XmlTool
Writes a DOM element to the output file.

X

XmlTool - Class in org.opensaml.xml.util
 
XmlTool() - Constructor for class org.opensaml.xml.util.XmlTool
 
XmlToolCommandLineArguments - Class in org.opensaml.xml.util
Command line arguments for the XmlTool command line tool.
XmlToolCommandLineArguments(String[]) - Constructor for class org.opensaml.xml.util.XmlToolCommandLineArguments
 

A C D G I M O P R S V W X

Copyright © 2009-2011 Internet2. All Rights Reserved.