A B C D E F G H I K L M O P Q R S V W X

A

addDigest(XmlSecToolCommandLineArguments.DigestChoice) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Blacklist the digest and signature algorithms associated with a XmlSecToolCommandLineArguments.DigestChoice.
addDigestAlgorithm(String) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Blacklist an individual digest algorithm.
addSignatureAlgorithm(String) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Blacklist an individual signature algorithm.
addSignatureELement(XmlSecToolCommandLineArguments, Element, Element) - Static method in class edu.internet2.middleware.security.XmlSecTool
Adds the signature element at the appropriate place in the document.

B

BASE64_IN_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
BASE64_OUT_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
base64DecodeInput - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
base64EncodeOutput - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
blacklist - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Local blacklist of signature and digest algorithms.
blacklistDigestArg - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Command line option indicating digests to be blacklisted.
blacklistDigests - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Collection of digest choices to be blacklisted.
buildNoTrustTrustManager() - Static method in class edu.internet2.middleware.security.CredentialHelper
 

C

cert - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
CERT_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
clear() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Empties the digest and signature blacklists.
clearBlacklist - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Option requesting that the signature verification blacklists be cleared.
clearBlacklistArg - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Command line option requesting that the signature verification blacklists be cleared.
cliParser - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
CredentialHelper - Class in edu.internet2.middleware.security
Helper class for reading in cryptographic credentials.
CredentialHelper() - Constructor for class edu.internet2.middleware.security.CredentialHelper
 

D

DEFLATE_OUT_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
deflateOutput - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
digest - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Digest algorithm choice for all algorithms.
digestAlgorithm - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Digest algorithm URI directly specified on the command line.
digestAlgorithm - Variable in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Digest algorithm.
digestAlgorithmArg - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Command line option specifying the digest algorithm URI.
digestArg - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Command line option specifying the digest algorithm to be used in the various signature algorithms in a convenient short form.
digestBlacklist - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Ordered set of blacklisted digest algorithm URIs.
digestName - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Selected digest algorithm choice name for all algorithms.
doClearBlacklist() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Indicates whether the option to clear the blacklist has been selected.
doHelp() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
doListBlacklist() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Indicates whether the option to list the blacklist has been selected.
doQuietOutput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
doSchemaValidation() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
doSign() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
doSignatureVerify() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
doVerboseOutput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

E

ecdsaAlgorithm - Variable in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
ECDSA signature algorithm.
edu.internet2.middleware.security - package edu.internet2.middleware.security
 
errorAndExit(String) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Prints the error message to STDERR and then exits.
extractReference(XMLSignature) - Static method in class edu.internet2.middleware.security.XmlSecTool
Extract the reference within the provided XML signature while ensuring that there is only one such reference.

F

find(String) - Static method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Finds the XmlSecToolCommandLineArguments.DigestChoice for a given digest name.

G

getBlacklist() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Returns the signature verification algorithm blacklist.
getBlacklistDigests() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Returns the digests designated to be blacklisted on the command line.
getCertificate() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getCredential(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Gets the credentials used for signing and signature verification.
getCredentialFromKeystore(KeyStore, String, String) - Static method in class edu.internet2.middleware.security.CredentialHelper
Gets a credential from the given store.
getCRLs(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Gets the CRLs referenced on the command line, if any.
getDigest() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Returns the choice of digest algorithm.
getDigestAlgorithm() - Method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Returns the digest algorithm URI for this digest choice.
getDigestAlgorithm() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Returns the digest algorithm URI if specified on the command line.
getDigestBlacklist() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Returns an unmodifiable view on the set of blacklisted digest algorithms.
getEcdsaAlgorithm() - Method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Returns the ECDSA signature algorithm URI for this digest choice.
getFileBasedCredentials(String, String, String) - Static method in class edu.internet2.middleware.security.CredentialHelper
Reads in the X509 credentials from the filesystem.
getHttpProxy() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getHttpProxyPassword() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getHttpProxyPort() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getHttpProxyUsername() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getInclusiveNamespacePrefixs() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getInputFile() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getInputUrl() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKey() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeyInfoCrls() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeyInfoKeyNames() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeyPassword() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeystore() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeystoreCredential(String, String, String, String, String, String) - Static method in class edu.internet2.middleware.security.CredentialHelper
Reads in the X509 credentials from a keystore.
getKeystorePassword() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeystoreProvider() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getKeystoreType() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getLoggingConfiguration() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getOutputFile() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getParser(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Constructs a DOM parser used to parse the input XML.
getPkcs11Config() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getPKCS11Credential(String, String, String, String) - Static method in class edu.internet2.middleware.security.CredentialHelper
Reads in the X509 credentials from a PKCS11 source.
getReferenceIdAttributeName() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getRsaAlgorithm() - Method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Returns the RSA signature algorithm URI for this digest choice.
getSchemaDirectory() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getSignatureAlgorithm() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Returns the signature algorithm URI if specified on the command line.
getSignatureBlacklist() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Returns an unmodifiable view on the set of blacklisted signature algorithms.
getSignatureElement(Document) - Static method in class edu.internet2.middleware.security.XmlSecTool
Gets the signature element from the document.
getSignaturePosition() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
getSignatureReferenceUri(XmlSecToolCommandLineArguments, Element) - Static method in class edu.internet2.middleware.security.XmlSecTool
Gets the reference of the URI to use for the signature.
getXmlInputStreamFromFile(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Creates an input stream that reads the input XML from a file.
getXmlInputStreamFromUrl(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Creates an input stream that reads the input XML from an HTTP URL.
GUNZIP_IN_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
gunzipInput - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
GZIP_OUT_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
gzipOutput - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

H

hasName(String) - Method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Indicates whether the enum can be called by the provided name.
help - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
HELP_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
HTTP_PROXY_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
HTTP_PROXY_PASSWORD_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
HTTP_PROXY_PORT_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
HTTP_PROXY_USERNAME_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
httpProxy - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
httpProxyPassword - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
httpProxyPort - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
httpProxyUsername - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

I

IN_FILE_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
IN_URL_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
inclusiveNamespacePrefixs - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
inFile - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
INFLATE_IN_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
inflateInput - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
initLogging(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Initialize the logging subsystem.
inUrl - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isBase64DecodeInput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isBase64EncodedOutput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isBlacklistedDigest(String) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Returns true if the indicated algorithm URI is blacklisted for use as a digest algorithm.
isBlacklistedSignature(String) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Returns true if the indicated algorithm URI is blacklisted for use as a signature algorithm.
isDeflateOutput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isGunzipInput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isGzipOutput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isInflateInput() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isRngSchema() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isSignatureRequired() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
isXsdSchema() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

K

key - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KEY_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KEY_PASSWORD_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
keyPassword - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
keystore - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KEYSTORE_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KEYSTORE_PASSWORD_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KEYSTORE_PROVIDER_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KEYSTORE_TYPE_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
keystorePassword - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
keystoreProvider - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
keystoreType - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KI_CRL_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
KI_KEY_NAME_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
kiCrls - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
kiKeyNames - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

L

listBlacklist - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Option requesting that the signature verification blacklists be listed.
listBlacklistArg - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Command line option requesting that the signature verification blacklists be listed.
LOG - Static variable in class edu.internet2.middleware.security.CredentialHelper
Class logger.
log - Static variable in class edu.internet2.middleware.security.XmlSecTool
Class logger.
LOG_CONFIG_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
logConfig - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

M

main(String[]) - Static method in class edu.internet2.middleware.security.XmlSecTool
 
markIdAttribute(Element, Reference) - Static method in class edu.internet2.middleware.security.XmlSecTool
Reconcile the given reference with the document element, by making sure that the appropriate attribute is marked as an ID attribute.

O

otherName - Variable in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Other name (with hyphens, etc.) used as an alternative to the enum name.
OUT_FILE_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
outFile - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

P

parseCommandLineArguments(String[]) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
parseXML(XmlSecToolCommandLineArguments) - Static method in class edu.internet2.middleware.security.XmlSecTool
Parses the input XML from its source and converts it to a DOM document.
PKCS11_CONFIG_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
pkcs11Config - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
populateKeyInfo(Document, KeyInfo, BasicX509Credential) - Static method in class edu.internet2.middleware.security.XmlSecTool
Populates an XML signature's KeyInfo with X.509 credential information.
printHelp(PrintStream) - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Print command line help instructions.

Q

quiet - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
QUIET_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

R

RC_INIT - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating an initialization error, 1 .
RC_INVALID_CRED - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating an error reading the credentials, 6 .
RC_INVALID_XML - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating input XML was not valid, 4 .
RC_INVALID_XS - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating an error validating the XML, 5 .
RC_IO - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating an error reading files, 2 .
RC_MALFORMED_XML - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating the input XML was not well formed, 3 .
RC_NOHOME - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating that the JAVA_HOME variable is not set within the shell script, 8 .
RC_NOJAVA - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating that the "java" command is not executable within the shell script, 9 .
RC_OK - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating command completed successfully, 0 .
RC_SIG - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating indicating that signing or signature verification failed, 7 .
RC_UNKNOWN - Static variable in class edu.internet2.middleware.security.XmlSecTool
Return code indicating an unknown error occurred, -1 .
refIdAttributeName - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
rngSchema - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
rsaAlgorithm - Variable in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
RSA signature algorithm.

S

SCHEMA_DIR_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SCHEMA_RNG_LANG_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SCHEMA_XSD_LANG_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
schemaDirectory - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
schemaValidate(XmlSecToolCommandLineArguments, Document) - Static method in class edu.internet2.middleware.security.XmlSecTool
Validates the document against the schema source indicated by the CLI arguments.
schemaValidate - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SIG_INC_PREFIX_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SIG_POS_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SIG_REF_ID_ATT_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SIG_REQUIRED_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
sign(XmlSecToolCommandLineArguments, Document) - Static method in class edu.internet2.middleware.security.XmlSecTool
Signs and outputs the signed SAML document.
sign - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
SIGN_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
signatureAlgorithm - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Signature algorithm URI directly specified on the command line.
signatureAlgorithmArg - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
Command line option specifying the signature algorithm URI.
signatureBlacklist - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Ordered set of blacklisted signature algorithm URIs.
signaturePosition - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
signatureRequired - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
signatureVerify - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

V

V_SCHEMA_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
V_SIG_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
validateCommandLineArguments() - Method in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
validateSignatureReference(Document, Reference) - Static method in class edu.internet2.middleware.security.XmlSecTool
Validates the reference within the XML signature by performing the following checks.
validateSignatureReferenceUri(Document, Reference) - Static method in class edu.internet2.middleware.security.XmlSecTool
Validates that the element resolved by the signature validation layer is the same as the element resolved by the DOM layer.
validateSignatureTransforms(Reference) - Static method in class edu.internet2.middleware.security.XmlSecTool
Validate the transforms included in the Signature Reference.
valueOf(String) - Static method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
VERBOSE_ARG - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
verifySignature(XmlSecToolCommandLineArguments, Document) - Static method in class edu.internet2.middleware.security.XmlSecTool
Verifies that the signature on a document is valid.

W

writeDocument(XmlSecToolCommandLineArguments, Node) - Static method in class edu.internet2.middleware.security.XmlSecTool
Writes a DOM element to the output file.

X

XmlSecTool - Class in edu.internet2.middleware.security
 
XmlSecTool() - Constructor for class edu.internet2.middleware.security.XmlSecTool
 
XmlSecToolCommandLineArguments - Class in edu.internet2.middleware.security
Command line arguments for the XmlSecTool command line tool.
XmlSecToolCommandLineArguments(String[]) - Constructor for class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 
XmlSecToolCommandLineArguments.Blacklist - Class in edu.internet2.middleware.security
A blacklist of digest and signature algorithms we should not accept during signature verification.
XmlSecToolCommandLineArguments.Blacklist() - Constructor for class edu.internet2.middleware.security.XmlSecToolCommandLineArguments.Blacklist
Constructor.
XmlSecToolCommandLineArguments.DigestChoice - Enum in edu.internet2.middleware.security
The digest method to use in the various signature algorithms.
XmlSecToolCommandLineArguments.DigestChoice(String, String, String, String) - Constructor for enum edu.internet2.middleware.security.XmlSecToolCommandLineArguments.DigestChoice
Constructor.
xsdSchema - Variable in class edu.internet2.middleware.security.XmlSecToolCommandLineArguments
 

A B C D E F G H I K L M O P Q R S V W X

Copyright © 1999-2013. All Rights Reserved.