Uses of Class
org.apache.xml.security.exceptions.XMLSecurityException
Packages that use XMLSecurityException
Package
Description
-
Uses of XMLSecurityException in org.apache.xml.security.algorithms
Constructors in org.apache.xml.security.algorithms that throw XMLSecurityExceptionModifierConstructorDescriptionConstructor AlgorithmSignatureAlgorithm(Document doc, String algorithmURI) Constructor SignatureAlgorithmSignatureAlgorithm(Document doc, String algorithmURI, int hmacOutputLength) Constructor SignatureAlgorithmSignatureAlgorithm(Element element, String baseURI) Constructor SignatureAlgorithmSignatureAlgorithm(Element element, String baseURI, boolean secureValidation) Constructor SignatureAlgorithm -
Uses of XMLSecurityException in org.apache.xml.security.c14n
Subclasses of XMLSecurityException in org.apache.xml.security.c14nModifier and TypeClassDescriptionclassClass CanonicalizationExceptionclass -
Uses of XMLSecurityException in org.apache.xml.security.encryption
Subclasses of XMLSecurityException in org.apache.xml.security.encryption -
Uses of XMLSecurityException in org.apache.xml.security.exceptions
Subclasses of XMLSecurityException in org.apache.xml.security.exceptionsModifier and TypeClassDescriptionclassclassThis 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.keysMethods in org.apache.xml.security.keys that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidKeyInfo.addDEREncodedKeyValue(PublicKey pk) Method addDEREncodedKeyValuevoidKeyInfo.addKeyInfoReference(String URI) Method addKeyInfoReferenceKeyInfo.itemDEREncodedKeyValue(int i) Method itemDEREncodedKeyValueKeyInfo.itemEncryptedKey(int i) Method itemEncryptedKeyKeyInfo.itemKeyInfoReference(int i) Method itemKeyInfoReferenceKeyInfo.itemKeyName(int i) Method itemKeyNameKeyInfo.itemKeyValue(int i) Method itemKeyValueKeyInfo.itemMgmtData(int i) Method itemMgmtDataKeyInfo.itemPGPData(int i) Method itemPGPDataKeyInfo.itemRetrievalMethod(int i) Method itemRetrievalMethodKeyInfo.itemSPKIData(int i) Method itemSPKIDataKeyInfo.itemX509Data(int i) Method itemX509Datastatic voidKeyUtils.prinoutKeyInfo(KeyInfo ki, PrintStream os) Method prinoutKeyInfoConstructors in org.apache.xml.security.keys that throw XMLSecurityException -
Uses of XMLSecurityException in org.apache.xml.security.keys.content
Methods in org.apache.xml.security.keys.content that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidX509Data.addCertificate(X509Certificate x509certificate) Method addCertificatevoidX509Data.addDigest(X509Certificate x509certificate, String algorithmURI) Method addDigestvoidX509Data.addSKI(X509Certificate x509certificate) Method addSKIprotected byte[]DEREncodedKeyValue.getEncodedDER(PublicKey publicKey) Method getEncodedDERDEREncodedKeyValue.getPublicKey()Method getPublicKeyKeyValue.getPublicKey()Method getPublicKeyRetrievalMethod.getTransforms()Method getTransformsX509Data.itemCertificate(int i) Method itemCertificateX509Data.itemCRL(int i) Method itemCRLX509Data.itemDigest(int i) Method itemDigestX509Data.itemIssuerSerial(int i) Method itemIssuerSerialX509Data.itemSKI(int i) Method itemSKIX509Data.itemSubjectName(int i) Method itemSubjectNameConstructors in org.apache.xml.security.keys.content that throw XMLSecurityExceptionModifierConstructorDescriptionDEREncodedKeyValue(Document doc, PublicKey publicKey) Constructor DEREncodedKeyValueDEREncodedKeyValue(Element element, String baseURI) Constructor DEREncodedKeyValueKeyInfoReference(Element element, String baseURI) Constructor RetrievalMethodConstructor KeyNameConstructor KeyValueConstructor MgmtDataConstructor PGPDataRetrievalMethod(Element element, String baseURI) Constructor RetrievalMethodConstructor SPKIDataConstructor X509Data -
Uses of XMLSecurityException in org.apache.xml.security.keys.content.keyvalues
Methods in org.apache.xml.security.keys.content.keyvalues that throw XMLSecurityExceptionModifier and TypeMethodDescriptionDSAKeyValue.getPublicKey()Method getPublicKeyECKeyValue.getPublicKey()Method getPublicKeyKeyValueContent.getPublicKey()Method getPublicKeyRSAKeyValue.getPublicKey()Method getPublicKeyConstructors in org.apache.xml.security.keys.content.keyvalues that throw XMLSecurityExceptionModifierConstructorDescriptionDSAKeyValue(Element element, String baseURI) Constructor DSAKeyValueECKeyValue(Element element, String baseURI) Constructor DSAKeyValueRSAKeyValue(Element element, 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 XMLSecurityExceptionModifier and TypeMethodDescriptionbyte[]XMLX509Certificate.getCertificateBytes()Method getCertificateBytesbyte[]XMLX509CRL.getCRLBytes()Method getCRLBytesbyte[]XMLX509Digest.getDigestBytes()Method getDigestBytesstatic byte[]XMLX509Digest.getDigestBytesFromCert(X509Certificate cert, String algorithmURI) Method getDigestBytesFromCertXMLX509Certificate.getPublicKey()Method getPublicKeybyte[]XMLX509SKI.getSKIBytes()Method getSKIBytesstatic byte[]XMLX509SKI.getSKIBytesFromCert(X509Certificate cert) Method getSKIBytesFromCertXMLX509Certificate.getX509Certificate()Method getX509CertificateConstructors in org.apache.xml.security.keys.content.x509 that throw XMLSecurityExceptionModifierConstructorDescriptionXMLX509Certificate(Document doc, X509Certificate x509certificate) Constructor XMLX509CertificateXMLX509Certificate(Element element, String baseURI) Constructor X509CertificateXMLX509CRL(Element element, String baseURI) Constructor XMLX509CRLXMLX509Digest(Document doc, X509Certificate x509certificate, String algorithmURI) Constructor XMLX509DigestXMLX509Digest(Element element, String baseURI) Constructor XMLX509DigestXMLX509IssuerSerial(Element element, String baseURI) Constructor XMLX509IssuerSerialXMLX509SKI(Document doc, X509Certificate x509certificate) Constructor XMLX509SKIXMLX509SKI(Element element, String baseURI) Constructor XMLX509SKIXMLX509SubjectName(Element element, String baseURI) Constructor X509SubjectName -
Uses of XMLSecurityException in org.apache.xml.security.keys.keyresolver
Subclasses of XMLSecurityException in org.apache.xml.security.keys.keyresolver -
Uses of XMLSecurityException in org.apache.xml.security.keys.storage
Subclasses of XMLSecurityException in org.apache.xml.security.keys.storage -
Uses of XMLSecurityException in org.apache.xml.security.signature
Subclasses of XMLSecurityException in org.apache.xml.security.signatureModifier and TypeClassDescriptionclassRaised when the computed hash value doesn't match the given DigestValue.classRaised if testing the signature value over DigestValue fails because of invalid signature.classThrown bySignedInfo.verify()when testing the signature fails because of uninitializedReferences.classRaised if verifying aReferencefails because of an uninitializedXMLSignatureInputclassAll XML Signature related exceptions inherit herefrom.Methods in org.apache.xml.security.signature that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidXMLSignature.addKeyInfo(X509Certificate cert) Add an X509 Certificate to the KeyInfo.byte[]SignedInfo.getCanonicalizedOctetStream()Returns getCanonicalizedOctetStreambyte[]Reference.getDigestValue()Returns the digest value.Manifest.getReferencedContentAfterTransformsItem(int i) Method getReferencedContentAfterTransformsItemManifest.getReferencedContentBeforeTransformsItem(int i) Method getReferencedContentPriorTransformsItemReference.getTransforms()Method getTransformsbooleanManifest.getVerificationResult(int index) After verifying aManifestor aSignedInfousing theManifest.verifyReferences()orSignedInfo.verify()methods, the individual results can be retrieved with this method.Manifest.item(int i) Return the ith reference.voidSignedInfo.signInOctetStream(OutputStream os) Output the C14n stream to the given OutputStream.booleanReference.verify()Tests reference validation is success or falsebooleanSignedInfo.verify()Tests core validation processbooleanSignedInfo.verify(boolean followManifests) Tests core validation processbooleanManifest.verifyReferences()Used to do a reference validation of all enclosed references using theReference.verify()method.booleanManifest.verifyReferences(boolean followManifests) Used to do a reference validation of all enclosed references using theReference.verify()method.Constructors in org.apache.xml.security.signature that throw XMLSecurityExceptionModifierConstructorDescriptionConstructor ManifestConstructor ManifestObjectContainer(Element element, String baseURI) ConstructsObjectContainerfromElementprotectedprotectedSignatureProperties(Element element, String baseURI) ConstructsSignaturePropertiesfromElementSignatureProperty(Element element, String baseURI) Constructs aSignaturePropertyfrom anElementSignedInfo(Document doc) OverwritesManifest.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(Document doc, String signatureMethodURI, int hMACOutputLength, String canonicalizationMethodURI) Constructor SignedInfoSignedInfo(Document doc, String signatureMethodURI, String canonicalizationMethodURI) ConstructsSignedInfousing given Canonicalization algorithm and Signature algorithm.SignedInfo(Document doc, Element signatureMethodElem, Element canonicalizationMethodElem) SignedInfo(Element element, String baseURI) Build aSignedInfofrom anElementSignedInfo(Element element, String baseURI, boolean secureValidation) Build aSignedInfofrom anElementXMLSignature(Document doc, String baseURI, String signatureMethodURI) This creates a newds:SignatureElement and adds an emptyds:SignedInfo.XMLSignature(Document doc, String baseURI, String signatureMethodURI, int hmacOutputLength) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, String signatureMethodURI, int hmacOutputLength, String canonicalizationMethodURI) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, String signatureMethodURI, String canonicalizationMethodURI) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, Element SignatureMethodElem, Element CanonicalizationMethodElem) Creates a XMLSignature in a DocumentXMLSignature(Element element, String baseURI) This will parse the element and construct the Java Objects.XMLSignature(Element element, String baseURI, boolean secureValidation) This will parse the element and construct the Java Objects. -
Uses of XMLSecurityException in org.apache.xml.security.stax.config
Methods in org.apache.xml.security.stax.config that throw XMLSecurityExceptionModifier and TypeMethodDescriptionstatic ResourceResolverResourceResolverMapper.getResourceResolver(String uri, String baseURI) static Class<?>TransformerAlgorithmMapper.getTransformerClass(String algoURI, XMLSecurityConstants.DIRECTION direction) static void -
Uses of XMLSecurityException in org.apache.xml.security.stax.ext
Subclasses of XMLSecurityException in org.apache.xml.security.stax.extModifier and TypeClassDescriptionclassException when configuration errors are detectedMethods in org.apache.xml.security.stax.ext that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidAbstractOutputProcessor.createCharactersAndOutputAsEvent(OutputProcessorChain outputProcessorChain, char[] text) voidAbstractOutputProcessor.createCharactersAndOutputAsEvent(OutputProcessorChain outputProcessorChain, String characters) voidAbstractOutputProcessor.createEndElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, QName element) static voidXMLSecurityUtils.createKeyNameTokenStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, String keyName) static voidXMLSecurityUtils.createKeyValueTokenStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates) static voidXMLSecurityUtils.createKeyValueTokenStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, PublicKey publicKey) AbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, QName element, boolean outputLocalNs, List<XMLSecAttribute> attributes) voidAbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, QName element, List<XMLSecNamespace> namespaces, List<XMLSecAttribute> attributes) InputProcessorChain.createSubChain(InputProcessor inputProcessor) Create a new SubChain.InputProcessorChain.createSubChain(InputProcessor inputProcessor, boolean clone) Create a new SubChain.OutputProcessorChain.createSubChain(OutputProcessor outputProcessor) Create a new SubChain.OutputProcessorChain.createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) static TokenSecurityEvent<? extends InboundSecurityToken>XMLSecurityUtils.createTokenSecurityEvent(InboundSecurityToken inboundSecurityToken, String correlationID) static voidXMLSecurityUtils.createX509CertificateStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates) static voidXMLSecurityUtils.createX509CertificateStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates, boolean outputX509Data) static voidXMLSecurityUtils.createX509IssuerSerialStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates) static voidXMLSecurityUtils.createX509IssuerSerialStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates, boolean outputX509Data) static voidXMLSecurityUtils.createX509SubjectKeyIdentifierStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates) static voidXMLSecurityUtils.createX509SubjectKeyIdentifierStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates, boolean outputX509Data) static voidXMLSecurityUtils.createX509SubjectNameStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates) static voidXMLSecurityUtils.createX509SubjectNameStructure(AbstractOutputProcessor abstractOutputProcessor, OutputProcessorChain outputProcessorChain, X509Certificate[] x509Certificates, boolean outputX509Data) voidAbstractBufferingOutputProcessor.doFinal(OutputProcessorChain outputProcessorChain) voidAbstractInputProcessor.doFinal(InputProcessorChain inputProcessorChain) voidAbstractOutputProcessor.doFinal(OutputProcessorChain outputProcessorChain) voidInputProcessor.doFinal(InputProcessorChain inputProcessorChain) Will be called when the whole document is processed.voidOutputProcessor.doFinal(OutputProcessorChain outputProcessorChain) Will be called when the whole document is processed.voidProcessorChain.doFinal()Will finally be called when the whole document is processed Important note: Every processor in the chain has to call doFinal() in its own doFinal() method.protected voidAbstractBufferingOutputProcessor.flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain, Deque<XMLSecEvent> xmlSecEventDeque) static byte[]XMLSecurityConstants.generateBytes(int length) Generate bytes of the given length using the SHA1PRNG algorithm.AbstractInputSecurityHeaderHandler.getElementPath(Deque<XMLSecEvent> eventDeque) static InboundXMLSecXMLSec.getInboundWSSec(XMLSecurityProperties securityProperties) Creates and configures an inbound streaming security engineResourceResolver.getInputStreamFromExternalReference()static OutboundXMLSecXMLSec.getOutboundXMLSec(XMLSecurityProperties securityProperties) Creates and configures an outbound streaming security enginestatic TransformerXMLSecurityUtils.getTransformer(Transformer transformer, OutputStream outputStream, Map<String, Object> properties, String algorithm, XMLSecurityConstants.DIRECTION direction) voidXMLSecurityHeaderHandler.handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<XMLSecEvent> eventQueue, Integer index) voidAbstractOutputProcessor.init(OutputProcessorChain outputProcessorChain) voidOutputProcessor.init(OutputProcessorChain outputProcessorChain) Method will be called after setting the propertiesprotected voidAbstractOutputProcessor.outputAsEvent(OutputProcessorChain outputProcessorChain, XMLSecEvent xmlSecEvent) protected voidAbstractOutputProcessor.outputDOMElement(Element element, OutputProcessorChain outputProcessorChain) protected <T> TAbstractInputSecurityHeaderHandler.parseStructure(Deque<XMLSecEvent> eventDeque, int index, XMLSecurityProperties securityProperties) voidAbstractBufferingOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) abstract voidAbstractOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) InputProcessorChain.processEvent()Requests the next XMLEvent from the next processor in the chain.voidOutputProcessorChain.processEvent(XMLSecEvent xmlSecEvent) Forwards the XMLEvent to the next processor in the chain.protected abstract voidAbstractBufferingOutputProcessor.processHeaderEvent(OutputProcessorChain outputProcessorChain) InputProcessorChain.processHeaderEvent()Requests the next security header XMLEvent from the next processor in the chain.abstract XMLSecEventAbstractInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) voidAbstractOutputProcessor.processNextEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) InputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) Will be called from the framework when the next XMLEvent is requestedvoidOutputProcessor.processNextEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) Will be called from the framework for every XMLEventabstract XMLSecEventAbstractInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) InputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) Will be called from the framework when the next security-header XMLEvent is requestedOutboundXMLSec.processOutMessage(OutputStream outputStream, String encoding) This method is the entry point for the incoming security-engine.OutboundXMLSec.processOutMessage(OutputStream outputStream, String encoding, SecurityEventListener eventListener) OutboundXMLSec.processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding) This method is the entry point for the incoming security-engine.OutboundXMLSec.processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding, SecurityEventListener eventListener) voidTransformer.setOutputStream(OutputStream outputStream) voidTransformer.setProperties(Map<String, Object> properties) voidTransformer.setTransformer(Transformer transformer) Constructors in org.apache.xml.security.stax.ext that throw XMLSecurityExceptionModifierConstructorDescriptionprotectedprotected -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl that throw XMLSecurityExceptionModifier and TypeMethodDescriptionInputProcessorChainImpl.createSubChain(InputProcessor inputProcessor) InputProcessorChainImpl.createSubChain(InputProcessor inputProcessor, boolean clone) OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor) OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) voidInputProcessorChainImpl.doFinal()voidOutputProcessorChainImpl.doFinal()protected voidAbstractSecurityContextImpl.forwardSecurityEvent(SecurityEvent securityEvent) protected voidInboundSecurityContextImpl.forwardSecurityEvent(SecurityEvent securityEvent) InputProcessorChainImpl.processEvent()voidOutputProcessorChainImpl.processEvent(XMLSecEvent xmlSecEvent) InputProcessorChainImpl.processHeaderEvent()voidAbstractSecurityContextImpl.registerSecurityEvent(SecurityEvent securityEvent) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.algorithms
Methods in org.apache.xml.security.stax.impl.algorithms that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidHMACSignatureAlgorithm.engineInitSign(Key signingKey) voidHMACSignatureAlgorithm.engineInitSign(Key signingKey, SecureRandom secureRandom) voidHMACSignatureAlgorithm.engineInitSign(Key signingKey, AlgorithmParameterSpec algorithmParameterSpec) voidPKISignatureAlgorithm.engineInitSign(Key signingKey) voidPKISignatureAlgorithm.engineInitSign(Key signingKey, SecureRandom secureRandom) voidPKISignatureAlgorithm.engineInitSign(Key signingKey, AlgorithmParameterSpec algorithmParameterSpec) voidSignatureAlgorithm.engineInitSign(Key signingKey) voidSignatureAlgorithm.engineInitSign(Key signingKey, SecureRandom secureRandom) voidSignatureAlgorithm.engineInitSign(Key signingKey, AlgorithmParameterSpec algorithmParameterSpec) voidHMACSignatureAlgorithm.engineInitVerify(Key verificationKey) voidPKISignatureAlgorithm.engineInitVerify(Key verificationKey) voidSignatureAlgorithm.engineInitVerify(Key verificationKey) voidHMACSignatureAlgorithm.engineSetParameter(AlgorithmParameterSpec params) voidPKISignatureAlgorithm.engineSetParameter(AlgorithmParameterSpec params) voidSignatureAlgorithm.engineSetParameter(AlgorithmParameterSpec params) byte[]HMACSignatureAlgorithm.engineSign()byte[]PKISignatureAlgorithm.engineSign()byte[]SignatureAlgorithm.engineSign()voidHMACSignatureAlgorithm.engineUpdate(byte input) voidHMACSignatureAlgorithm.engineUpdate(byte[] input) voidHMACSignatureAlgorithm.engineUpdate(byte[] buf, int offset, int len) voidPKISignatureAlgorithm.engineUpdate(byte input) voidPKISignatureAlgorithm.engineUpdate(byte[] input) voidPKISignatureAlgorithm.engineUpdate(byte[] buf, int offset, int len) voidSignatureAlgorithm.engineUpdate(byte input) voidSignatureAlgorithm.engineUpdate(byte[] input) voidSignatureAlgorithm.engineUpdate(byte[] buf, int offset, int len) booleanHMACSignatureAlgorithm.engineVerify(byte[] signature) booleanPKISignatureAlgorithm.engineVerify(byte[] signature) booleanSignatureAlgorithm.engineVerify(byte[] signature) SignatureAlgorithmFactory.getSignatureAlgorithm(String algoURI) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.processor.input
Methods in org.apache.xml.security.stax.impl.processor.input that throw XMLSecurityExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken) protected voidXMLSignatureInputHandler.addSignatureReferenceInputProcessorToChain(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken) protected InputStreamAbstractDecryptInputProcessor.applyTransforms(org.apache.xml.security.binding.xmlenc.ReferenceType referenceType, InputStream inputStream) protected TransformerAbstractSignatureReferenceVerifyInputProcessor.buildTransformerChain(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain, AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier internalSignatureReferenceVerifier) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.buildTransformerChain(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, OutputStream outputStream, InputProcessorChain inputProcessorChain) protected voidAbstractSignatureReferenceVerifyInputProcessor.compareDigest(byte[] calculatedDigest, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) protected DigestOutputStreamAbstractSignatureReferenceVerifyInputProcessor.createMessageDigestOutputStream(org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, InboundSecurityContext inboundSecurityContext) protected voidAbstractSignatureInputHandler.SignatureVerifier.createSignatureAlgorithm(InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) voidAbstractDecryptInputProcessor.doFinal(InputProcessorChain inputProcessorChain) protected voidAbstractSignatureInputHandler.SignatureVerifier.doFinal()voidAbstractSignatureReferenceVerifyInputProcessor.doFinal(InputProcessorChain inputProcessorChain) voidXMLEventReaderInputProcessor.doFinal(InputProcessorChain inputProcessorChain) voidXMLSecurityInputProcessor.doFinal(InputProcessorChain inputProcessorChain) protected byte[]XMLEncryptedKeyInputHandler.getBytesFromAttachment(String xopUri, XMLSecurityProperties securityProperties) AbstractSignatureReferenceVerifyInputProcessor.getSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement) voidAbstractSignatureInputHandler.handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<XMLSecEvent> eventQueue, Integer index) voidXMLEncryptedKeyInputHandler.handle(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType, XMLSecEvent responsibleXMLSecStartXMLEvent, XMLSecurityProperties securityProperties) voidXMLEncryptedKeyInputHandler.handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<XMLSecEvent> eventQueue, Integer index) protected abstract voidAbstractDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected voidXMLDecryptInputProcessor.handleCipherReference(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract voidAbstractDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleEncryptedContent(InputProcessorChain inputProcessorChain, XMLSecStartElement parentXMLSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract voidAbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.DecryptedEventReaderInputProcessor.handleEncryptedElement(InputProcessorChain inputProcessorChain, XMLSecStartElement xmlSecStartElement, InboundSecurityToken inboundSecurityToken, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLEncryptedKeyInputHandler.handleReferenceList(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedKeyType encryptedKeyType, XMLSecurityProperties securityProperties) protected abstract voidAbstractDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected voidXMLDecryptInputProcessor.handleSecurityToken(InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType) protected abstract InputStreamAbstractDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected InputStreamXMLDecryptInputProcessor.handleXOPInclude(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedDataType, String href, Cipher cipher, InboundSecurityToken inboundSecurityToken) protected abstract AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessorAbstractDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) XMLDecryptInputProcessor.newDecryptedEventReaderInputProcessor(boolean encryptedHeader, XMLSecStartElement xmlSecStartElement, org.apache.xml.security.binding.xmlenc.EncryptedDataType currentEncryptedDataType, InboundSecurityToken inboundSecurityToken, InboundSecurityContext inboundSecurityContext) protected abstract AbstractSignatureInputHandler.SignatureVerifierAbstractSignatureInputHandler.newSignatureVerifier(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) XMLSignatureInputHandler.newSignatureVerifier(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType) protected abstract voidAbstractSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) protected voidXMLSignatureReferenceVerifyInputProcessor.processElementPath(List<QName> elementPath, InputProcessorChain inputProcessorChain, XMLSecEvent xmlSecEvent, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) voidAbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processEvent(XMLSecEvent xmlSecEvent, InputProcessorChain inputProcessorChain) AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) AbstractDecryptInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processNextEvent(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) LogInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) XMLEventReaderInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalBufferProcessor.processNextEvent(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalReplayProcessor.processNextEvent(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.processNextEvent(InputProcessorChain inputProcessorChain) AbstractDecryptInputProcessor.AbstractDecryptedEventReaderInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) AbstractDecryptInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.InternalSignatureReferenceVerifier.processNextHeaderEvent(InputProcessorChain inputProcessorChain) AbstractSignatureReferenceVerifyInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) LogInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) XMLEventReaderInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalBufferProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.InternalReplayProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) XMLSecurityInputProcessor.processNextHeaderEvent(InputProcessorChain inputProcessorChain) protected Deque<XMLSecEvent>AbstractSignatureInputHandler.reparseSignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, Deque<XMLSecEvent> eventDeque, int index) protected abstract InboundSecurityTokenAbstractSignatureInputHandler.SignatureVerifier.retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) protected InboundSecurityTokenXMLSignatureInputHandler.XMLSignatureVerifier.retrieveSecurityToken(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) protected voidAbstractSignatureReferenceVerifyInputProcessor.verifyExternalReference(InputProcessorChain inputProcessorChain, InputStream inputStream, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType) protected InboundSecurityTokenAbstractSignatureInputHandler.verifySignedInfo(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, Deque<XMLSecEvent> eventDeque, int index) Constructors in org.apache.xml.security.stax.impl.processor.input that throw XMLSecurityExceptionModifierConstructorDescriptionAbstractDecryptInputProcessor(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, org.apache.xml.security.binding.xmlenc.ReferenceList referenceList, XMLSecurityProperties securityProperties) AbstractDecryptInputProcessor(XMLSecurityProperties securityProperties) AbstractSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties) InternalSignatureReferenceVerifier(XMLSecurityProperties securityProperties, InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.ReferenceType referenceType, XMLSecStartElement startElement) SignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityContext inboundSecurityContext, XMLSecurityProperties securityProperties) XMLDecryptInputProcessor(XMLSecurityProperties securityProperties) XMLSignatureReferenceVerifyInputProcessor(InputProcessorChain inputProcessorChain, org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityToken inboundSecurityToken, XMLSecurityProperties securityProperties) XMLSignatureVerifier(org.apache.xml.security.binding.xmldsig.SignatureType signatureType, InboundSecurityContext inboundSecurityContext, XMLSecurityProperties securityProperties) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.processor.output
Methods in org.apache.xml.security.stax.impl.processor.output that throw XMLSecurityExceptionModifier and TypeMethodDescriptionprotected OutputStreamAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.applyTransforms(OutputStream outputStream) protected TransformerAbstractSignatureOutputProcessor.buildTransformerChain(OutputStream outputStream, SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement) XMLEncryptOutputProcessor.createInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement startElement, String encoding, OutboundSecurityToken keyWrappingToken) Override this method to return a different AbstractInternalEncryptionOutputProcessor instance which will write out the KeyInfo contents in the EncryptedData.protected abstract voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.createKeyInfoStructure(OutputProcessorChain outputProcessorChain) protected abstract voidAbstractSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain, OutboundSecurityToken securityToken, boolean useSingleCertificate) protected voidXMLSignatureEndingOutputProcessor.createKeyInfoStructureForSignature(OutputProcessorChain outputProcessorChain, OutboundSecurityToken securityToken, boolean useSingleCertificate) protected DigestOutputStreamAbstractSignatureOutputProcessor.createMessageDigestOutputStream(String digestAlgorithm) protected abstract voidAbstractSignatureEndingOutputProcessor.createTransformsStructureForSignature(OutputProcessorChain subOutputProcessorChain, SignaturePartDef signaturePartDef) protected voidXMLSignatureEndingOutputProcessor.createTransformsStructureForSignature(OutputProcessorChain subOutputProcessorChain, SignaturePartDef signaturePartDef) protected voidAbstractSignatureOutputProcessor.digestExternalReference(OutputProcessorChain outputProcessorChain, SecurePart securePart) voidAbstractEncryptOutputProcessor.doFinal(OutputProcessorChain outputProcessorChain) voidAbstractSignatureOutputProcessor.doFinal(OutputProcessorChain outputProcessorChain) voidFinalOutputProcessor.doFinal(OutputProcessorChain outputProcessorChain) protected voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.doFinalInternal(OutputProcessorChain outputProcessorChain) protected voidAbstractEncryptOutputProcessor.doFinalInternal(OutputProcessorChain outputProcessorChain) protected voidAbstractSignatureOutputProcessor.doFinalInternal(OutputProcessorChain outputProcessorChain) protected voidXMLSignatureEndingOutputProcessor.flushBufferAndCallbackAfterHeader(OutputProcessorChain outputProcessorChain, Deque<XMLSecEvent> xmlSecEventDeque) byte[]AbstractSignatureEndingOutputProcessor.SignedInfoProcessor.getSignatureValue()voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.init(OutputProcessorChain outputProcessorChain) voidAbstractSignatureEndingOutputProcessor.SignedInfoProcessor.init(OutputProcessorChain outputProcessorChain) voidAbstractSignatureOutputProcessor.InternalSignatureOutputProcessor.init(OutputProcessorChain outputProcessorChain) voidXMLSignatureOutputProcessor.init(OutputProcessorChain outputProcessorChain) protected abstract AbstractSignatureEndingOutputProcessor.SignedInfoProcessorAbstractSignatureEndingOutputProcessor.newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) XMLSignatureEndingOutputProcessor.newSignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) abstract voidAbstractEncryptOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) voidAbstractSignatureEndingOutputProcessor.SignedInfoProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) voidAbstractSignatureOutputProcessor.InternalSignatureOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) abstract voidAbstractSignatureOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) voidFinalOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) voidXMLEncryptOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) voidXMLSignatureOutputProcessor.processEvent(XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) protected voidAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor.processEventInternal(XMLSecStartElement xmlSecStartElement, OutputProcessorChain outputProcessorChain) Creates the Data structure around the cipher datavoidAbstractSignatureEndingOutputProcessor.processHeaderEvent(OutputProcessorChain outputProcessorChain) voidXMLSignatureEndingOutputProcessor.processHeaderEvent(OutputProcessorChain outputProcessorChain) protected voidAbstractEncryptOutputProcessor.verifyEncryptionParts(OutputProcessorChain outputProcessorChain) protected voidAbstractSignatureOutputProcessor.verifySignatureParts(OutputProcessorChain outputProcessorChain) Constructors in org.apache.xml.security.stax.impl.processor.output that throw XMLSecurityExceptionModifierConstructorDescriptionAbstractInternalEncryptionOutputProcessor(EncryptionPartDef encryptionPartDef, XMLSecStartElement xmlSecStartElement, String encoding) AbstractSignatureEndingOutputProcessor(AbstractSignatureOutputProcessor signatureOutputProcessor) FinalOutputProcessor(OutputStream outputStream, String encoding) FinalOutputProcessor(XMLStreamWriter xmlStreamWriter) InternalSignatureOutputProcessor(SignaturePartDef signaturePartDef, XMLSecStartElement xmlSecStartElement) SignedInfoProcessor(SignatureAlgorithm signatureAlgorithm, String signatureId, XMLSecStartElement xmlSecStartElement) XMLSignatureEndingOutputProcessor(XMLSignatureOutputProcessor signatureOutputProcessor) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.resourceResolvers
Methods in org.apache.xml.security.stax.impl.resourceResolvers that throw XMLSecurityExceptionModifier and TypeMethodDescriptionResolverFilesystem.getInputStreamFromExternalReference()ResolverHttp.getInputStreamFromExternalReference()ResolverSameDocument.getInputStreamFromExternalReference()ResolverXPointer.getInputStreamFromExternalReference() -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.securityToken
Methods in org.apache.xml.security.stax.impl.securityToken that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidAbstractInboundSecurityToken.addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage) voidAbstractSecurityToken.addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage) protected KeyAbstractInboundSecurityToken.getKey(String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID) AbstractInboundSecurityToken.getKeyWrappingToken()GenericOutboundSecurityToken.getKeyWrappingToken()protected PublicKeyAbstractInboundSecurityToken.getPubKey(String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID) final PublicKeyAbstractInboundSecurityToken.getPublicKey(String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID) AbstractSecurityToken.getPublicKey()DsaKeyValueSecurityToken.getPublicKey()ECKeyValueSecurityToken.getPublicKey()RsaKeyValueSecurityToken.getPublicKey()final KeyAbstractInboundSecurityToken.getSecretKey(String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID) AbstractSecurityToken.getSecretKey()GenericOutboundSecurityToken.getSecretKey(String algorithmURI) SecurityTokenFactoryImpl.getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) GenericOutboundSecurityToken.getWrappedTokens()AbstractSecurityToken.getX509Certificates()booleanAbstractSecurityToken.isAsymmetric()booleanX509SecurityToken.isAsymmetric()voidAbstractInboundSecurityToken.verify()Constructors in org.apache.xml.security.stax.impl.securityToken that throw XMLSecurityExceptionModifierConstructorDescriptionECKeyValueSecurityToken(org.apache.xml.security.binding.xmldsig11.ECKeyValueType ecKeyValueType, InboundSecurityContext inboundSecurityContext) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.transformer
Methods in org.apache.xml.security.stax.impl.transformer that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidTransformBase64Decode.setOutputStream(OutputStream outputStream) voidTransformIdentity.setOutputStream(OutputStream outputStream) voidTransformIdentity.setProperties(Map<String, Object> properties) voidTransformIdentity.setTransformer(Transformer transformer) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.transformer.canonicalizer
Methods in org.apache.xml.security.stax.impl.transformer.canonicalizer that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidCanonicalizer20010315_Excl.setProperties(Map<String, Object> properties) voidCanonicalizerBase.setProperties(Map<String, Object> properties) voidCanonicalizerBase.setTransformer(Transformer transformer) -
Uses of XMLSecurityException in org.apache.xml.security.stax.impl.util
Methods in org.apache.xml.security.stax.impl.util that throw XMLSecurityException -
Uses of XMLSecurityException in org.apache.xml.security.stax.securityEvent
Methods in org.apache.xml.security.stax.securityEvent that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidSecurityEventListener.registerSecurityEvent(SecurityEvent securityEvent) Registers a SecurityEvent which will be forwarded to the registered SecurityEventListener -
Uses of XMLSecurityException in org.apache.xml.security.stax.securityToken
Methods in org.apache.xml.security.stax.securityToken that throw XMLSecurityExceptionModifier and TypeMethodDescriptionvoidSecurityToken.addTokenUsage(SecurityTokenConstants.TokenUsage tokenUsage) static SecurityTokenFactorySecurityTokenFactory.getInstance()SecurityToken.getKeyWrappingToken()Returns the key wrapping tokenInboundSecurityToken.getPublicKey(String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID) Returns the public key if one exist for this token typeSecurityToken.getPublicKey()Returns the public key if one exists and already initialized, null otherwiseInboundSecurityToken.getSecretKey(String algorithmURI, XMLSecurityConstants.AlgorithmUsage algorithmUsage, String correlationID) Returns the secret keyOutboundSecurityToken.getSecretKey(String algorithmURI) Returns the secret keySecurityToken.getSecretKey()Returns the secret key's if already initialized, null otherwiseabstract InboundSecurityTokenSecurityTokenFactory.getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) SecurityTokenProvider.getSecurityToken()Returns the represented SecurityToken of this objectList<? extends SecurityToken>SecurityToken.getWrappedTokens()SecurityToken.getX509Certificates()Returns the certificate chain if one exists for this token typebooleanSecurityToken.isAsymmetric()Returns the token typevoidInboundSecurityToken.verify()Verifies the key if applicable -
Uses of XMLSecurityException in org.apache.xml.security.transforms
Subclasses of XMLSecurityException in org.apache.xml.security.transformsConstructors in org.apache.xml.security.transforms that throw XMLSecurityException -
Uses of XMLSecurityException in org.apache.xml.security.transforms.params
Methods in org.apache.xml.security.transforms.params that throw XMLSecurityExceptionModifier and TypeMethodDescriptionstatic XPathFilterCHGPContainerXPathFilterCHGPContainer.getInstance(Element element, String baseURI) Creates a XPathFilterCHGPContainer from an existing Element; needed for verification.static XPath2FilterContainerXPath2FilterContainer.newInstance(Element element, String baseURI) Creates a XPath2FilterContainer from an existing Element; needed for verification.static XPath2FilterContainer04XPath2FilterContainer04.newInstance(Element element, String baseURI) Creates a XPath2FilterContainer04 from an existing Element; needed for verification.Constructors in org.apache.xml.security.transforms.params that throw XMLSecurityExceptionModifierConstructorDescriptionInclusiveNamespaces(Element element, String baseURI) Constructor InclusiveNamespaces -
Uses of XMLSecurityException in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils that throw XMLSecurityExceptionModifier and TypeMethodDescriptionbyte[]ElementProxy.getBytesFromTextChild()Method getBytesFromTextChildstatic voidElementProxy.registerDefaultPrefixes()This method registers the default prefixes.static voidElementProxy.setDefaultPrefix(String namespace, String prefix) Method setDefaultPrefixvoidElementProxy.setElement(Element element, String baseURI) Method setElementvoidElementProxy.setXPathNamespaceContext(String prefix, String uri) Adds an xmlns: definition to the Element.Constructors in org.apache.xml.security.utils that throw XMLSecurityExceptionModifierConstructorDescriptionElementProxy(Element element, String baseURI) Constructor ElementProxyEncryptionElementProxy(Element element, String baseURI) Constructor EncryptionElementProxySignature11ElementProxy(Element element, String baseURI) Constructor Signature11ElementProxySignatureElementProxy(Element element, String baseURI) Constructor SignatureElementProxy -
Uses of XMLSecurityException in org.apache.xml.security.utils.resolver
Subclasses of XMLSecurityException in org.apache.xml.security.utils.resolverModifier and TypeClassDescriptionclassThis Exception is thrown if something related to theResourceResolvergoes wrong.