Index

A B C D E F G I K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addEntityResolver(EntityResolver) - Method in class at.gv.egovernment.moaspss.util.EntityResolverChain
Add an EntityResolver to the chain.
addResourceBundle(ResourceBundle) - Method in class at.gv.egovernment.moaspss.util.ResourceBundleChain
Add a ResourceBundle to the chain.
addSchemaToPool(InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Preparse a schema and add it to the schema pool.
ALL_NODES_XPATH - Static variable in class at.gv.egovernment.moaspss.util.XPathUtils
The XPath expression selecting all nodes under a given root (including the root node itself).
ALL_SCHEMA_LOCATIONS - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Contains all namespaces and local schema locations for XML schema definitions relevant for MOA.
areAllEmpty(Empty...) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
areAllEmpty(String...) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
areAllNull(Object...) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
ASIC_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XML Encryption XML namespace
ASIC_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XML Encryption XML schema definition.
ASIC_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
assertNotEmpty(byte[], String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
assertNotEmpty(Empty, String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
assertNotEmpty(String, String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
assertNotEmpty(T[], String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
assertNotNull(Object, String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
at.gv.egovernment.moaspss.logging - package at.gv.egovernment.moaspss.logging
 
at.gv.egovernment.moaspss.util - package at.gv.egovernment.moaspss.util
 
at.gv.egovernment.moaspss.util.ex - package at.gv.egovernment.moaspss.util.ex
 

B

Base64Utils - Class in at.gv.egovernment.moaspss.util
Utitility functions for encoding/decoding Base64 strings.
Base64Utils() - Constructor for class at.gv.egovernment.moaspss.util.Base64Utils
 
BoolUtils - Class in at.gv.egovernment.moaspss.util
Utility class for parsing XML schema boolean values.
BoolUtils() - Constructor for class at.gv.egovernment.moaspss.util.BoolUtils
 
buildDate(Calendar) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Builds a dateTime value from a Calendar value.
buildDateTimeUTC(Calendar) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Builds a dateTime value in UTC from a Calendar value.
buildDateTimeUTC(Date) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Builds a dateTime value in UTC from a Calendar value.
buildTime(Calendar) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Builds a dateTime value from a Calendar value.

C

C14N_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Canonical XML algorithm
C14N_WITH_COMMENTS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Canoncial XML with comments algorithm
calcAge(Calendar) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Calculates the age if date of birth is given as Calendar object
calcAge(Calendar, Calendar) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Calculates the age if date of birth is given (for a calendar time stamp)
calcAge(Date) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Calculates the age if date of birth is given as Date object
calcAge(Date, Date) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Calculates the age if date of birth is given (for a date time stamp)
changeSLVersion(String, String, String, String, String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Changes the SecurityLayer version in the given string.
checkAttributeParentsInNodeList(NodeList) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Check, that each attribute node in the given NodeList has its parent in the NodeList as well.
clearTiming(String) - Method in class at.gv.egovernment.moaspss.util.MOATimer
Remove a timing.
CollectionUtils - Class in at.gv.egovernment.moaspss.util
Various utility methods for dealing with java.util.Collection classes.
CollectionUtils() - Constructor for class at.gv.egovernment.moaspss.util.CollectionUtils
 
collectNamespaceURIs(Element) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Collect all the namespace URIs used in the subtree of a given element.
compareStreams(InputStream, InputStream) - Static method in class at.gv.egovernment.moaspss.util.StreamUtils
Compare the contents of two InputStreams.
Constants - Interface in at.gv.egovernment.moaspss.util
Contains various constants used throughout the system.
convertDateFromStandardToXML(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
copyFile(File, File) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
 
copyStream(InputStream, OutputStream) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
createKeyStore(String, String[]) - Static method in class at.gv.egovernment.moaspss.util.KeyStoreUtils
Creates a key store from X509 certificate files, aliasing them with the index in the String[], starting with "0".
createKeyStoreFromCertificateDirectory(String, String) - Static method in class at.gv.egovernment.moaspss.util.KeyStoreUtils
Creates a key store from a directory containg X509 certificate files, aliasing them with the index in the String[], starting with "0".

D

DateTimeUtils - Class in at.gv.egovernment.moaspss.util
Utility for parsing and building XML type dateTime, according to ISO 8601.
DateTimeUtils() - Constructor for class at.gv.egovernment.moaspss.util.DateTimeUtils
 
debug(Object) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log a debug message.
debugOutputXML2File(String, String, String) - Static method in class at.gv.egovernment.moaspss.util.OutputXML2File
writes an XML structure to file if debug is enabled in hierarchy (Encoding: UTF-8)
debugOutputXML2File(String, Element, String) - Static method in class at.gv.egovernment.moaspss.util.OutputXML2File
writes an XML structure to file if debug is enabled in hierarchy (Encoding: UTF-8)
decode(String, boolean) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
 
decode(String, boolean, String) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
Read the bytes encoded in a Base64 encoded String.
decode(String, String) - Static method in class at.gv.egovernment.moaspss.util.URLDecoder
Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
decodeToStream(String, boolean) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
 
decodeToStream(String, boolean, String) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
Read the bytes encoded in a Base64 encoded String and provide them via an InputStream.
DEFAULT_SLASH - Static variable in class at.gv.egovernment.moaspss.util.MiscUtil
 
deleteLeadingZeros(String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Removes all leading zeros from the input string.
detach() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
DOMUtils - Class in at.gv.egovernment.moaspss.util
Various utility functions for handling XML DOM trees.
DOMUtils() - Constructor for class at.gv.egovernment.moaspss.util.DOMUtils
 
DSIG_EC_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Exclusive Canonicalization XML namespace
DSIG_EC_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Exclusive Canonicalization XML namespace
DSIG_EC_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the Exclusive Canonicalizaion XML schema definition
DSIG_FILTER2_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XMLDSig XPath Filter XML namespace.
DSIG_FILTER2_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XMLDSig XPath Filter XML namespace
DSIG_FILTER2_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XMLDSig XPath Filter XML schema definition.
DSIG_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XMLDSig XML namespace.
DSIG_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XMLDSig XML namespace
DSIG_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XMLDSig XML schema.
duration(Object) - Method in class at.gv.egovernment.moaspss.util.MOATimer
Get the duration of an action.
durationAsString(Object) - Method in class at.gv.egovernment.moaspss.util.MOATimer
Get the duration of an action, as a nicely formatted String.

E

ECDSA_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the ECDSA XML namespace
ECDSA_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for ECDSA namespace
ECDSA_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of ECDSA XML schema definition
eDELIVERY_PERSON_20 - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
eDELIVERY_PERSON_20_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
eDELIVERY_PERSON_20_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
eDELIVERY20 - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
eDELIVERY20_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
eDELIVERY20_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
EgovUtilException - Exception in at.gv.egovernment.moaspss.util.ex
 
EgovUtilException() - Constructor for exception at.gv.egovernment.moaspss.util.ex.EgovUtilException
 
EgovUtilException(String) - Constructor for exception at.gv.egovernment.moaspss.util.ex.EgovUtilException
 
EgovUtilException(String, Throwable) - Constructor for exception at.gv.egovernment.moaspss.util.ex.EgovUtilException
 
EgovUtilException(Throwable) - Constructor for exception at.gv.egovernment.moaspss.util.ex.EgovUtilException
 
Empty - Interface in at.gv.egovernment.moaspss.util
 
encode(byte[]) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
Convert a byte array to a Base64 encoded String.
encode(byte[], String) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
 
encode(InputStream) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
 
encode(InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.Base64Utils
Convert the data contained in the given stream to a Base64 encoded String.
encode(String, String) - Static method in class at.gv.egovernment.moaspss.util.URLEncoder
Translates a string into x-www-form-urlencoded format.
EntityResolverChain - Class in at.gv.egovernment.moaspss.util
Implementation of the org.xml.sax.EntityResolver, for use by a org.apache.xerces.parsers.DOMParser.
EntityResolverChain() - Constructor for class at.gv.egovernment.moaspss.util.EntityResolverChain
 
error(Object) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log an error message.
error(Object, Throwable) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log an error message.
error(SAXParseException) - Method in class at.gv.egovernment.moaspss.util.MOADefaultHandler
 
error(SAXParseException) - Method in class at.gv.egovernment.moaspss.util.MOAErrorHandler
Logs a warning and rethrows the exception.
EXC_C14N_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Exclusive Canonical XML algorithm
EXC_C14N_WITH_COMMENTS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Exclusive Canonical XML with commments algorithm
extractContentType(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 

F

fatal(Object) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log a fatal error message.
fatal(Object, Throwable) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log a fatal error message.
fatalError(SAXParseException) - Method in class at.gv.egovernment.moaspss.util.MOADefaultHandler
 
fatalError(SAXParseException) - Method in class at.gv.egovernment.moaspss.util.MOAErrorHandler
Logs a warning and rethrows the exception.
FileUtils - Class in at.gv.egovernment.moaspss.util
Utility for accessing files on the file system, and for reading from input streams.
FileUtils() - Constructor for class at.gv.egovernment.moaspss.util.FileUtils
 
formatDate(Date, String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
formatPEPSDateToMOADate(String) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
 

G

getAttributeValue(Element, String, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return the value of a DOM attribute whose location is given by an XPath expression.
getChildElements(Element) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Returns all child elements of the given element.
getDateTimeWithFormat(String) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Returns a date as String using a provided format
getElementFromNodeList(NodeList) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Selects the (first) element from a node list and returns it.
getElementValue(Element, String, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return the value of a DOM element whose location is given by an XPath expression.
getExpandEntityReferences() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
getFilter() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
getInstance() - Static method in class at.gv.egovernment.moaspss.logging.LoggingContextManager
Get the single instance of the LoggingContextManager class.
getInstance() - Static method in class at.gv.egovernment.moaspss.util.MessageProvider
Return the single instance of the MessageProvider.
getInstance() - Static method in class at.gv.egovernment.moaspss.util.MOATimer
Return the single instance of this class.
getKeyManagers(String, String, String) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Loads the client key store from file and gets the KeyManagers from a default KeyManagerFactory, initialized from the given client key store.
getKeyManagers(KeyStore, String) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Gets the KeyManagers from a default KeyManagerFactory, initialized from the given client key store.
getLength() - Method in class at.gv.egovernment.moaspss.util.NodeListAdapter
 
getLoggingContext() - Method in class at.gv.egovernment.moaspss.logging.LoggingContextManager
Return the LoggingContext for the current thread.
getMessage(String, Object[]) - Method in class at.gv.egovernment.moaspss.util.MessageProvider
Get the message corresponding to a given message ID.
getMessage(String, Object[]) - Method in class at.gv.egovernment.moaspss.util.Messages
Get the message corresponding to a given message ID.
getNamespaceDeclarations(Node) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Build the namespace prefix to namespace URL mapping in effect for a given node.
getNodeID() - Method in class at.gv.egovernment.moaspss.logging.LoggingContext
Return the node ID.
getRoot() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
getSlPrefix(Element) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Returns the namespace prefix used within XPathUtils for referring to the namespace of the specified (Security Layer command) element.
getSlPrefixFromNoRoot(Element) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return the SecurityLayer namespace prefix of the context element.
getSSLContext(KeyStore, String, String, String) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Creates an SSLContext initialized for the given trust store and keystore.
getSSLSocketFactory(String, InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Creates an SSLSocketFactory which utilizes the given trust store.
getSSLSocketFactory(KeyStore, String, String, String) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Creates an SSLSocketFactory which utilizes the given trust store and keystore.
getStackTraceAsString(Throwable) - Static method in class at.gv.egovernment.moaspss.util.StreamUtils
Gets the stack trace of the Throwable passed in as a string.
getString(String) - Method in class at.gv.egovernment.moaspss.util.ResourceBundleChain
Return the value of the resource.
getText(Node) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Return the text that a node contains.
getTransactionID() - Method in class at.gv.egovernment.moaspss.logging.LoggingContext
Return the transaction ID.
getTrustManagers(String, InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Loads the trust store from an input stream and gets the TrustManagers from a default TrustManagerFactory, initialized from the given trust store.
getTrustManagers(KeyStore) - Static method in class at.gv.egovernment.moaspss.util.SSLUtils
Gets the TrustManagers from a default TrustManagerFactory, initialized from the given trust store.
getWhatToShow() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
getWrapped() - Method in exception at.gv.egovernment.moaspss.util.XPathException
Return the wrapped exception.
getXMLGregorianCalendar(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
getXMLGregorianCalendar(Date) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 

I

info(Object) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log an info message.
INFOBOXIDENTIFIER_MANDATES - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Name of the mandates infobox
isAncestor(Element, Node) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Check, if a given DOM element is an ancestor of a given node.
isDebugEnabled() - Static method in class at.gv.egovernment.moaspss.logging.Logger
Test, if the debug log level is enabled.
isDebugEnabled(String) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Test, if the debug log level is enabled for a given hierarchy.
isEmpty() - Method in interface at.gv.egovernment.moaspss.util.Empty
Returns true if underlying object is empty.
isEmpty(byte[]) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isEmpty(Empty) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isEmpty(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isEmpty(String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Checks if String is empty
isEmpty(Collection<T>) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isEmpty(Properties) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isEmpty(T[]) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isNotEmpty(byte[]) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isNotEmpty(Empty) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isNotEmpty(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isNotEmpty(Collection<T>) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isNotEmpty(T[]) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
isTraceEnabled() - Static method in class at.gv.egovernment.moaspss.logging.Logger
Test, if the trace log level is enabled.
isTraceEnabled(String) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Test, if the trace log level is enabled for a given hierarchy.
item(int) - Method in class at.gv.egovernment.moaspss.util.NodeListAdapter
 

K

KeyStoreUtils - Class in at.gv.egovernment.moaspss.util
Utility for creating and loading key stores.
KeyStoreUtils() - Constructor for class at.gv.egovernment.moaspss.util.KeyStoreUtils
 

L

loadKeyStore(InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.KeyStoreUtils
Loads a keyStore without knowing the keyStore type
loadKeyStore(String, InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.KeyStoreUtils
Loads a key store from an InputStream, and closes the InputStream.
loadKeyStore(String, String) - Static method in class at.gv.egovernment.moaspss.util.KeyStoreUtils
Loads a keyStore without knowing the keyStore type
loadKeyStore(String, String, String) - Static method in class at.gv.egovernment.moaspss.util.KeyStoreUtils
Loads a key store from file.
localizeNamespaceDeclarations(Element) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Add all namespace declarations declared in the parent(s) of a given element and used in the subtree of the given element to the given element.
Logger - Class in at.gv.egovernment.moaspss.logging
A utility class acting as a facade to the logging subsystem.
Logger() - Constructor for class at.gv.egovernment.moaspss.logging.Logger
 
LoggingContext - Class in at.gv.egovernment.moaspss.logging
Encapsulates contextual information (i.e.
LoggingContext(String) - Constructor for class at.gv.egovernment.moaspss.logging.LoggingContext
Create a new LoggingContext.
LoggingContextManager - Class in at.gv.egovernment.moaspss.logging
Provides each thread with a single instance of LoggingContext.
LoggingContextManager() - Constructor for class at.gv.egovernment.moaspss.logging.LoggingContextManager
Creates a new LoggingContextManager.
LogMsg - Class in at.gv.egovernment.moaspss.logging
A unified message type to log messages from inside the MOA subsystem.
LogMsg(Object) - Constructor for class at.gv.egovernment.moaspss.logging.LogMsg
Create a LogMsg object.

M

makeAbsoluteURL(String, String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Returns the absolute URL of a given url which is relative to the parameter root
MD_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Mandate XML namespace.
MD_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Mandate XML namespace
MDP_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Mandate XML namespace.
MDP_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the MandateCheckProfile XML namespace
MessageProvider - Class in at.gv.egovernment.moaspss.util
A singleton wrapper around a Message object.
MessageProvider(String[], Locale[]) - Constructor for class at.gv.egovernment.moaspss.util.MessageProvider
Create a MessageProvider.
Messages - Class in at.gv.egovernment.moaspss.util
Provides access to the system messages resource used for exception handling and logging messages.
Messages(String[], Locale[]) - Constructor for class at.gv.egovernment.moaspss.util.Messages
Create a new Message object containing the messages in the given resources.
MiscUtil - Class in at.gv.egovernment.moaspss.util
Class providing several utility methods.
MiscUtil() - Constructor for class at.gv.egovernment.moaspss.util.MiscUtil
 
MOA_CONFIG_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the MOA configuration XML namespace.
MOA_CONFIG_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the MOA configuration XML namespace
MOA_CONFIG_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the MOA configuration XML schema definition.
MOA_ID_CONFIG_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the MOA ID configuration XML namespace.
MOA_ID_CONFIG_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the MOA configuration XML namespace
MOA_ID_CONFIG_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the MOA ID configuration XML schema definition.
MOA_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the MOA XML namespace.
MOA_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the MOA XML namespace
MOA_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the MOA XML schema definition.
MOA_SPSS_CREATE_CMS_REQUEST - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local name of request for creating a CMS signature.
MOA_SPSS_CREATE_PDF_REQUEST - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local name of request for creating a CMS signature.
MOA_SPSS_CREATE_XML_REQUEST - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local name of request for creating an XML signature.
MOA_SPSS_VERIFY_XML_REQUEST - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local name of request for verifying an XML signature.
MOADefaultHandler - Class in at.gv.egovernment.moaspss.util
A DefaultHandler that uses a MOAEntityResolver and a MOAErrorHandler.
MOADefaultHandler() - Constructor for class at.gv.egovernment.moaspss.util.MOADefaultHandler
Create a new MOADefaultHandler.
MOADefaultHandler(EntityResolver, ErrorHandler) - Constructor for class at.gv.egovernment.moaspss.util.MOADefaultHandler
Create a new MOADefaultHandler.
MOAEntityResolver - Class in at.gv.egovernment.moaspss.util
An EntityResolver that looks up entities stored as local resources.
MOAEntityResolver() - Constructor for class at.gv.egovernment.moaspss.util.MOAEntityResolver
 
MOAErrorHandler - Class in at.gv.egovernment.moaspss.util
An ErrorHandler that logs a message and throws a SAXException upon error and fatal parsing errors.
MOAErrorHandler() - Constructor for class at.gv.egovernment.moaspss.util.MOAErrorHandler
 
MOATimer - Class in at.gv.egovernment.moaspss.util
A timer utility for named timers.
MOATimer() - Constructor for class at.gv.egovernment.moaspss.util.MOATimer
Create a new MOATimer.
MVV_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Mandate XML namespace.
MVV_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Mandate XML namespace

N

nextNode() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
NODE_ID_PROPERTY - Static variable in class at.gv.egovernment.moaspss.logging.LoggingContext
The name of the node ID system property.
NodeIteratorAdapter - Class in at.gv.egovernment.moaspss.util
A NodeIterator implementation based on a ListIterator.
NodeIteratorAdapter(ListIterator) - Constructor for class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
Create a new NodeIteratorAdapter.
nodeList2DocumentFragment(NodeList) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Convert an unstructured NodeList into a DocumentFragment.
NodeListAdapter - Class in at.gv.egovernment.moaspss.util
A NodeList implementation based on a List.
NodeListAdapter(List) - Constructor for class at.gv.egovernment.moaspss.util.NodeListAdapter
Create a new NodeListAdapter.
nodeToByteArray(Node) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Returns a byte array from given node.
nSMap - Static variable in interface at.gv.egovernment.moaspss.util.Constants
A map used to map namespace prefixes to namespace URIs

O

ONLY_MOASIG_SCHEMA_LOCATIONS - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
outputXML2File(String, String) - Static method in class at.gv.egovernment.moaspss.util.OutputXML2File
writes an XML structure to file (Encoding: UTF-8)
outputXML2File(String, Element) - Static method in class at.gv.egovernment.moaspss.util.OutputXML2File
writes an XML structure to file (Encoding: UTF-8)
OutputXML2File - Class in at.gv.egovernment.moaspss.util
utility functions to write XML data to files
OutputXML2File() - Constructor for class at.gv.egovernment.moaspss.util.OutputXML2File
 

P

parseDate(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
parseDate(String, String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
parseDateTime(String) - Static method in class at.gv.egovernment.moaspss.util.DateTimeUtils
Parse a String containing a date and time instant, given in ISO 8601 format.
parseDocument(InputStream, boolean, String, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Parse an XML document from an InputStream.
parseDocument(InputStream, boolean, String, String, EntityResolver, ErrorHandler) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Parse an XML document from an InputStream.
parseDocument(String, boolean, String, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Parse an UTF-8 encoded XML document from a String.
parseDocument(String, String, boolean, String, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Parse an XML document from a String.
parseDocumentSimple(InputStream) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Parse an XML document from an InputStream.
parseXMLDate(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
parseXmlNonValidating(InputStream) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
A convenience method to parse an XML document non validating.
parseXmlValidating(InputStream) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
A convenience method to parse an XML document validating.
PD_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the PersonData XML namespace.
PD_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the PersonData XML namespace
PD_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the PersonData XML schema definition
previousNode() - Method in class at.gv.egovernment.moaspss.util.NodeIteratorAdapter
 
printStackTrace(PrintStream) - Method in exception at.gv.egovernment.moaspss.util.XPathException
 
printStackTrace(PrintWriter) - Method in exception at.gv.egovernment.moaspss.util.XPathException
 

R

readCertificate(InputStream) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
readFile(String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Reads a file, given by filename, into a byte array.
readFile(String, String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Reads a file, given by filename, into a String.
readResource(String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Reads a file from a resource.
readResource(String, String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Reads a file from a resource.
readStream(InputStream) - Static method in class at.gv.egovernment.moaspss.util.StreamUtils
Reads a byte array from a stream.
readStream(InputStream, String) - Static method in class at.gv.egovernment.moaspss.util.StreamUtils
Reads a String from a stream, using given encoding.
readURL(String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Reads a file, given by URL, into a byte array.
readURL(String, String) - Static method in class at.gv.egovernment.moaspss.util.FileUtils
Reads a file, given by URL, into a String.
removeBlanks(String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Removes all blanks and tabs from the given string.
removePrecedingSlash(String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
removePrecedingSlash(String, String) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
removeToken(String, String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Removes all occurences of the specified token from the the given string.
removeXMLDeclaration(String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Removes the XML declaration from an XML expression.
replaceAll(String, String, String) - Static method in class at.gv.egovernment.moaspss.util.StringUtils
Replaces each substring of string s that matches the given search string by the given replace string.
resolveEntity(String, String) - Method in class at.gv.egovernment.moaspss.util.EntityResolverChain
 
resolveEntity(String, String) - Method in class at.gv.egovernment.moaspss.util.MOADefaultHandler
 
resolveEntity(String, String) - Method in class at.gv.egovernment.moaspss.util.MOAEntityResolver
Resolve an entity.
resolveEntity(String, String) - Method in class at.gv.egovernment.moaspss.util.StreamEntityResolver
Resolve an entity by looking it up in the mapped entities.
ResourceBundleChain - Class in at.gv.egovernment.moaspss.util
A class to chain ResourceBundles.
ResourceBundleChain() - Constructor for class at.gv.egovernment.moaspss.util.ResourceBundleChain
 

S

SAML_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SAML namespace.
SAML_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the SAML XML namespace
SAML_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the SAML XML schema definition.
SAML2_eIDAS_EXTENSIONS - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
SAML2_eIDAS_EXTENSIONS_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
SAML2_eIDAS_EXTENSIONS_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
SAML2_METADATA_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
SAML2_METADATA_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
SAML2_METADATA_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
SAML2_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SAML 2.0 namespace.
SAML2_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the SAML 2.0 XML namespace
SAML2_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the SAML 2.0 XML schema definition.
SAML2P_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SAML 2.0 protocol namespace.
SAML2P_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the SAML 2.0 protocol XML namespace
SAML2P_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the SAML 2.0 protocol XML schema definition.
SAMLP_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SAML request-response protocol namespace.
SAMLP_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the SAML request-response protocol namespace
SAMLP_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the SAML request-response protocol schema definition.
SCHEMA_ROOT - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Root location of the schema files.
selectNodeIterator(Node, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return a NodeIterator over the nodes matching the XPath expression.
selectNodeIterator(Node, Map, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return a NodeIterator over the nodes matching the XPath expression.
selectNodeIterator(Node, Element, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return a NodeIterator over the nodes matching the XPath expression.
selectNodeList(Node, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return a NodeList of all the nodes matching the XPath expression.
selectNodeList(Node, Map, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return a NodeList of all the nodes matching the XPath expression.
selectNodeList(Node, Element, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Return a NodeList of all the nodes matching the XPath expression.
selectSingleNode(Node, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Select the first node matching an XPath expression.
selectSingleNode(Node, Map, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Select the first node matching an XPath expression.
selectSingleNode(Node, NamespaceContext, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Select the first node matching an XPath expression.
selectSingleNode(Node, Element, String) - Static method in class at.gv.egovernment.moaspss.util.XPathUtils
Select the first node matching an XPath expression.
serializeNode(Node) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Serialize the given DOM node.
serializeNode(Node, boolean) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Serialize the given DOM node.
serializeNode(Node, boolean, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Serialize the given DOM node.
serializeNode(Node, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Serialize the given DOM node to a byte array.
serializeNode(Node, String, boolean) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Serialize the given DOM node to a byte array.
serializeNode(Node, String, boolean, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Serialize the given DOM node to a byte array.
setLoggingContext(LoggingContext) - Method in class at.gv.egovernment.moaspss.logging.LoggingContextManager
Set the LoggingContext context for the current thread.
SHA1_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SHA1 digest algorithm
SHA256_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SHA1 digest algorithm
SHA384_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SHA1 digest algorithm
SHA512_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the SHA1 digest algorithm
SL_MANIFEST_TYPE_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Security Layer manifest type URI.
SL10_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Security Layer 1.0 namespace.
SL10_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Security Layer 1.0 XML namespace
SL10_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the Security Layer 1.0 XML schema definition
SL11_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Security Layer 1.1 XML namespace
SL11_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Security Layer 1.1 XML namespace
SL11_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the Security Layer 1.1 XML schema definition
SL12_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Security Layer 1.2 XML namespace
SL12_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Security Layer 1.2 XML namespace
SL12_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the Security Layer 1.2 XML schema definition
sourceToByteArray(Source) - Static method in class at.gv.egovernment.moaspss.util.MiscUtil
 
SSLUtils - Class in at.gv.egovernment.moaspss.util
Utility for connecting to server applications via SSL.
SSLUtils() - Constructor for class at.gv.egovernment.moaspss.util.SSLUtils
 
startTiming(Object) - Method in class at.gv.egovernment.moaspss.util.MOATimer
Start timing a certain action.
STB_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the StandardTextBlock XML namespace.
STB_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the standard text block XML namespace
stopTiming(Object) - Method in class at.gv.egovernment.moaspss.util.MOATimer
Stop timing an action.
STORK_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the STORK namespace.
STORK_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the STORK XML namespace
STORK_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the STORK XML schema definition.
STORKP_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the STORK protocol namespace.
STORKP_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the STORK protocol XML namespace
STORKP_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the STORK protocol XML schema definition.
StreamEntityResolver - Class in at.gv.egovernment.moaspss.util
An EntityResolver that maps system IDs to InputStreams.
StreamEntityResolver(Map) - Constructor for class at.gv.egovernment.moaspss.util.StreamEntityResolver
Create a StreamEntityResolver.
StreamUtils - Class in at.gv.egovernment.moaspss.util
Utility methods for streams.
StreamUtils() - Constructor for class at.gv.egovernment.moaspss.util.StreamUtils
 
StringUtils - Class in at.gv.egovernment.moaspss.util
Utitility functions for string manipulations.
StringUtils() - Constructor for class at.gv.egovernment.moaspss.util.StringUtils
 

T

toIntArray(List) - Static method in class at.gv.egovernment.moaspss.util.CollectionUtils
Convert a List of Number objects to an int array.
toString() - Method in class at.gv.egovernment.moaspss.logging.LogMsg
Convert this log message to a String.
trace(Object) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Trace a message.
TSL_ADDTYPES_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the TSL additional types namespace.
TSL_ADDTYPES_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the TSL additional types namespace
TSL_ADDTYPES_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the TSL additional types schema definition.
TSL_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the TSL namespace.
TSL_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the TSL namespace
TSL_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the TSL schema definition.
TSL_SIE_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the TSL SIE namespace.
TSL_SIE_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the TSL SIE namespace
TSL_SIE_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the TSL SIE schema definition.

U

URLDecoder - Class in at.gv.egovernment.moaspss.util
Decodes an URL encoded String using a specified character encoding.
URLDecoder() - Constructor for class at.gv.egovernment.moaspss.util.URLDecoder
 
URLEncoder - Class in at.gv.egovernment.moaspss.util
Translates a string into mime format "x-www-form-urlencoded".
URLEncoder() - Constructor for class at.gv.egovernment.moaspss.util.URLEncoder
 
URN_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for bPK and wbPK.
URN_PREFIX_BASEID - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for context dependent id.
URN_PREFIX_BPK - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for context dependent id (bPK).
URN_PREFIX_CDID - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for context dependent id.
URN_PREFIX_HPI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for context dependent id (HPI).
URN_PREFIX_STORK - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for context dependent id (stork).
URN_PREFIX_WBPK - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URN prefix for context dependent id (wbPK).

V

validateElement(Element, String, String) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Schema validate a given DOM element.
validateElement(Element, String, String, EntityResolver) - Static method in class at.gv.egovernment.moaspss.util.DOMUtils
Schema validate a given DOM element.
valueOf(String) - Static method in class at.gv.egovernment.moaspss.util.BoolUtils
Return the boolean value of an xsd:boolean type of DOM element/attribute.

W

warn(Object) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log a warning message.
warn(Object, Throwable) - Static method in class at.gv.egovernment.moaspss.logging.Logger
Log a warning message.
warning(SAXParseException) - Method in class at.gv.egovernment.moaspss.util.MOADefaultHandler
 
warning(SAXParseException) - Method in class at.gv.egovernment.moaspss.util.MOAErrorHandler
Logs a warning message.
WRR_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the Widerrufregister XML namespace.
WRR_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the Widerrufregister XML namespace

X

XADES_1_1_1_NS_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
XADES_1_1_1_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XAdES v1.1.1 namespace
XADES_1_1_1_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XAdES v1.1.1 schema definition
XADES_1_2_2_NS_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
XADES_1_2_2_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XAdES v1.2.2 namespace
XADES_1_2_2_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XAdES v1.2.2 schema definition
XADES_1_3_2_NS_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
XADES_1_3_2_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XAdES v1.3.2 namespace
XADES_1_3_2_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XAdES v1.1.1 schema definition
XADES_1_4_1_NS_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
 
XADES_1_4_1_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XAdES v1.4.1 namespace
XADES_1_4_1_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XAdES v1.4.1 schema definition
XENC_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XML Encryption namespace.
XENC_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XML Encryption XML namespace
XENC_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XML Encryption XML schema definition.
XML_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XML namespace.
XML_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XML namespace
XML_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XML schema definition.
XMLLPR_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XMLLoginParameterResolver Configuration XML namespace
XMLLPR_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XMLLoginParameterResolver Configuration XML schema definition
XMLNS_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XMLNS namespace
XPathException - Exception in at.gv.egovernment.moaspss.util
An exception occurred evaluating an XPath.
XPathException(String, Throwable) - Constructor for exception at.gv.egovernment.moaspss.util.XPathException
Create a XPathException.
XPathUtils - Class in at.gv.egovernment.moaspss.util
Utility methods to evaluate XPath expressions on DOM nodes.
XPathUtils() - Constructor for class at.gv.egovernment.moaspss.util.XPathUtils
 
XSI_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XSI XMLNS namespace
XSI_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XSI namespace
XSI_SCHEMA_LOCATION - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Local location of the XSI schema definition.
XSLT_NS_URI - Static variable in interface at.gv.egovernment.moaspss.util.Constants
URI of the XSLT XML namespace
XSLT_PREFIX - Static variable in interface at.gv.egovernment.moaspss.util.Constants
Prefix used for the XSLT XML namespace
A B C D E F G I K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form