Uses of Class
org.apache.xml.security.exceptions.XMLSecurityException
-
-
Uses of XMLSecurityException in org.apache.xml.security.algorithms
Constructors in org.apache.xml.security.algorithms that throw XMLSecurityException Constructor Description Algorithm(Element element, String baseURI)Constructor 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.c14n Modifier and Type Class Description classCanonicalizationExceptionClass CanonicalizationExceptionclassInvalidCanonicalizerException -
Uses of XMLSecurityException in org.apache.xml.security.encryption
Subclasses of XMLSecurityException in org.apache.xml.security.encryption Modifier and Type Class Description classXMLEncryptionExceptionMethods in org.apache.xml.security.encryption that throw XMLSecurityException Modifier and Type Method Description static KeyDerivationParametersXMLCipherUtil. constructKeyDerivationParameter(KeyDerivationMethod keyDerivationMethod, int keyBitLength)Construct a KeyDerivationParameter object from the given keyDerivationMethod and keyBitLengthstatic KeyAgreementParametersXMLCipherUtil. constructRecipientKeyAgreementParameters(String keyWrapAlgoURI, AgreementMethod agreementMethod, PrivateKey keyAgreementPrivateKey)Construct an KeyAgreementParameterSpec object from the given parametersKeyDerivationMethodAgreementMethod. getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.OriginatorKeyInfoAgreementMethod. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.RecipientKeyInfoAgreementMethod. 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 XMLSecurityException Modifier and Type Method Description AgreementMethodKeyInfoEnc. itemAgreementMethod(int i)Method itemAgreementMethodConstructors in org.apache.xml.security.encryption.keys that throw XMLSecurityException Constructor Description KeyInfoEnc(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 XMLSecurityException Modifier and Type Method Description KeyDerivationMethodAgreementMethodImpl. getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.OriginatorKeyInfoAgreementMethodImpl. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.RecipientKeyInfoAgreementMethodImpl. getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Constructors in org.apache.xml.security.encryption.keys.content that throw XMLSecurityException Constructor Description AgreementMethodImpl(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 XMLSecurityException Modifier and Type Method Description byte[]ConcatKDF. deriveKey(byte[] secret, byte[] otherInfo, int offset, long keyLength)Key DerivationAlgorithm implementation as defined in Section 5.8.1 of NIST SP 800-56A [SP800-56A] reps = ⎡ keydatalen / hashlen⎤. If reps > (2>32 −1), then ABORT: output an error indicator and stop. Initialize a 32-bit, big-endian bit string counter as 0000000116. If counter || Z || OtherInfo is more than max_hash_inputlen bits long, then ABORT: output an error indicator and stop.byte[]ConcatKDF. deriveKey(byte[] sharedSecret, String algID, String partyUInfo, String partyVInfo, String suppPubInfo, String suppPrivInfo, long keyLength)Method concatenate the bitstrings in following orderalgID || partyUInfo || partyVInfo || suppPubInfo || suppPrivInfo.byte[]DerivationAlgorithm. deriveKey(byte[] secret, byte[] otherInfo, int offset, long keyLength)Derives a key from the given secret and other info.default byte[]DerivationAlgorithm. deriveKey(byte[] secret, byte[] otherInfo, long keyLength)Derives a key from the given secret and other info.ConcatKDFParamsImplKeyDerivationMethodImpl. getConcatKDFParams()Constructors in org.apache.xml.security.encryption.keys.content.derivedKey that throw XMLSecurityException Constructor Description ConcatKDFParamsImpl(Element element, String baseURI)Constructor ConcatKDFParamsImpl 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.exceptions Modifier and Type Class Description classAlgorithmAlreadyRegisteredExceptionclassBase64DecodingExceptionThis 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 XMLSecurityException Modifier and Type Method Description voidKeyInfo. addDEREncodedKeyValue(PublicKey pk)Method addDEREncodedKeyValuevoidKeyInfo. addKeyInfoReference(String URI)Method addKeyInfoReferenceDEREncodedKeyValueKeyInfo. itemDEREncodedKeyValue(int i)Method itemDEREncodedKeyValueEncryptedKeyKeyInfo. itemEncryptedKey(int i)Method itemEncryptedKeyKeyInfoReferenceKeyInfo. itemKeyInfoReference(int i)Method itemKeyInfoReferenceKeyNameKeyInfo. itemKeyName(int i)Method itemKeyNameKeyValueKeyInfo. itemKeyValue(int i)Method itemKeyValueMgmtDataKeyInfo. itemMgmtData(int i)Method itemMgmtDataPGPDataKeyInfo. itemPGPData(int i)Method itemPGPDataRetrievalMethodKeyInfo. itemRetrievalMethod(int i)Method itemRetrievalMethodSPKIDataKeyInfo. itemSPKIData(int i)Method itemSPKIDataX509DataKeyInfo. itemX509Data(int i)Method itemX509DataConstructors in org.apache.xml.security.keys that throw XMLSecurityException Constructor Description KeyInfo(Element element, 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 Modifier and Type Method Description voidX509Data. addCertificate(X509Certificate x509certificate)Method addCertificatevoidX509Data. addDigest(X509Certificate x509certificate, String algorithmURI)Method addDigestvoidX509Data. addSKI(X509Certificate x509certificate)Method addSKIprotected byte[]DEREncodedKeyValue. getEncodedDER(PublicKey publicKey)Method getEncodedDERPublicKeyDEREncodedKeyValue. getPublicKey()Method getPublicKeyPublicKeyKeyValue. getPublicKey()Method getPublicKeyTransformsRetrievalMethod. getTransforms()Method getTransformsXMLX509CertificateX509Data. itemCertificate(int i)Method itemCertificateXMLX509CRLX509Data. itemCRL(int i)Method itemCRLXMLX509DigestX509Data. itemDigest(int i)Method itemDigestXMLX509IssuerSerialX509Data. itemIssuerSerial(int i)Method itemIssuerSerialXMLX509SKIX509Data. itemSKI(int i)Method itemSKIXMLX509SubjectNameX509Data. itemSubjectName(int i)Method itemSubjectNameConstructors in org.apache.xml.security.keys.content that throw XMLSecurityException Constructor Description DEREncodedKeyValue(Document doc, PublicKey publicKey)Constructor DEREncodedKeyValueDEREncodedKeyValue(Element element, String baseURI)Constructor DEREncodedKeyValueKeyInfoReference(Element element, String baseURI)Constructor RetrievalMethodKeyName(Element element, String baseURI)Constructor KeyNameKeyValue(Element element, String baseURI)Constructor KeyValueMgmtData(Element element, String baseURI)Constructor MgmtDataPGPData(Element element, String baseURI)Constructor PGPDataRetrievalMethod(Element element, String baseURI)Constructor RetrievalMethodSPKIData(Element element, String baseURI)Constructor SPKIDataX509Data(Element element, 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 Modifier and Type Method Description PublicKeyDSAKeyValue. getPublicKey()Method getPublicKeyPublicKeyECKeyValue. getPublicKey()Method getPublicKeyPublicKeyKeyValueContent. getPublicKey()Method getPublicKeyPublicKeyRSAKeyValue. getPublicKey()Method getPublicKeyConstructors in org.apache.xml.security.keys.content.keyvalues that throw XMLSecurityException Constructor Description DSAKeyValue(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 XMLSecurityException Modifier and Type Method Description byte[]XMLX509Certificate. getCertificateBytes()Method getCertificateBytesbyte[]XMLX509CRL. getCRLBytes()Method getCRLBytesbyte[]XMLX509Digest. getDigestBytes()Method getDigestBytesstatic byte[]XMLX509Digest. getDigestBytesFromCert(X509Certificate cert, String algorithmURI)Method getDigestBytesFromCertPublicKeyXMLX509Certificate. getPublicKey()Method getPublicKeybyte[]XMLX509SKI. getSKIBytes()Method getSKIBytesstatic byte[]XMLX509SKI. getSKIBytesFromCert(X509Certificate cert)Method getSKIBytesFromCertX509CertificateXMLX509Certificate. getX509Certificate()Method getX509CertificateConstructors in org.apache.xml.security.keys.content.x509 that throw XMLSecurityException Constructor Description XMLX509Certificate(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.signature Modifier and Type Class Description classInvalidDigestValueExceptionRaised when the computed hash value doesn't match the given DigestValue.classInvalidSignatureValueExceptionRaised if testing the signature value over DigestValue fails because of invalid signature.classMissingResourceFailureExceptionThrown bySignedInfo.verify()when testing the signature fails because of uninitializedReferences.classReferenceNotInitializedExceptionRaised if verifying aReferencefails because of an uninitializedXMLSignatureInputclassXMLSignatureExceptionAll XML Signature related exceptions inherit herefrom.Methods in org.apache.xml.security.signature that throw XMLSecurityException Modifier and Type Method Description voidXMLSignature. addKeyInfo(X509Certificate cert)Add an X509 Certificate to the KeyInfo.byte[]SignedInfo. getCanonicalizedOctetStream()Returns getCanonicalizedOctetStreambyte[]Reference. getDigestValue()Returns the digest value.XMLSignatureInputManifest. getReferencedContentAfterTransformsItem(int i)Method getReferencedContentAfterTransformsItemXMLSignatureInputManifest. getReferencedContentBeforeTransformsItem(int i)Method getReferencedContentPriorTransformsItemTransformsReference. getTransforms()Method getTransformsbooleanManifest. getVerificationResult(int index)After verifying aManifestor aSignedInfousing theManifest.verifyReferences()orSignedInfo.verify()methods, the individual results can be retrieved with this method.ReferenceManifest. 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 XMLSecurityException Constructor Description Manifest(Element element, String baseURI)Constructor ManifestManifest(Element element, String baseURI, boolean secureValidation)Constructor ManifestObjectContainer(Element element, String baseURI)ConstructsObjectContainerfromElementReference(Element element, String baseURI, Manifest manifest)Reference(Element element, String baseURI, Manifest manifest, boolean secureValidation)SignatureProperties(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.ext Modifier and Type Class Description classXMLSecurityConfigurationExceptionException when configuration errors are detectedMethods in org.apache.xml.security.stax.ext that throw XMLSecurityException Modifier and Type Method Description voidAbstractOutputProcessor. 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)InputProcessorChainInputProcessorChain. createSubChain(InputProcessor inputProcessor)Create a new SubChain.InputProcessorChainInputProcessorChain. createSubChain(InputProcessor inputProcessor, boolean clone)Create a new SubChain.OutputProcessorChainOutputProcessorChain. createSubChain(OutputProcessor outputProcessor)Create a new SubChain.OutputProcessorChainOutputProcessorChain. 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.protected List<QName>AbstractInputSecurityHeaderHandler. getElementPath(Deque<org.apache.xml.security.stax.ext.stax.XMLSecEvent> eventDeque)static InboundXMLSecXMLSec. getInboundWSSec(XMLSecurityProperties securityProperties)Creates and configures an inbound streaming security engineInputStreamResourceResolver. 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.XMLStreamWriterOutboundXMLSec. processOutMessage(OutputStream outputStream, String encoding)This method is the entry point for the incoming security-engine.XMLStreamWriterOutboundXMLSec. processOutMessage(OutputStream outputStream, String encoding, org.apache.xml.security.stax.securityEvent.SecurityEventListener eventListener)XMLStreamWriterOutboundXMLSec. processOutMessage(XMLStreamWriter xmlStreamWriter, String encoding)This method is the entry point for the incoming security-engine.XMLStreamWriterOutboundXMLSec. 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 XMLSecurityException Constructor Description AbstractBufferingOutputProcessor()AbstractOutputProcessor() -
Uses of XMLSecurityException in org.apache.xml.security.transforms
Subclasses of XMLSecurityException in org.apache.xml.security.transforms Modifier and Type Class Description classInvalidTransformExceptionclassTransformationExceptionConstructors in org.apache.xml.security.transforms that throw XMLSecurityException Constructor Description Transform(Element element, String baseURI)Transforms(Element element, String baseURI) -
Uses of XMLSecurityException in org.apache.xml.security.transforms.params
Methods in org.apache.xml.security.transforms.params that throw XMLSecurityException Modifier and Type Method Description static 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 XMLSecurityException Constructor Description InclusiveNamespaces(Element element, String baseURI)Constructor InclusiveNamespaces -
Uses of XMLSecurityException in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils that throw XMLSecurityException Modifier and Type Method Description static byte[]KeyUtils. deriveKeyEncryptionKey(byte[] sharedSecret, KeyDerivationParameters keyDerivationParameter)Derive a key encryption key from a shared secret and keyDerivationParameter.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 XMLSecurityException Constructor Description ElementProxy(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.resolver Modifier and Type Class Description classResourceResolverExceptionThis Exception is thrown if something related to theResourceResolvergoes wrong.
-