Uses of Class
org.apache.xml.security.exceptions.XMLSecurityException

Packages that use XMLSecurityException
org.apache.xml.security.algorithms algorithm factories. 
org.apache.xml.security.c14n Canonicalization related material and algorithms. 
org.apache.xml.security.encryption Provides classes for implementing XML Encryption applications. 
org.apache.xml.security.exceptions general exceptions used by this library. 
org.apache.xml.security.keys general key related material. 
org.apache.xml.security.keys.content basic handlers for elements that can occur inside ds:KeyInfo
org.apache.xml.security.keys.content.keyvalues basic handlers for elements that can occur inside ds:KeyValue
org.apache.xml.security.keys.content.x509 basic handlers for elements that can occur inside ds:X509Data
org.apache.xml.security.keys.keyresolver the resolver framework for retrieval of certificates and public keys from elements. 
org.apache.xml.security.keys.storage a resolver framework for certificates and public keys from user-specified locations. 
org.apache.xml.security.signature XML Signature specific classes. 
org.apache.xml.security.transforms the framework for XML Signature transforms. 
org.apache.xml.security.transforms.params   
org.apache.xml.security.utils general utility classes. 
org.apache.xml.security.utils.resolver the ResourceResolver classes used to resolve ds:Reference URIs. 
 

Uses of XMLSecurityException in org.apache.xml.security.algorithms
 

Constructors in org.apache.xml.security.algorithms that throw XMLSecurityException
Algorithm(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor Algorithm
SignatureAlgorithm(org.w3c.dom.Document doc, java.lang.String algorithmURI)
          Constructor SignatureAlgorithm
SignatureAlgorithm(org.w3c.dom.Document doc, java.lang.String algorithmURI, int HMACOutputLength)
          Constructor SignatureAlgorithm
SignatureAlgorithm(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor SignatureAlgorithm
 

Uses of XMLSecurityException in org.apache.xml.security.c14n
 

Subclasses of XMLSecurityException in org.apache.xml.security.c14n
 class CanonicalizationException
          Class CanonicalizationException
 class InvalidCanonicalizerException
           
 

Uses of XMLSecurityException in org.apache.xml.security.encryption
 

Subclasses of XMLSecurityException in org.apache.xml.security.encryption
 class XMLEncryptionException
           
 

Uses of XMLSecurityException in org.apache.xml.security.exceptions
 

Subclasses of XMLSecurityException in org.apache.xml.security.exceptions
 class AlgorithmAlreadyRegisteredException
           
 class Base64DecodingException
          This Exception is thrown if decoding of Base64 data fails.
 

Uses of XMLSecurityException in org.apache.xml.security.keys
 

Subclasses of XMLSecurityException in org.apache.xml.security.keys
 class ContentHandlerAlreadyRegisteredException
           
 

Methods in org.apache.xml.security.keys that throw XMLSecurityException
 EncryptedKey KeyInfo.itemEncryptedKey(int i)
          Method itemEncryptedKey
 KeyName KeyInfo.itemKeyName(int i)
          Method itemKeyName
 KeyValue KeyInfo.itemKeyValue(int i)
          Method itemKeyValue
 MgmtData KeyInfo.itemMgmtData(int i)
          Method itemMgmtData
 PGPData KeyInfo.itemPGPData(int i)
          Method itemPGPData
 RetrievalMethod KeyInfo.itemRetrievalMethod(int i)
          Method itemRetrievalMethod
 SPKIData KeyInfo.itemSPKIData(int i)
          Method itemSPKIData
 X509Data KeyInfo.itemX509Data(int i)
          Method itemX509Data
static void KeyUtils.prinoutKeyInfo(KeyInfo ki, java.io.PrintStream os)
          Method prinoutKeyInfo
 

Constructors in org.apache.xml.security.keys that throw XMLSecurityException
KeyInfo(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor KeyInfo
 

Uses of XMLSecurityException in org.apache.xml.security.keys.content
 

Methods in org.apache.xml.security.keys.content that throw XMLSecurityException
 void X509Data.addCertificate(java.security.cert.X509Certificate x509certificate)
          Method addCertificate
 void X509Data.addSKI(java.security.cert.X509Certificate x509certificate)
          Method addSKI
 java.security.PublicKey KeyValue.getPublicKey()
          Method getPublicKey
 Transforms RetrievalMethod.getTransforms()
          Method getTransforms
 XMLX509Certificate X509Data.itemCertificate(int i)
          Method itemCertificate
 XMLX509CRL X509Data.itemCRL(int i)
          Method itemCRL
 XMLX509IssuerSerial X509Data.itemIssuerSerial(int i)
          Method itemIssuerSerial
 XMLX509SKI X509Data.itemSKI(int i)
          Method itemSKI
 XMLX509SubjectName X509Data.itemSubjectName(int i)
          Method itemSubjectName
 

Constructors in org.apache.xml.security.keys.content that throw XMLSecurityException
KeyName(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor KeyName
KeyValue(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor KeyValue
MgmtData(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor MgmtData
PGPData(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor PGPData
RetrievalMethod(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor RetrievalMethod
SPKIData(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor SPKIData
X509Data(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor X509Data
 

Uses of XMLSecurityException in org.apache.xml.security.keys.content.keyvalues
 

Methods in org.apache.xml.security.keys.content.keyvalues that throw XMLSecurityException
 java.security.PublicKey DSAKeyValue.getPublicKey()
           
 java.security.PublicKey RSAKeyValue.getPublicKey()
           
 java.security.PublicKey KeyValueContent.getPublicKey()
          Method getPublicKey
 

Constructors in org.apache.xml.security.keys.content.keyvalues that throw XMLSecurityException
DSAKeyValue(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor DSAKeyValue
RSAKeyValue(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor RSAKeyValue
 

Uses of XMLSecurityException in org.apache.xml.security.keys.content.x509
 

Methods in org.apache.xml.security.keys.content.x509 that throw XMLSecurityException
 byte[] XMLX509Certificate.getCertificateBytes()
          Method getCertificateBytes
 byte[] XMLX509CRL.getCRLBytes()
          Method getCRLBytes
 java.security.PublicKey XMLX509Certificate.getPublicKey()
          Method getPublicKey
 byte[] XMLX509SKI.getSKIBytes()
          Method getSKIBytes
static byte[] XMLX509SKI.getSKIBytesFromCert(java.security.cert.X509Certificate cert)
          Method getSKIBytesFromCert
 java.security.cert.X509Certificate XMLX509Certificate.getX509Certificate()
          Method getX509Certificate
 

Constructors in org.apache.xml.security.keys.content.x509 that throw XMLSecurityException
XMLX509Certificate(org.w3c.dom.Document doc, java.security.cert.X509Certificate x509certificate)
          Constructor XMLX509Certificate
XMLX509Certificate(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor X509Certificate
XMLX509CRL(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor XMLX509CRL
XMLX509IssuerSerial(org.w3c.dom.Element element, java.lang.String baseURI)
          Constructor XMLX509IssuerSerial
XMLX509SKI(org.w3c.dom.Document doc, java.security.cert.X509Certificate x509certificate)
          Constructor XMLX509SKI
XMLX509SKI(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor XMLX509SKI
XMLX509SubjectName(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor X509SubjectName
 

Uses of XMLSecurityException in org.apache.xml.security.keys.keyresolver
 

Subclasses of XMLSecurityException in org.apache.xml.security.keys.keyresolver
 class InvalidKeyResolverException
           
 class KeyResolverException
           
 

Uses of XMLSecurityException in org.apache.xml.security.keys.storage
 

Subclasses of XMLSecurityException in org.apache.xml.security.keys.storage
 class StorageResolverException
           
 

Uses of XMLSecurityException in org.apache.xml.security.signature
 

Subclasses of XMLSecurityException in org.apache.xml.security.signature
 class InvalidDigestValueException
          Raised when the computed hash value doesn't match the given DigestValue.
 class InvalidSignatureValueException
          Raised if testing the signature value over DigestValue fails because of invalid signature.
 class MissingResourceFailureException
          Thrown by SignedInfo.verify() when testing the signature fails because of uninitialized References.
 class ReferenceNotInitializedException
          Raised if verifying a Reference fails because of an uninitialized XMLSignatureInput
 class XMLSignatureException
          All XML Signature related exceptions inherit herefrom.
 

Methods in org.apache.xml.security.signature that throw XMLSecurityException
 void XMLSignature.addKeyInfo(java.security.cert.X509Certificate cert)
          Add an X509 Certificate to the KeyInfo.
 byte[] SignedInfo.getCanonicalizedOctetStream()
          Returns getCanonicalizedOctetStream
 byte[] Reference.getDigestValue()
          Returns the digest value.
 XMLSignatureInput Manifest.getReferencedContentAfterTransformsItem(int i)
          Method getReferencedContentAfterTransformsItem
 XMLSignatureInput Manifest.getReferencedContentBeforeTransformsItem(int i)
          Method getReferencedContentPriorTransformsItem
 Transforms Reference.getTransforms()
          Method getTransforms
 boolean Manifest.getVerificationResult(int index)
          After verifying a Manifest or a SignedInfo using the Manifest.verifyReferences() or SignedInfo.verify() methods, the individual results can be retrieved with this method.
 Reference Manifest.item(int i)
          Return the ith reference.
 void SignedInfo.signInOctectStream(java.io.OutputStream os)
          Output the C14n stream to the given OutputStream.
 boolean Reference.verify()
          Tests reference valdiation is success or false
 boolean SignedInfo.verify()
          Tests core validation process
 boolean SignedInfo.verify(boolean followManifests)
          Tests core validation process
 boolean Manifest.verifyReferences()
          Used to do a reference validation of all enclosed references using the Reference.verify() method.
 boolean Manifest.verifyReferences(boolean followManifests)
          Used to do a reference validation of all enclosed references using the Reference.verify() method.
 

Constructors in org.apache.xml.security.signature that throw XMLSecurityException
Manifest(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor Manifest
ObjectContainer(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructs ObjectContainer from Element
Reference(org.w3c.dom.Element element, java.lang.String BaseURI, Manifest manifest)
          Build a Reference from an Element
SignatureProperties(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructs SignatureProperties from Element
SignatureProperty(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructs a SignatureProperty from an Element
SignedInfo(org.w3c.dom.Document doc)
          Overwrites Manifest.addDocument(java.lang.String, java.lang.String, org.apache.xml.security.transforms.Transforms, java.lang.String, java.lang.String, java.lang.String) because it creates another Element.
SignedInfo(org.w3c.dom.Document doc, org.w3c.dom.Element signatureMethodElem, org.w3c.dom.Element canonicalizationMethodElem)
           
SignedInfo(org.w3c.dom.Document doc, java.lang.String signatureMethodURI, int hMACOutputLength, java.lang.String canonicalizationMethodURI)
          Constructor SignedInfo
SignedInfo(org.w3c.dom.Document doc, java.lang.String signatureMethodURI, java.lang.String canonicalizationMethodURI)
          Constructs SignedInfo using given Canonicalization algorithm and Signature algorithm.
SignedInfo(org.w3c.dom.Element element, java.lang.String baseURI)
          Build a SignedInfo from an Element
XMLSignature(org.w3c.dom.Document doc, java.lang.String BaseURI, org.w3c.dom.Element SignatureMethodElem, org.w3c.dom.Element CanonicalizationMethodElem)
          Creates a XMLSignature in a Document
XMLSignature(org.w3c.dom.Document doc, java.lang.String BaseURI, java.lang.String SignatureMethodURI)
          This creates a new ds:Signature Element and adds an empty ds:SignedInfo.
XMLSignature(org.w3c.dom.Document doc, java.lang.String BaseURI, java.lang.String SignatureMethodURI, int HMACOutputLength)
          Constructor XMLSignature
XMLSignature(org.w3c.dom.Document doc, java.lang.String BaseURI, java.lang.String SignatureMethodURI, int HMACOutputLength, java.lang.String CanonicalizationMethodURI)
          Constructor XMLSignature
XMLSignature(org.w3c.dom.Document doc, java.lang.String BaseURI, java.lang.String SignatureMethodURI, java.lang.String CanonicalizationMethodURI)
          Constructor XMLSignature
XMLSignature(org.w3c.dom.Element element, java.lang.String BaseURI)
          This will parse the element and construct the Java Objects.
 

Uses of XMLSecurityException in org.apache.xml.security.transforms
 

Subclasses of XMLSecurityException in org.apache.xml.security.transforms
 class InvalidTransformException
           
 class TransformationException
           
 

Constructors in org.apache.xml.security.transforms that throw XMLSecurityException
Transform(org.w3c.dom.Element element, java.lang.String BaseURI)
          This constructor can only be called from the Transforms object, so it's protected.
Transforms(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructs Transforms from Element which is Transforms Element
 

Uses of XMLSecurityException in org.apache.xml.security.transforms.params
 

Methods in org.apache.xml.security.transforms.params that throw XMLSecurityException
static XPathFilterCHGPContainer XPathFilterCHGPContainer.getInstance(org.w3c.dom.Element element, java.lang.String BaseURI)
          Creates a XPathFilterCHGPContainer from an existing Element; needed for verification.
static XPath2FilterContainer04 XPath2FilterContainer04.newInstance(org.w3c.dom.Element element, java.lang.String BaseURI)
          Creates a XPath2FilterContainer04 from an existing Element; needed for verification.
static XPath2FilterContainer XPath2FilterContainer.newInstance(org.w3c.dom.Element element, java.lang.String BaseURI)
          Creates a XPath2FilterContainer from an existing Element; needed for verification.
 

Constructors in org.apache.xml.security.transforms.params that throw XMLSecurityException
InclusiveNamespaces(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor InclusiveNamespaces
 

Uses of XMLSecurityException in org.apache.xml.security.utils
 

Methods in org.apache.xml.security.utils that throw XMLSecurityException
 byte[] ElementProxy.getBytesFromChildElement(java.lang.String localname, java.lang.String namespace)
          Deprecated.  
 byte[] ElementProxy.getBytesFromTextChild()
          Method getBytesFromTextChild
 void ElementChecker.guaranteeThatElementInCorrectSpace(ElementProxy expected, org.w3c.dom.Element actual)
          Deprecated. Check that the elemnt is the one expect
 void ElementCheckerImpl.InternedNsChecker.guaranteeThatElementInCorrectSpace(ElementProxy expected, org.w3c.dom.Element actual)
           
 void ElementCheckerImpl.FullChecker.guaranteeThatElementInCorrectSpace(ElementProxy expected, org.w3c.dom.Element actual)
           
 void ElementCheckerImpl.EmptyChecker.guaranteeThatElementInCorrectSpace(ElementProxy expected, org.w3c.dom.Element actual)
           
static void ElementProxy.setDefaultPrefix(java.lang.String namespace, java.lang.String prefix)
          Method setDefaultPrefix
 void ElementProxy.setElement(org.w3c.dom.Element element, java.lang.String BaseURI)
          Method setElement
static void EncryptionConstants.setEncryptionSpecNSprefix(java.lang.String newPrefix)
          Method setEncryptionSpecNSprefix
static void Constants.setSignatureSpecNSprefix(java.lang.String newPrefix)
          Sets the namespace prefix which will be used to identify elements in the XML Signature Namespace.
 void ElementProxy.setXPathNamespaceContext(java.lang.String prefix, java.lang.String uri)
          Adds an xmlns: definition to the Element.
 

Constructors in org.apache.xml.security.utils that throw XMLSecurityException
ElementProxy(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor ElementProxy
EncryptionElementProxy(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor EncryptionElementProxy
SignatureElementProxy(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructor SignatureElementProxy
 

Uses of XMLSecurityException in org.apache.xml.security.utils.resolver
 

Subclasses of XMLSecurityException in org.apache.xml.security.utils.resolver
 class ResourceResolverException
          This Exception is thrown if something related to the ResourceResolver goes wrong.
 



Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.