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(Document doc, String algorithmURI, int hmacOutputLength, Provider provider) SignatureAlgorithm(Document doc, String algorithmURI, Provider provider) SignatureAlgorithm(Document doc, String algorithmURI, Provider provider, AlgorithmParameterSpec parameterSpec) SignatureAlgorithm(Element element, String baseURI) Constructor SignatureAlgorithmSignatureAlgorithm(Element element, String baseURI, boolean secureValidation) Constructor SignatureAlgorithmSignatureAlgorithm(Element element, String baseURI, boolean secureValidation, Provider provider) SignatureAlgorithm(Element element, String baseURI, Provider provider) -
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.encryptionMethods in org.apache.xml.security.encryption that throw XMLSecurityExceptionModifier and TypeMethodDescriptionstatic KeyAgreementParametersXMLCipherUtil.constructRecipientKeyAgreementParameters(String keyWrapAlgoURI, AgreementMethod agreementMethod, PrivateKey keyAgreementPrivateKey) Construct an KeyAgreementParameterSpec object from the given parametersKeyDerivationMethod.getKDFParams()Returns the KDF parameters used by the key derivation algorithm.AgreementMethod.getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.AgreementMethod.getOriginatorKeyInfo()Returns information relating to the originator's shared secret.AgreementMethod.getRecipientKeyInfo()Returns information relating to the recipient's shared secret. -
Uses of XMLSecurityException in org.apache.xml.security.encryption.keys
Methods in org.apache.xml.security.encryption.keys that throw XMLSecurityExceptionModifier and TypeMethodDescriptionKeyInfoEnc.itemAgreementMethod(int i) Method itemAgreementMethodConstructors in org.apache.xml.security.encryption.keys that throw XMLSecurityExceptionModifierConstructorDescriptionKeyInfoEnc(Element element, String baseURI) OriginatorKeyInfo(Element element, String baseURI) RecipientKeyInfo(Element element, String baseURI) -
Uses of XMLSecurityException in org.apache.xml.security.encryption.keys.content
Methods in org.apache.xml.security.encryption.keys.content that throw XMLSecurityExceptionModifier and TypeMethodDescriptionAgreementMethodImpl.getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.AgreementMethodImpl.getOriginatorKeyInfo()Returns information relating to the originator's shared secret.AgreementMethodImpl.getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Constructors in org.apache.xml.security.encryption.keys.content that throw XMLSecurityExceptionModifierConstructorDescriptionAgreementMethodImpl(Element element) Constructor AgreementMethodImpl based on XMLElement. -
Uses of XMLSecurityException in org.apache.xml.security.encryption.keys.content.derivedKey
Methods in org.apache.xml.security.encryption.keys.content.derivedKey that throw XMLSecurityExceptionModifier and TypeMethodDescriptionbyte[]ConcatKDF.deriveKey(byte[] sharedSecret, ConcatKDFParams concatKDFParams) Derives a key from the shared secret and other concat kdf parameters.byte[]Derives a key from the given secret and other info.byte[]HKDF.deriveKey(byte[] secret, HKDFParams params) Derive a key using the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.byte[]The method inits Hash-MAC with given PRK (as salt) and output OKM is calculated as follows:byte[]HKDF.extractKey(String jceAlgorithmName, byte[] salt, byte[] secret) The method "extracts" the pseudo-random key (PRK) based on HMAC-Hash function (optional) salt value (a non-secret random value) and the shared secret/input keying material (IKM).KeyDerivationMethodImpl.getKDFParams()Method returns the KDFParams object of this KeyDerivationMethod Element.Constructors in org.apache.xml.security.encryption.keys.content.derivedKey that throw XMLSecurityExceptionModifierConstructorDescriptionConcatKDFParamsImpl(Element element, String baseURI) Constructor ConcatKDFParamsImpl from existing XML elementHKDFParamsImpl(Element element, String baseURI) Constructor HKDFParamsImpl from existing XML elementKeyDerivationMethodImpl(Element element, String baseURI) Constructor KeyDerivationMethodImpl from existing XML element. -
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
Methods 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 itemX509DataConstructors 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.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, int hMACOutputLength, String canonicalizationMethodURI, Provider provider, AlgorithmParameterSpec spec) ConstructsSignedInfousing given Canonicalization algorithm and Signature algorithm.SignedInfo(Document doc, String signatureMethodURI, String canonicalizationMethodURI) ConstructsSignedInfousing given Canonicalization algorithm and Signature algorithm.SignedInfo(Document doc, String signatureMethodURI, String canonicalizationMethodURI, Provider provider) ConstructsSignedInfousing given Canonicalization algorithm and Signature algorithm.SignedInfo(Document doc, Element signatureMethodElem, Element canonicalizationMethodElem) SignedInfo(Document doc, Element signatureMethodElem, Element canonicalizationMethodElem, Provider provider) SignedInfo(Element element, String baseURI) Build aSignedInfofrom anElementSignedInfo(Element element, String baseURI, boolean secureValidation) Build aSignedInfofrom anElementSignedInfo(Element element, String baseURI, boolean secureValidation, Provider provider) 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, int hmacOutputLength, String canonicalizationMethodURI, Provider provider, AlgorithmParameterSpec spec) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, String signatureMethodURI, int hmacOutputLength, Provider provider) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, String signatureMethodURI, String canonicalizationMethodURI) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, String signatureMethodURI, String canonicalizationMethodURI, Provider provider) Constructor XMLSignatureXMLSignature(Document doc, String baseURI, String signatureMethodURI, Provider provider) This creates a newds:SignatureElement and adds an emptyds:SignedInfo.XMLSignature(Document doc, String baseURI, Element signatureMethodElem, Element canonicalizationMethodElem) Creates a XMLSignature in a DocumentXMLSignature(Document doc, String baseURI, Element signatureMethodElem, Element canonicalizationMethodElem, Provider provider) XMLSignature(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.XMLSignature(Element element, String baseURI, boolean secureValidation, Provider provider) This will parse the element and construct the Java Objects.XMLSignature(Element element, String baseURI, Provider provider) This will parse the element and construct the Java Objects. -
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) org.apache.xml.security.stax.ext.stax.XMLSecStartElementAbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, QName element, boolean outputLocalNs, List<org.apache.xml.security.stax.ext.stax.XMLSecAttribute> attributes) voidAbstractOutputProcessor.createStartElementAndOutputAsEvent(OutputProcessorChain outputProcessorChain, QName element, List<org.apache.xml.security.stax.ext.stax.XMLSecNamespace> namespaces, List<org.apache.xml.security.stax.ext.stax.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, org.apache.xml.security.stax.ext.stax.XMLSecStartElement parentXMLSecStartElement) static org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.InboundSecurityToken> XMLSecurityUtils.createTokenSecurityEvent(org.apache.xml.security.stax.securityToken.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<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEventDeque) static byte[]XMLSecurityConstants.generateBytes(int length) Generate bytes of the given length using the algorithm supplied in "org.apache.xml.security.securerandom.algorithm" or, if not specified, use aSecureRandominstance from default constructor.AbstractInputSecurityHeaderHandler.getElementPath(Deque<org.apache.xml.security.stax.ext.stax.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<org.apache.xml.security.stax.ext.stax.XMLSecEvent> eventQueue, Integer index) voidAbstractOutputProcessor.init(OutputProcessorChain outputProcessorChain) voidOutputProcessor.init(OutputProcessorChain outputProcessorChain) Method will be called after setting the propertiesprotected voidAbstractOutputProcessor.outputAsEvent(OutputProcessorChain outputProcessorChain, org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent) protected voidAbstractOutputProcessor.outputDOMElement(Element element, OutputProcessorChain outputProcessorChain) protected <T> TAbstractInputSecurityHeaderHandler.parseStructure(Deque<org.apache.xml.security.stax.ext.stax.XMLSecEvent> eventDeque, int index, XMLSecurityProperties securityProperties) voidAbstractBufferingOutputProcessor.processEvent(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) org.apache.xml.security.stax.ext.stax.XMLSecEventInputProcessor.processEvent(InputProcessorChain inputProcessorChain) Will be called from the framework when the next XMLEvent is requestedorg.apache.xml.security.stax.ext.stax.XMLSecEventInputProcessorChain.processEvent()Requests the next XMLEvent from the next processor in the chain.voidOutputProcessor.processEvent(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent, OutputProcessorChain outputProcessorChain) Will be called from the framework for every XMLEventvoidOutputProcessorChain.processEvent(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent) Forwards the XMLEvent to the next processor in the chain.protected abstract voidAbstractBufferingOutputProcessor.processHeaderEvent(OutputProcessorChain outputProcessorChain) org.apache.xml.security.stax.ext.stax.XMLSecEventInputProcessor.processHeaderEvent(InputProcessorChain inputProcessorChain) Will be called from the framework when the next security-header XMLEvent is requestedorg.apache.xml.security.stax.ext.stax.XMLSecEventInputProcessorChain.processHeaderEvent()Requests the next security header XMLEvent from the next processor in the chain.OutboundXMLSec.processOutMessage(OutputStream outputStream, String encoding) This method is the entry point for the incoming security-engine.OutboundXMLSec.processOutMessage(OutputStream outputStream, String encoding, org.apache.xml.security.stax.securityEvent.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, org.apache.xml.security.stax.securityEvent.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.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 XPath2FilterContainerXPath2FilterContainer.newInstance(Element element, String baseURI) Creates a XPath2FilterContainer 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 TypeMethodDescriptionstatic byte[]KeyUtils.deriveKeyEncryptionKey(byte[] sharedSecret, KeyDerivationParameters keyDerivationParameter) Derive a key encryption key from a shared secret and keyDerivationParameter.static byte[]KeyUtils.deriveKeyWithConcatKDF(byte[] sharedSecret, ConcatKDFParams ckdfParameter) Derive a key using the Concatenation Key Derivation Function (ConcatKDF) with implementation instanceConcatKDFParams.static byte[]KeyUtils.deriveKeyWithHKDF(byte[] sharedSecret, HKDFParams hkdfParameter) Derive a key using the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) with implementation instanceHKDFParams.byte[]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 ElementProxyEncryption11ElementProxy(Element element, String baseURI) Constructor Signature11ElementProxyEncryptionElementProxy(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.