Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-05

A B C D E F G H I J K L M N O P Q R S T U V W X Y


A

accept(Node) - Method in class oracle.security.xmlsec.transform.EbxmlXPathFilter
 
accept(Node) - Method in class oracle.security.xmlsec.transform.EnvelopedSigTransform
 
accept(Node) - Method in interface oracle.security.xmlsec.transform.NodeFilterTransform
return YES_TO_SELF, NO_TO_SELF, YES_TO_SELF_AND_DESCENDANTS or YES_TO_SELF_AND_DESCENDANTS depending on whether the node is filtered out
addBodyElement(Element) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Add a body entry to the Body child of this SOAP Envelope.
addBodyElement(XMLElement) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Add a body entry to the Body child of this SOAP Envelope.
addBodyElement(Element) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Add a body entry to the Body child of this SOAP Envelope.
addBodyElement(XMLElement) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Add a body entry to the Body child of this SOAP Envelope.
addCertificate(X509Certificate) - Method in class oracle.security.xmlsec.keys.X509Data
Adds a X.509v3 certificate as a X509Certificate element.
addChildElementWithBinaryContent(Element, String, String, String, byte[], boolean) - Static method in class oracle.security.xmlsec.util.SOAPMessageUtils
MTOM aware method to create a child Element under the parent Element with the specified prefix, localname and uri, and create a text node under the child element containing the byte array as a base 64 encoded string.
addCRL(X509CRL) - Method in class oracle.security.xmlsec.keys.X509Data
Adds a X.509v3 certificate revocation list as a X509CRL element.
addDetailEntry(Element) - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Add a detail entry to this Fault elemet.
addDetailEntry(Element) - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Add a detail entry to this env:Fault element.
addEncryptionProperty(XEEncryptionProperty) - Method in class oracle.security.xmlsec.enc.XEEncryptionProperties
Add a XEEncryptionProperty object to this XEEncryptionProperties.
addHeaderElement(Element) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Adds a header entry to the Header child of this SOAP Envelope.
addHeaderElement(XMLElement) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Add a header entry to the Header child of this SOAP Envelope.
addHeaderElement(Element) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Adds a header entry to the Header child of this SOAP Envelope.
addHeaderElement(XMLElement) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Add a header entry to the Header child of this SOAP Envelope.
addIdAttribute(String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Sets the namespace in which a given attribute is defined as being of type ID.
addIssuerSerial(X500Principal, BigInteger) - Method in class oracle.security.xmlsec.keys.X509Data
Adds a certificate issuer and serial number as a X509IssuerSerial element.
addKeyInfoData(XMLElement) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Adds a KeyInfoData instance to this KeyInfo.
addKeyRetriever(KeyRetriever) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Registers a KeyRetriever instance for use in key retrieval operations.
addListener(NodeReader.NodeListener) - Method in class oracle.security.xmlsec.util.NodeReader
register for consumeNode event.
addNSPrefixAttr(Element, String, String) - Static method in class oracle.security.xmlsec.util.XMLElement
Adds a "xmlns" attribute to the given Element that maps the given prefix to the given namespace URI.
addNSPrefixAttr(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Adds a "xmlns" attribute to this XMLElement that maps the given prefix to the given namespace URI.
addNSPrefixAttrDefault(Element, String) - Static method in class oracle.security.xmlsec.util.XMLElement
Adds a "xmlns" attribute to the given Element that maps the default prefix to the given namespace URI.
addNSPrefixAttrDefault(String) - Method in class oracle.security.xmlsec.util.XMLElement
Adds a "xmlns" attribute to this XMLElement that maps the default prefix to the given namespace URI.
addObject(XSObject) - Method in class oracle.security.xmlsec.dsig.XSSignature
Adds an Object to be signed to this Signature.
addParameter(Node) - Method in class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Adds an explicit parameter element to this algorithm ID.
addParameter(String, String, String) - Method in class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Adds an explicit parameter element to this algorithm ID, with the given tag name and text value.
addReasonText(String, String) - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Appends an env:Text element to this SOAPFault's env:Reason element (creating one if necessary).
addReference(XSReference) - Method in class oracle.security.xmlsec.dsig.ReferenceList
Adds a Reference to this ReferenceList.
addReference(XEReference) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Add an XEReference instance for an EncryptedData or EncryptedKey element encrypted using the key being encrypted in this structure.
addReference(XEReference) - Method in class oracle.security.xmlsec.enc.XEReferenceList
Add a DataReference or KeyReference to this ReferenceList.
addSigProperty(XSSigProperty) - Method in class oracle.security.xmlsec.dsig.XSSigProperties
Adds a SignatureProperty element to this SignatureProperties.
addSOAPFault(String, String) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Create a new SOAP-ENV:Fault element with the given fault code and fault string and add it to the Body child of this SOAP Envelope.
addSOAPFault(String, String, String) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Creates a new SOAP Fault element with the given fault Code and Reason, and adds it to the Body child of this SOAP Envelope.
addSOAPFault() - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Creates a new, empty SOAP Fault element and adds it to the Body child of this SOAP Envelope.
addSubjectKeyID(byte[]) - Method in class oracle.security.xmlsec.keys.X509Data
Adds the value of a X.509v3 certificate subject key ID extension as a X509SKI element.
addSubjectName(X500Principal) - Method in class oracle.security.xmlsec.keys.X509Data
Adds a certificate subject name as a X509SubjectName element.
addToIDCache(Element) - Static method in class oracle.security.xmlsec.util.IDCache
FOR INTERNAL USE ONLY Scan this element and its descendants for Ids and add them to the ID Cache.
addToIDCache(Element, String) - Static method in class oracle.security.xmlsec.util.IDCache
FOR INTERNAL USE ONLY add this Id to Elem mapping to the ID Cache.
addTransform(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.dsig.ObjectReference
Adds a Transform algorithm to the list of Transforms to be applied to the referenced object.
addTransform(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.dsig.XSReference
Adds a Transform algorithm to the list of Transforms to be applied to the referenced data object.
addTransform(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.enc.XECipherReference
Adds a Transform algorithm to the list of Transforms to be applied to the referenced cipher value.
AgreementMethod - Class in oracle.security.xmlsec.keys
This class represents an XML Encyption AgreementMethod element.
AgreementMethod(Element) - Constructor for class oracle.security.xmlsec.keys.AgreementMethod
Create a new AgreementMethod instance from the given XML element.
AgreementMethod(Element, String) - Constructor for class oracle.security.xmlsec.keys.AgreementMethod
Create a new AgreementMethod instance from the given XML element.
AgreementMethod(Document, String) - Constructor for class oracle.security.xmlsec.keys.AgreementMethod
Create an AgreementMethod instance with the given XML Document context and algorithm URI.
alg_aes128_CBC - Static variable in interface oracle.security.xmlsec.util.XMLURI
Block encryption algorithm URI for AES-128 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes128-cbc".
alg_aes192_CBC - Static variable in interface oracle.security.xmlsec.util.XMLURI
Block encryption algorithm URI for AES-192 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes192-cbc".
alg_aes256_CBC - Static variable in interface oracle.security.xmlsec.util.XMLURI
Block encryption algorithm URI for AES-256 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes256-cbc".
alg_base64 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for Base-64 decoding "http://www.w3.org/2000/09/xmldsig#base64".
alg_c14n - Static variable in interface oracle.security.xmlsec.util.XMLURI
Canonicalization algorithm URI for XML-C14N "http://www.w3.org/TR/2001/REC-xml-c14n-20010315".
alg_c14n11 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Canonicalization algorithm URI for XML-C14N 1.1 "http://www.w3.org/2006/12/xml-c14n11"
alg_c14n11WithComments - Static variable in interface oracle.security.xmlsec.util.XMLURI
Canonicalization algorithm URI for XML-C14N 1.1 with comments "http://www.w3.org/2006/12/xml-c14n11#WithComments"
alg_c14nWithComments - Static variable in interface oracle.security.xmlsec.util.XMLURI
Canonicalization algorithm URI for XML-C14N with comments "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments".
alg_decryptBinary - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for Decryption Transform in Binary mode "http://www.w3.org/2002/07/decrypt#Binary".
alg_decryptXML - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for Decryption Transform in XML mode "http://www.w3.org/2002/07/decrypt#XML".
alg_dh - Static variable in interface oracle.security.xmlsec.util.XMLURI
Key agreement algorithm URI for Diffie-Hellman "http://www.w3.org/2001/04/xmlenc#dh".
alg_dsaWithSHA1 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for DSA with SHA1 "http://www.w3.org/2000/09/xmldsig#dsa-sha1".
alg_ecdsaWithSHA1 - Static variable in interface oracle.security.xmlsec.util.XMLURI
 
alg_ecdsaWithSHA224 - Static variable in interface oracle.security.xmlsec.util.XMLURI
 
alg_ecdsaWithSHA256 - Static variable in interface oracle.security.xmlsec.util.XMLURI
 
alg_ecdsaWithSHA384 - Static variable in interface oracle.security.xmlsec.util.XMLURI
 
alg_ecdsaWithSHA512 - Static variable in interface oracle.security.xmlsec.util.XMLURI
 
alg_envelopedSignature - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for Enveloped Signature transform "http://www.w3.org/2000/09/xmldsig#enveloped-signature".
alg_exclusiveC14N - Static variable in interface oracle.security.xmlsec.util.XMLURI
Canonicalization algorithm URI for XML Exclusive C14N "http://www.w3.org/2001/10/xml-exc-c14n#".
alg_exclusiveC14NWithComments - Static variable in interface oracle.security.xmlsec.util.XMLURI
Canonicalization algorithm URI for XML Exclusive C14N with comments "http://www.w3.org/2001/10/xml-exc-c14n#WithComments".
alg_hmacMD5 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Non-standard MAC algorithm URI for HMAC-MD5 "http://www.w3.org/2001/04/xmldsig-more#hmac-md5".
alg_hmacSHA1 - Static variable in interface oracle.security.xmlsec.util.XMLURI
MAC algorithm URI for HMAC-SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1".
alg_hmacSHA256 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for HMAC with SHA256 "http://www.w3.org/2001/04/xmldsig-more#hmac-sha256".
alg_hmacSHA384 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for HMAC with SHA384 "http://www.w3.org/2000/09/xmldsig#hmac-sha384".
alg_hmacSHA512 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for HMAC with SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1".
alg_kwAES128 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Symmetric key wrap algorithm identifying URI for AES-128 "http://www.w3.org/2001/04/xmlenc#kw-aes128".
alg_kwAES192 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Symmetric key wrap algorithm URI for AES-192 "http://www.w3.org/2001/04/xmlenc#kw-aes192".
alg_kwAES256 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Symmetric key wrap algorithm URI for AES-256 "http://www.w3.org/2001/04/xmlenc#kw-aes256".
alg_kwTripleDES - Static variable in interface oracle.security.xmlsec.util.XMLURI
Symmetric key wrap algorithm URI for triple DES "http://www.w3.org/2001/04/xmlenc#kw-tripledes".
alg_md5 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Non-standard digest algorithm URI for MD5 "http://www.w3.org/2001/04/xmldsig-more#md5".
alg_rsaOAEP_MGF1 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Key transport algorithm URI for RSAES-OAEP-ENCRYPT with MGF1 "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p".
alg_rsaV15 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Key transport algorithm URI for RSAES-PKCS1-v1_5 "http://www.w3.org/2001/04/xmlenc#rsa-1_5".
alg_rsaWithSHA1 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for RSA with SHA1 "http://www.w3.org/2000/09/xmldsig#rsa-sha1".
alg_rsaWithSHA256 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for RSA with SHA256 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 "
alg_rsaWithSHA384 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for RSA with SHA384 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384".
alg_rsaWithSHA512 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Signature algorithm URI for RSA with SHA512 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512".
alg_sha1 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Digest algorithm URI for SHA1 "http://www.w3.org/2000/09/xmldsig#sha1".
alg_sha256 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Digest algorithm URI for SHA256 "http://www.w3.org/2001/04/xmlenc#sha256".
alg_sha384 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Non-standard digest algorithm URI for SHA384 "http://www.w3.org/2001/04/xmldsig-more#sha384".
alg_sha512 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Digest algorithm URI for SHA512 "http://www.w3.org/2001/04/xmlenc#sha512".
alg_tripleDES_CBC - Static variable in interface oracle.security.xmlsec.util.XMLURI
Block encryption algorithm URI for triple DES "http://www.w3.org/2001/04/xmlenc#tripledes-cbc".
alg_xpath - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for XPath filter "http://www.w3.org/TR/1999/REC-xpath-19991116".
alg_xpath2 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for XPath filter 2.0 "http://www.w3.org/2002/06/xmldsig-filter2".
alg_xslt - Static variable in interface oracle.security.xmlsec.util.XMLURI
Transform algorithm URI for XSLT stylesheet transform "http://www.w3.org/TR/1999/REC-xslt-19991116".
algorithmURI - Variable in class oracle.security.xmlsec.c14n.Canonicalizer
The algorithmURI for this
ansiX9p192r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9p224r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9p256r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9p384r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9p521r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t163k1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t163r2 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t233k1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t233r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t283k1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t283r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t409k1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t409r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t571k1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ansiX9t571r1 - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
appendChild(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
appendChild(XMLNode) - Method in class oracle.security.xmlsec.util.XMLNode
Emulates org.w3c.dom.Node.appendChild for oracle.security.xmlsec.XMLNode argument.
appendChild(Node) - Method in class oracle.security.xmlsec.util.XMLNode
Adds the node newChild to the end of the list of children of this node.
appendTo(Node) - Method in class oracle.security.xmlsec.util.XMLNode
Appends the document sub-tree rooted in this XMLNode to the given org.w3c.dom.Node.
applyTransforms(XMLContainer, Vector) - Static method in class oracle.security.xmlsec.transform.XSTransformer
Applies the specified transforms to the Node in the given DOMSource, and returns a javax.xml.transform.Result with the results.
applyXPath(String, Set, Node, Node) - Static method in class oracle.security.xmlsec.transform.XPathFilter
Applies the transform's XPath expression to the given node-set and returns the resulting node-set.
applyXSLT(InputStream) - Method in class oracle.security.xmlsec.transform.XSLTTransform
Applies the transform's XSLT stylesheet to the given XML source and returns the resulting octets.

B

Base64 - Class in oracle.security.xmlsec.util
Implements base-64 encoding as per RFC 1421 (PEM) and RFC 2045 (MIME).
Base64() - Constructor for class oracle.security.xmlsec.util.Base64
Creates a new Base64 instance, that will insert line separators in encoded output.
Base64(boolean) - Constructor for class oracle.security.xmlsec.util.Base64
Creates a new Base64 instance.
Base64.DecodeInputStream - Class in oracle.security.xmlsec.util
Decodes a base64 Reader and returns that as in InputStream.
Base64.DecodeInputStream(Reader) - Constructor for class oracle.security.xmlsec.util.Base64.DecodeInputStream
Constructor which takes a base 64 string
Base64.EncodeOutputStream - Class in oracle.security.xmlsec.util
Encodes an OutputStream into a String.
Base64.EncodeOutputStream(Writer) - Constructor for class oracle.security.xmlsec.util.Base64.EncodeOutputStream
 
Base64Decoder - Class in oracle.security.xmlsec.transform
Internal use only.
Base64Decoder() - Constructor for class oracle.security.xmlsec.transform.Base64Decoder
Creates a new Base64Decoder instance.
Base64Decoder(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.Base64Decoder
Creates a new Base64Decoder instance.

C

c14n - Variable in class oracle.security.xmlsec.transform.C14NTransform
 
C14NImpl - Class in oracle.security.xmlsec.c14n
Internal use only.
C14NImpl() - Constructor for class oracle.security.xmlsec.c14n.C14NImpl
Creates a C14NImpl object with comments parsing and exclusive canonicalization turned off.
C14NImpl(boolean) - Constructor for class oracle.security.xmlsec.c14n.C14NImpl
Creates a C14NImpl object with exclusive canonicalization turned off.
C14NImpl(boolean, boolean) - Constructor for class oracle.security.xmlsec.c14n.C14NImpl
Creates a C14NImpl object.
C14NImpl.AttrComparator - Class in oracle.security.xmlsec.c14n
Internal use only.
C14NImpl.AttrComparator() - Constructor for class oracle.security.xmlsec.c14n.C14NImpl.AttrComparator
 
C14NImpl.NSComparator - Class in oracle.security.xmlsec.c14n
Internal use only.
C14NImpl.NSComparator() - Constructor for class oracle.security.xmlsec.c14n.C14NImpl.NSComparator
 
C14NImpl.NSPrefixComparator - Class in oracle.security.xmlsec.c14n
Internal use only.
C14NImpl.NSPrefixComparator() - Constructor for class oracle.security.xmlsec.c14n.C14NImpl.NSPrefixComparator
 
c14nMethod - Variable in class oracle.security.xmlsec.c14n.Canonicalizer
The XSAlgorithmIdentifier instance used to instantiate this Canonicalizer.
C14NTransform - Class in oracle.security.xmlsec.transform
Internal use only.
C14NTransform() - Constructor for class oracle.security.xmlsec.transform.C14NTransform
Creates a new C14NTransform instance.
C14NTransform(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.C14NTransform
Creates a new C14NTransform instance.
C14NTransform.C14N11Transform - Class in oracle.security.xmlsec.transform
 
C14NTransform.C14N11Transform() - Constructor for class oracle.security.xmlsec.transform.C14NTransform.C14N11Transform
 
C14NWithCommentsTransform - Class in oracle.security.xmlsec.transform
Internal use only.
C14NWithCommentsTransform() - Constructor for class oracle.security.xmlsec.transform.C14NWithCommentsTransform
Creates a new C14NWithCommentsTransform instance.
C14NWithCommentsTransform.C14N11WithCommentsTransform - Class in oracle.security.xmlsec.transform
 
C14NWithCommentsTransform.C14N11WithCommentsTransform() - Constructor for class oracle.security.xmlsec.transform.C14NWithCommentsTransform.C14N11WithCommentsTransform
 
call(Context, List) - Method in class oracle.security.xmlsec.transform.HereFunction
Call this function.
CanonicalizationException - Exception in oracle.security.xmlsec.c14n
Exception thrown when an error occurs during the execution of a Canonicalizer's functions.
CanonicalizationException() - Constructor for exception oracle.security.xmlsec.c14n.CanonicalizationException
Creates a new CanonicalizationException instance.
CanonicalizationException(Throwable) - Constructor for exception oracle.security.xmlsec.c14n.CanonicalizationException
Creates a new CanonicalizationException instance with the given message string.
CanonicalizationException(String) - Constructor for exception oracle.security.xmlsec.c14n.CanonicalizationException
Creates a new CanonicalizationException instance with the given message string.
canonicalize(InputStream) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Parses the XML in the given input stream and returns the canonical octets.
canonicalize(InputStream, String) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Parses the XML in the given input stream and returns the canonical octets.
canonicalize(InputSource) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Parses the XML in the given InputSource and returns the canonical octets.
canonicalize(NodeList) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Returns the canonical octets for the given input node-set.
canonicalize(Collection) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Returns the canonical octets for the given input node-set.
canonicalize(Node) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Returns the canonical octets for the document sub-tree rooted in the given node.
canonicalize(Node) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes a DOM subtree rooted in the given Node, returning the resulting XML octets in UTF-8 encoding.
canonicalize(NodeList) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the given NodeList, returning the resulting XML octets in UTF-8 encoding.
canonicalize(Collection) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the given Collection, returning the resulting XML octets in UTF-8 encoding.
canonicalize(InputStream) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the XML in the given input stream, returning the resulting XML octets in UTF-8 encoding.
canonicalize(InputStream, String) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the XML in the given input stream, returning the resulting XML octets in UTF-8 encoding.
canonicalize(InputSource) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the XML in the given InputSource, returning the resulting XML octets in UTF-8 encoding.
canonicalize(Node) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
 
canonicalize(NodeList) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
 
canonicalize(Collection) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
 
canonicalize(InputStream) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
 
canonicalize(InputStream, String) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
 
canonicalize(InputSource) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
 
canonicalize(Collection) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalize(InputSource) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalize(InputStream, String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalize(InputStream) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalize(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalize(NodeList) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalize(Node) - Method in class oracle.security.xmlsec.c14n.XMLC14N
 
canonicalize(NodeList) - Method in class oracle.security.xmlsec.c14n.XMLC14N
 
canonicalize(Collection) - Method in class oracle.security.xmlsec.c14n.XMLC14N
 
canonicalize(InputStream) - Method in class oracle.security.xmlsec.c14n.XMLC14N
 
canonicalize(InputStream, String) - Method in class oracle.security.xmlsec.c14n.XMLC14N
 
canonicalize(InputSource) - Method in class oracle.security.xmlsec.c14n.XMLC14N
 
canonicalize(Node, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Applies Canonical XML to the input sub-tree rooted in the given Node.
canonicalize(NodeList, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Applies Canonical XML to the input NodeList.
canonicalize(Collection, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Applies Canonical XML to the input node-set.
Canonicalizer - Class in oracle.security.xmlsec.c14n
Abstract base class for canonicalization implementations.
Canonicalizer() - Constructor for class oracle.security.xmlsec.c14n.Canonicalizer
Creates a new Canonicalizer instance.
Canonicalizer(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.Canonicalizer
Creates a new Canonicalizer instance, and checks that the given XSAlgorithmIdentifier is a XML-DSIG CanonicalizationMethod element.
CANONICALIZER_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
canonicalizeToStream(Node) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes a DOM subtree rooted in the given Node, returning the resulting XML octets in UTF-8 encoding.
canonicalizeToStream(NodeList) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the given NodeList, returning the resulting XML octets in UTF-8 encoding.
canonicalizeToStream(Collection) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the given Collection, returning the resulting XML octets in UTF-8 encoding.
canonicalizeToStream(InputStream) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the XML in the given input stream, returning the resulting XML octets in UTF-8 encoding.
canonicalizeToStream(InputStream, String) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the XML in the given input stream, returning the resulting XML octets in UTF-8 encoding.
canonicalizeToStream(InputSource) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Canonicalizes the XML in the given InputSource, returning the resulting XML octets in UTF-8 encoding.
canonicalizeToStream(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
Canonicalize an entire subtree
canonicalizeToStream(Collection) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalizeToStream(NodeList) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalizeToStream(NodeReader) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalizeToStream(NodeReader, OutputStream) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalizeToStream(InputSource) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalizeToStream(InputStream, String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
canonicalizeToStream(InputStream) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
CDATA - Static variable in class oracle.security.xmlsec.util.NodeReader
 
CertificateValidator - Interface in oracle.security.xmlsec.keys.retrieval
 
CertificateValidatorException - Exception in oracle.security.xmlsec.keys.retrieval
 
CertificateValidatorException() - Constructor for exception oracle.security.xmlsec.keys.retrieval.CertificateValidatorException
 
CertificateValidatorException(String, Throwable) - Constructor for exception oracle.security.xmlsec.keys.retrieval.CertificateValidatorException
 
CertificateValidatorException(String) - Constructor for exception oracle.security.xmlsec.keys.retrieval.CertificateValidatorException
 
CertificateValidatorException(Throwable) - Constructor for exception oracle.security.xmlsec.keys.retrieval.CertificateValidatorException
 
ChainedException - Exception in oracle.security.xmlsec.util
Providing Exception chaining mechanism for JDK 1.4 in such a way that it does not cause syntax errors when used with JDK 1.2 and JDK 1.3
ChainedException() - Constructor for exception oracle.security.xmlsec.util.ChainedException
 
ChainedException(String) - Constructor for exception oracle.security.xmlsec.util.ChainedException
 
ChainedException(Throwable) - Constructor for exception oracle.security.xmlsec.util.ChainedException
 
ChainedException(String, Throwable) - Constructor for exception oracle.security.xmlsec.util.ChainedException
 
CHARACTERS - Static variable in class oracle.security.xmlsec.util.NodeReader
 
CIPHER_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
Client - Static variable in class oracle.security.xmlsec.soap.v11.SOAPFault
Fault Code "Client"
cloneNode(boolean) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
cloneNode(boolean) - Method in class oracle.security.xmlsec.util.XMLNode
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in class oracle.security.xmlsec.enc.EncryptOutputStream
 
close() - Method in class oracle.security.xmlsec.util.Base64.EncodeOutputStream
 
collectText(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Collects all of a node's text-node children into a single string.
COMMENT - Static variable in class oracle.security.xmlsec.util.NodeReader
 
compare(Object, Object) - Method in class oracle.security.xmlsec.c14n.C14NImpl.AttrComparator
 
compare(Object, Object) - Method in class oracle.security.xmlsec.c14n.C14NImpl.NSComparator
 
compare(Object, Object) - Method in class oracle.security.xmlsec.c14n.C14NImpl.NSPrefixComparator
 
compare(Object, Object) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrComparator
 
compare(Object, Object) - Method in class oracle.security.xmlsec.util.DocOrderComparator
Compares the two given nodes' document order.
compareDocumentPosition(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
compareNodes(Node, Node) - Static method in class oracle.security.xmlsec.util.DocOrderComparator
 
computeAncestors(Node, ArrayList) - Static method in class oracle.security.xmlsec.util.XMLUtils
Efficiently computes the ancestors of a given Node.
computeDigest() - Method in class oracle.security.xmlsec.dsig.XSReference
Computes the bytes of the DigestValue for this Reference, after dereferencing and applying any specified transforms and/or canonicalization, and puts the resulting digest in this Reference's DigestValue element.
computeDigest(byte[]) - Method in class oracle.security.xmlsec.dsig.XSReference
Computes the bytes of the DigestValue for the given data, after applying any specified transforms and/or canonicalization, and puts the resulting digest in this Reference's DigestValue element.
computeDigest(InputStream) - Method in class oracle.security.xmlsec.dsig.XSReference
Computes the bytes of the DigestValue for the given data, after applying any specified transforms and/or canonicalization, and puts the resulting digest in this Reference's DigestValue element.
computeDigest(NodeList) - Method in class oracle.security.xmlsec.dsig.XSReference
Computes the bytes of the DigestValue for the given data, after applying any specified transforms and/or canonicalization, and puts the resulting digest in this Reference's DigestValue element.
computeDigest(Set) - Method in class oracle.security.xmlsec.dsig.XSReference
Computes the bytes of the DigestValue for the given data, after applying any specified transforms and/or canonicalization, and puts the resulting digest in this Reference's DigestValue element.
computeDigest(Element) - Method in class oracle.security.xmlsec.dsig.XSReference
Computes the bytes of the DigestValue for the given data, after applying any specified transforms and/or canonicalization, and puts the resulting digest in this Reference's DigestValue element.
computeRefDigests() - Method in class oracle.security.xmlsec.dsig.ReferenceList
Computes the digest of each Reference in this ReferenceList.
computeSignature(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Computes the XML digital signature over the SignedInfo element, after applying its canonicalization algorithm, creates a new XSSignatureValue element, and adds it to this Signature.
computeSignature(PrivateKey, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Computes the XML digital signature over the SignedInfo element, after applying its canonicalization algorithm, creates a new XSSignatureValue element, and adds it to this Signature.
computeSignature(byte[], String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Computes the MAC signature bytes over the SignedInfo element, after applying its canonicalization algorithm.
consumeNode() - Method in interface oracle.security.xmlsec.util.NodeReader.NodeListener
 
convertFromJSR105(Data) - Static method in class oracle.security.xmlsec.dsig.JSR105Util
Convert a generic NodeSetData or OctetStreamData into XMLContainer.
convertToJSR105(XMLContainer) - Static method in class oracle.security.xmlsec.dsig.JSR105Util
 
copyNSPrefix(Element, Element) - Static method in class oracle.security.xmlsec.util.XMLUtils
Propagates the given source element tag name's namespace prefix to the given target element, if both elements have the same namespace URI and the source prefix is not null or empty.
createAlgorithmIdentifier(String, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new algorithm identifier element in this Signature's document, but does not append it to any element.
createCipherData(byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XECipherData instance with the given cipher value.
createCipherData() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XECipherData instance.
createCipherReference(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XECipherReference instance with the given URI.
createDataReference(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEDataReference instance with the given URI.
createDecryptInputStream(SecretKey, InputStream) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
FOR INTERNAL USE.
createDHAgreementMethod() - Method in class oracle.security.xmlsec.enc.XEKeyInfo
Create a new DHAgreementMethod instance.
createDocBuilder() - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a new javax.xml.parsers.DocumentBuilder instance with the NamespaceAware property set to true.
createDocument() - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a new org.w3c.dom.Document instance.
createElement(Document, String, String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
createEncryptedKey() - Method in class oracle.security.xmlsec.enc.XEKeyInfo
Create a new XEEncryptedKey instance.
createEncryptedKey(String) - Method in class oracle.security.xmlsec.enc.XEKeyInfo
Create a new XEEncryptedKey instance with the given ID.
createEncryptionMethod(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptionMethod instance with given URI identifying the encryption algorithm to be used in encrypting data or key.
createEncryptionProperties() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptionProperties instance.
createEncryptionProperties(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptionProperties instance.
createEncryptionProperty() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptionProperty instance.
createEncryptionProperty(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptionProperty instance.
createEncryptOutputStream(SecretKey, byte[], OutputStream) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
FOR INTERNAL USE.
createKeyInfo() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new KeyInfo element in this Signature's document, but does not append it to the Signature element.
createKeyInfo(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new KeyInfo element in this Signature's document, but does not append it to the Signature element.
createKeyInfo() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new KeyInfo instance.
createKeyInfo(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEKeyInfo instance with the given Id.
createKeyInfoData(Element) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element.
createKeyInfoData(Element, String) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element.
createKeyName(String) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new KeyName element containing the given key name string in this KeyInfo's document, but does not append it to the KeyInfo element.
createKeyName(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a KeyName instance.
createKeyReference(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEKeyReference instance with the given URI.
createKeyValue() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new KeyValue element in this KeyInfo's document, but does not append it to the KeyInfo element.
createKeyValue(PublicKey) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new KeyValue element containing the given public key in this KeyInfo's document, but does not append it to the KeyInfo element.
createKeyValue(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a KeyValue instance.
createKeyValue(Document, PublicKey) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a KeyValue instance containing the given public key.
createKeyValueData(Element) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element.
createKeyValueData(Element, String) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element.
createManifest() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new Manifest element in this Signature's document, but does not append it to any element.
createManifest(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new Manifest element in this Signature's document, but does not append it to any element.
createMgmtData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new MgmtData element in this KeyInfo's document, but does not append it to the KeyInfo element.
createMgmtData(String) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new MgmtData element containing the given data string in this KeyInfo's document, but does not append it to the KeyInfo element.
createMgmtData(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a MgmtData instance.
createNamespaceContext(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Creates a jaxen XPath namespace context containing the prefix mappings in scope for the given node.
createObject() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new Object element in this Signature's document, but does not append it to the Signature element.
createObject(String, String, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new Object element in this Signature's document, but does not append it to the Signature element.
createOriginatorKeyInfo() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new OriginatorKeyInfo instance for using in key agreement.
createPGPData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new PGPData element in this KeyInfo's document, but does not append it to the KeyInfo element.
createPGPData(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a PGPData instance.
createRecipientKeyInfo() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new RecipientKeyInfo instance for using in key agreement.
createReference() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new Reference element in this Signature's document, but does not append it to the SignedInfo element.
createReference(String, String, String, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new Reference element in this Signature's document, but does not append it to the SignedInfo element.
createRetrievalMethod() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new RetrievalMethod element in this KeyInfo's document, but does not append it to the KeyInfo element.
createRetrievalMethod(String, String) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new RetrievalMethod element in this KeyInfo's document, but does not append it to the KeyInfo element.
createRetrievalMethod(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a RetrievalMethod instance.
createSignatureValue() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignatureValue element in this Signature's document, but does not append it to the Signature element.
createSignatureValue(byte[], String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignatureValue element in this Signature's document, but does not append it to the Signature element.
createSignedInfo() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignedInfo element in this Signature's document, but does not append it to the Signature element.
createSignedInfo(String, String, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignedInfo element in this Signature's document, but does not append it to the Signature element.
createSigProperties() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignatureProperties element in this Signature's document, but does not append it to any element.
createSigProperties(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignatureProperties element in this Signature's document, but does not append it to any element.
createSigProperty() - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignatureProperty element in this Signature's document, but does not append it to any element.
createSigProperty(String, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new SignatureProperty element in this Signature's document, but does not append it to any element.
createSPKIData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new SPKIData element in this KeyInfo's document, but does not append it to the KeyInfo element.
createSPKIData(byte[]) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new SPKIData element containing the given S-expression in this KeyInfo's document, but does not append it to the KeyInfo element.
createSPKIData(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a SPKIData instance.
createTransform(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new dsig:Transform element in this Signature's document, but does not append it to any element.
createTransformer(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Return a new identity transformer which can transform nodes of type n
createTransformer() - Static method in class oracle.security.xmlsec.util.XMLUtils
Deprecated. Use XMLUtils.createTransformer(Node)
createTransformer(Source) - Static method in class oracle.security.xmlsec.util.XMLUtils
Create a transformer for stylesheet s
createTransformer(Node, Source) - Static method in class oracle.security.xmlsec.util.XMLUtils
Create a transformer for stylesheet s which has to transform nodes of type n
createX509Data() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new X509Data element in this KeyInfo's document, but does not append it to the KeyInfo element.
createX509Data(X509Certificate) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new X509Data element in this KeyInfo's document, but does not append it to the KeyInfo element.
createX509Data(Document) - Static method in class oracle.security.xmlsec.keys.KeyUtils
Creates a X509Data instance.
createXPathTransform(String, String, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new XPath filter Transform element in this Signature's document, but does not append it to any element.
createXPathTransform(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new XPath filter Transform element in this Signature's document, but does not append it to any element.

D

DATA_OBJECT_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
DataEncodingUnknown - Static variable in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
SOAP Fault Code top-level QName local part "DataEncodingUnknown"
decode(String) - Method in class oracle.security.xmlsec.util.Base64
Returns the decoded form of the given Base-64 encoded string.
decodeDEROctets(byte[]) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
decrypt(SecretKey) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Decrypts the cipher value with the given key and returns the decrypted value in bytes.
decrypt() - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Decrypts the cipher value and returns the decrypted value in bytes.
decrypt(XEEncryptionMethod, Key) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Decrypt the cipher value specified in the CipherData child element in this EncryptedKey element, with the given decryption key.
decrypt(XEEncryptionMethod) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Decrypt the cipher value specified in the CipherData child element in this EncryptedKey element.
decryptAndParse(SecretKey, boolean) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Decrypt the cipher value with the given key, and returns the decrypted cipher value as XML.
decryptAndParse(SecretKey) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Decrypts the cipher value with the given key, and returns the decrypted value as XML.
decryptAndParse(boolean) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Decrypts the cipher value and returns the decrypted value as XML.
decryptAndParse() - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Decrypts the cipher value and returns the decrypted value as XML.
decryptAndReplace(SecretKey, Element, boolean) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
This static method is used to decrypt the given EncryptedData element with the given key, and replaces the EncrypteData element with the decrypted XML result.
decryptAndReplace(SecretKey, Element) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
This static method is used to decrypt the given EncryptedData element with the given key, and replaces the EncrypteData element with the decrypted XML result.
decryptAndReplace(Element) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
This static method is used to decrypt the given EncryptedData element with the given key, and replaces the EncrypteData element with the decrypted XML result.
decryptAndReplace(Element, boolean) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
This static method is used to decrypt the given EncryptedData element with the given key, and replaces the EncrypteData element with the decrypted XML result.
decryptBytes(XEEncryptedData, PrivateKey) - Static method in class oracle.security.xmlsec.enc.XEncUtils
Decrypt an EncrytedData, by at first searching for the EncrytedKey inside the KeyInfo of the EncrytedData, and then decrypting the EncryptedKey and then that decrypted key to decrypt the EncryptedData.
decryptElement(Element, Key) - Static method in class oracle.security.xmlsec.enc.XEncUtils
Decrypt the given EncryptedData element of data type XML Element or XML Content, and replaces the EncryptedData element with the result.
DecryptInputStream - Class in oracle.security.xmlsec.enc
Similar to CipherInputStream, except it does two extra things a) skips over the nonce in the beginning b) does XML enc unpadding .
DecryptInputStream(InputStream, Cipher, int) - Constructor for class oracle.security.xmlsec.enc.DecryptInputStream
 
decryptToStream(SecretKey) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
 
DecryptTransform - Class in oracle.security.xmlsec.transform
Internal use only.
DecryptTransform(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.DecryptTransform
Creates a new DecryptTransform instance.
dereference(URIReference, XMLCryptoContext) - Method in class oracle.security.xmlsec.dsig.JSR105Util.JSR105URIDereferencer
 
dereference(String, Document, Element, String) - Static method in class oracle.security.xmlsec.dsig.ObjectReference
Internal use only.
dereference() - Method in class oracle.security.xmlsec.dsig.ObjectReference
Internal use only.
DHAgreementMethod - Class in oracle.security.xmlsec.keys
This class represents an XML Encyption AgreementMethod element with the Diffie-Hellman protocol.
DHAgreementMethod(Element) - Constructor for class oracle.security.xmlsec.keys.DHAgreementMethod
Create a new DHAgreementMethod instance from the given XML element.
DHAgreementMethod(Element, String) - Constructor for class oracle.security.xmlsec.keys.DHAgreementMethod
Create a new DHAgreementMethod instance from the given XML element.
DHAgreementMethod(Document) - Constructor for class oracle.security.xmlsec.keys.DHAgreementMethod
Create an DHAgreementMethod instance with the given XML Document context and algorithm URI.
DHKeyValue - Class in oracle.security.xmlsec.keys
XML Encryption KeyValue class for Diffie-Hellman public keys.
DHKeyValue(Element) - Constructor for class oracle.security.xmlsec.keys.DHKeyValue
Creates a new DHKeyValue instance from the given Element node.
DHKeyValue(Element, String) - Constructor for class oracle.security.xmlsec.keys.DHKeyValue
Creates a new DHKeyValue instance from the given Element node.
DIGEST_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
DocOrderComparator - Class in oracle.security.xmlsec.util
Comparator for sorting nodes into document order as defined by XPath 1.0, and extended for attributes and namespaces by Canonical XML 1.0.
DocOrderComparator() - Constructor for class oracle.security.xmlsec.util.DocOrderComparator
Creates a new DocOrderComparator.
DocTypeUtil - Class in oracle.security.xmlsec.util
Utility class for working with org.w3c.dom.DocumentType nodes.
DocTypeUtil() - Constructor for class oracle.security.xmlsec.util.DocTypeUtil
Creates a new DocTypeUtil instance.
DocTypeUtil(DocumentType) - Constructor for class oracle.security.xmlsec.util.DocTypeUtil
Creates a new DocTypeUtil instance from the contents of the given DocumentType.
DSAKeyValue - Class in oracle.security.xmlsec.keys
XML-DSIG KeyValue class for DSA public keys.
DSAKeyValue(Element) - Constructor for class oracle.security.xmlsec.keys.DSAKeyValue
Creates a new DSAKeyValue instance from the given Element node.
DSAKeyValue(Element, String) - Constructor for class oracle.security.xmlsec.keys.DSAKeyValue
Creates a new DSAKeyValue instance from the given Element node.
DSIGInitializer - Class in oracle.security.xmlsec.util
Utility class for load-time initialization and configuration of the XML-DSig library.
DSigUtils - Class in oracle.security.xmlsec.dsig
Simple API for creating and verifying XML signatures.
DTD - Static variable in class oracle.security.xmlsec.util.NodeReader
 

E

EbxmlXPathFilter - Class in oracle.security.xmlsec.transform
EbXML defines a particular XPath filter, see http://www.oasis-open.org/committees/download.php/272/ebMS_v2_0.pdf .
EbxmlXPathFilter(XPathFilter) - Constructor for class oracle.security.xmlsec.transform.EbxmlXPathFilter
 
ECDSAKeyValue - Class in oracle.security.xmlsec.keys
 
ECDSAKeyValue(Document, String) - Constructor for class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ECDSAKeyValue(Document) - Constructor for class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ECDSAKeyValue(Element, String) - Constructor for class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ECDSAKeyValue(Element) - Constructor for class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ECDSAKeyValue(Document, ECPublicKey) - Constructor for class oracle.security.xmlsec.keys.ECDSAKeyValue
 
ECKeyValue - Class in oracle.security.xmlsec.keys
 
ECKeyValue(Document, String) - Constructor for class oracle.security.xmlsec.keys.ECKeyValue
 
ECKeyValue(Document) - Constructor for class oracle.security.xmlsec.keys.ECKeyValue
 
ECKeyValue(Element, String) - Constructor for class oracle.security.xmlsec.keys.ECKeyValue
 
ECKeyValue(Element) - Constructor for class oracle.security.xmlsec.keys.ECKeyValue
 
ECKeyValue(Document, ECPublicKey) - Constructor for class oracle.security.xmlsec.keys.ECKeyValue
 
ecPointToOctetString(ECPoint, EllipticCurve) - Static method in class oracle.security.xmlsec.keys.ECKeyValue
Convert ECPoint to OctetString according to section 2.3.3 of SEC 1.
ENCInitializer - Class in oracle.security.xmlsec.util
Utility class for load-time initialization and configuration of the XML-Encryption library.
encode(byte[]) - Method in class oracle.security.xmlsec.util.Base64
Returns the Base-64 encoding of the given byte array.
encrypt(byte[], SecretKey, byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an array of bytes using block cipher with the given symmetric key and initialization vector.
encrypt(byte[], byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an array of bytes using block cipher with the and the initialization vector.
encrypt(byte[], SecretKey) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an array of bytes using block cipher.
encrypt(byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an array of bytes using block cipher with the given symmetric key.
encrypt(Element, SecretKey, byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the given symmetric key and the initialization vector.
encrypt(Element, byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the initialization vector.
encrypt(Element, SecretKey) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the given symmetric key.
encrypt(Element) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher.
encrypt(byte[], Key) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Encrypt the content encryption key bytes with the given key encryption key.
encrypt(byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Encrypt the content encryption key bytes with the given key encryption key.
encrypt(SecretKey, Key) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Encrypt the content encryption key with the given key encryption key.
encrypt(SecretKey) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Encrypt the content encryption key with the given key encryption key.
encryptAndReplace(Element, SecretKey, byte[], XEEncryptedData) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the given symmetric key and the initialization vector.
encryptAndReplace(Element, byte[], XEEncryptedData) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the given symmetric key and the initialization vector.
encryptAndReplace(Element, SecretKey, XEEncryptedData) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the given symmetric key.
encryptAndReplace(Element, XEEncryptedData) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher.
encryptBytes(XEEncryptedData, String, SecretKey, String, String, PublicKey, String) - Static method in class oracle.security.xmlsec.enc.XEncUtils
Encrypt bytes into an EncryptedData element, and encrypt the key into and EncryptedKey element.
encryptElement(Element, boolean, String, SecretKey, String) - Static method in class oracle.security.xmlsec.enc.XEncUtils
Encrypt XML data of type XML Element or XML Element Content with the given algorithm and key, where the key is identified by a key name.
encryptElement(Element, boolean, String, SecretKey, String, Key, String) - Static method in class oracle.security.xmlsec.enc.XEncUtils
Encrypt XML data of type XML Element or XML Element Content with the given algorithm and key, where the data encryption key is encrypted with the given key encryption key.
encryptElement(Element, boolean, String, String, Key, String, SecureRandom) - Static method in class oracle.security.xmlsec.enc.XEncUtils
Encrypt XML data of type XML Element or XML Element Content with the given algorithm.
encryptKey(SecretKey, Key, String) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Encrypt the content encryption key with the given key encryption key, and store the encrypted key inside this EncryptedKey element.
EncryptOutputStream - Class in oracle.security.xmlsec.enc
This class is similar to the CipherOutputStream, except that it does two special things to conform to XML encryption, a) it emits the IntializationVector at the beginning of the stream and b) it emits a padding at the end of the stream .
EncryptOutputStream(OutputStream, Cipher) - Constructor for class oracle.security.xmlsec.enc.EncryptOutputStream
 
encryptTo(Element, SecretKey, byte[], OutputStream) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Encrypts an XML Element or XML Element Content using block cipher with the given symmetric key and the initialization vector.
END_DOCUMENT - Static variable in class oracle.security.xmlsec.util.NodeReader
 
END_ELEMENT - Static variable in class oracle.security.xmlsec.util.NodeReader
 
EnvelopedSigTransform - Class in oracle.security.xmlsec.transform
Internal use only.
EnvelopedSigTransform(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.EnvelopedSigTransform
Creates a new EnvelopedSigTransform instance.
equals(Object) - Method in class oracle.security.xmlsec.c14n.C14NImpl.AttrComparator
 
equals(Object) - Method in class oracle.security.xmlsec.c14n.C14NImpl.NSComparator
 
equals(Object) - Method in class oracle.security.xmlsec.c14n.C14NImpl.NSPrefixComparator
 
equals(Object) - Method in class oracle.security.xmlsec.keys.X509Data.IssuerAndSerialNo
 
equals(Object) - Method in class oracle.security.xmlsec.util.DocOrderComparator
 
equals(Object) - Method in class oracle.security.xmlsec.util.QName
Compares this QName to the given object.
equals(String, Node, String, Node) - Static method in class oracle.security.xmlsec.util.QName
Compares the two given QName strings.
equals(Object) - Method in class oracle.security.xmlsec.util.QNameNode
Compares this QNameNode to the given object.
escapeTextNode(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Escapes XML text characters - &, < > \r
ExcC14NTransform - Class in oracle.security.xmlsec.transform
Internal use only.
ExcC14NTransform() - Constructor for class oracle.security.xmlsec.transform.ExcC14NTransform
Creates a new ExcC14NTransform instance.
ExcC14NTransform(String) - Constructor for class oracle.security.xmlsec.transform.ExcC14NTransform
Creates a new ExcC14NTransform instance.
ExcC14NTransform(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.ExcC14NTransform
Creates a new ExcC14NTransform instance.
ExcC14NWithCommentsTransform - Class in oracle.security.xmlsec.transform
Internal use only.
ExcC14NWithCommentsTransform() - Constructor for class oracle.security.xmlsec.transform.ExcC14NWithCommentsTransform
Creates a new ExcC14NWithCommentsTransform instance.
ExcC14NWithCommentsTransform(String) - Constructor for class oracle.security.xmlsec.transform.ExcC14NWithCommentsTransform
Creates a new ExcC14NWithCommentsTransform instance.
ExcC14NWithCommentsTransform(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.ExcC14NWithCommentsTransform
Creates a new ExcC14NWithCommentsTransform instance.
ExclusiveC14N - Class in oracle.security.xmlsec.c14n
Implementation of Exclusive XML Canonicalization version 1.0.
ExclusiveC14N() - Constructor for class oracle.security.xmlsec.c14n.ExclusiveC14N
Creates a new ExclusiveC14N instance.
ExclusiveC14N(String) - Constructor for class oracle.security.xmlsec.c14n.ExclusiveC14N
Creates a new ExclusiveC14N instance.
ExclusiveC14N(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.ExclusiveC14N
Creates a new ExclusiveC14N instance.
ExclusiveC14NWithComments - Class in oracle.security.xmlsec.c14n
Implementation of Exclusive XML Canonicalization version 1.0 with comments processing.
ExclusiveC14NWithComments() - Constructor for class oracle.security.xmlsec.c14n.ExclusiveC14NWithComments
Creates a new ExclusiveC14NWithComments instance.
ExclusiveC14NWithComments(String) - Constructor for class oracle.security.xmlsec.c14n.ExclusiveC14NWithComments
Creates a new ExclusiveC14NWithComments instance.
ExclusiveC14NWithComments(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.ExclusiveC14NWithComments
Creates a new ExclusiveC14NWithComments instance.

F

FilteredNodeReader - Class in oracle.security.xmlsec.util
 
FilteredNodeReader(NodeReader, NodeFilterTransform) - Constructor for class oracle.security.xmlsec.util.FilteredNodeReader
 
fireConsumeNode() - Method in class oracle.security.xmlsec.util.NodeReader
trigger consumeNode event on all the listeners.
fixURL(String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Expands a relative URL to an absolute URL using the given document base URL.
fixURL(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Expands a relative URL to an absolute URL using the "file" protocol and the file-system current directory path.
formatDate(Date) - Static method in class oracle.security.xmlsec.util.XMLUtils
Formats a date as a String in UTC format.
formatDateTime(Date) - Static method in class oracle.security.xmlsec.util.XMLUtils
Formats a date and time as a String in UTC format.
formatTime(Date) - Static method in class oracle.security.xmlsec.util.XMLUtils
Formats a time as a String in UTC format.
fromBase64(String) - Static method in class oracle.security.xmlsec.util.Base64
Returns the decoded form of the given Base-64 encoded string.
fromDSA(byte[]) - Static method in class oracle.security.xmlsec.dsig.XSSignatureValue
Wrapper over XSSignatureValue.fromDSA(byte[], int) with size=20 for SHA-1.
fromDSA(byte[], int) - Static method in class oracle.security.xmlsec.dsig.XSSignatureValue
Converts a DSA signature value from ASN.1 format to PKCS#1 octet-stream format.

G

generateKeyMaterial(XEEncryptionMethod, PrivateKey, PublicKey) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Generate keying material for the algorithm specified in the given XEEncryptionMethod object.
generateKeyMaterial(XEEncryptionMethod, PrivateKey, PublicKey) - Method in class oracle.security.xmlsec.keys.DHAgreementMethod
Generate keying material for the algorithm specified in the given XEEncryptionMethod object.
GenericXMLElement - Class in oracle.security.xmlsec.util
Generic wrapper for org.w3c.dom.Elements.
GenericXMLElement(Element) - Constructor for class oracle.security.xmlsec.util.GenericXMLElement
Creates a new GenericXMLElement instance for the given org.w3c.dom.Element.
GenericXMLElement(Element, String) - Constructor for class oracle.security.xmlsec.util.GenericXMLElement
Creates a new GenericXMLElement instance for the given org.w3c.dom.Element.
getAgreementMethods() - Method in class oracle.security.xmlsec.enc.XEKeyInfo
Get the AgreementMethod instances whose underlining elements are children of this KeyInfo element.
getAlgorithm() - Method in class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Returns the algorithm URI.
getAlgorithm() - Method in class oracle.security.xmlsec.keys.AgreementMethod
Get the algorithm URI for the key agreement algorithm to be used.
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.Base64Decoder
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.C14NTransform
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.DecryptTransform
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.EbxmlXPathFilter
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.EnvelopedSigTransform
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.ExcC14NTransform
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.ExcC14NWithCommentsTransform
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.XPathFilter
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.XPathFilter2
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.XSLTTransform
 
getAlgorithmURI() - Method in class oracle.security.xmlsec.transform.XSTransformer
Returns the URI string identifying the Transform algorithm.
getAlgorithURI() - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Return the algorithm URI
getAllowAllFlag() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getAllowRetrievalMethodFlag() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getAllowUnvalidatedCertFlag() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getAncestorNamespaces(Element) - Static method in class oracle.security.xmlsec.util.XMLUtils
get the namespace of all the ancestor elements, includes namespaces of current element too
getAncestorXmlAttributes(boolean) - Method in class oracle.security.xmlsec.util.NodeReader
Get a list of all the xml attributes in the ancestors of this element, whether the elements are in the nodeset or not.
getAncestorXmlAttributes(boolean) - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getAncestorXmlAttributes(boolean) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getAncestorXMLAttrs(Element) - Static method in class oracle.security.xmlsec.c14n.C14NImpl
Returns a table of attributes in the XML namespace (e.g., xml:space="preserve") that should be inherited by the given element if its parent node is not in the input node-set.
getAttribute(String) - Method in class oracle.security.xmlsec.util.XMLElement
Retrieves an attribute value by name.
getAttributeNode(String) - Method in class oracle.security.xmlsec.util.XMLElement
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getAttributes() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getAttributes() - Method in class oracle.security.xmlsec.util.NodeReader
Returns all the namespaces and attributes on this START_ELEMENT.
getAttributes() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getAttributes() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getAttributes() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getAttributes() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getAttributes() - Method in class oracle.security.xmlsec.util.XMLNode
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributeValue(Element, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getAuthenticator() - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Returns the StorageAuthenticator to be used to authenticate to the key source.
getBaseURI() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getBinaryContentForChildElement(Element) - Static method in class oracle.security.xmlsec.util.SOAPMessageUtils
 
getBody() - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get the Body child element of this SOAP Envelope.
getBody() - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get the Body child element of this SOAP Envelope.
getBodyElements() - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get all the Body entries in the Body child element of the this SOAP Envelope.
getBodyElements() - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get all the Body entries in the Body child element of the this SOAP Envelope.
getBodyElementsByTagNameNS(String, String) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get all the Body entries with the given namespace URI and local name in the Body child element of the this SOAP Envelope.
getBodyElementsByTagNameNS(String, String) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get all the Body entries with the given namespace URI and local name in the Body child element of the this SOAP Envelope.
getC14NMethod() - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Returns the XSAlgorithmIdentifier containing the CanonicalizationMethod element used to instantiate this Canonicalizer.
getC14NMethod() - Method in class oracle.security.xmlsec.dsig.XSSignedInfo
Returns the CanonicalizationMethod element for this SignedInfo.
getCarriedKeyName() - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Return the key name identifying the key being encrypted.
getCause() - Method in exception oracle.security.xmlsec.util.ChainedException
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCertificate() - Method in class oracle.security.xmlsec.keys.RawX509Cert
Returns a oracle.security.crypto.cert.X509Certificate certificate instance.
getCertificate(XSKeyInfo) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the certificate corresponding to the given XSKeyInfo by iterating over the registered KeyRetrievers and returning the first successfully retrieved certificate.
getCertificate(KeyInfoData) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the certificate corresponding to the given KeyInfoData by iterating over the registered KeyRetrievers and returning the first successfully retrieved certificate.
getCertificates() - Method in class oracle.security.xmlsec.keys.X509Data
Returns a list of the contents of any X509Certificate elements in this X509Data.
getChildElementsByTagName(String) - Method in class oracle.security.xmlsec.util.XMLElement
Returns a NodeList of all child Elements of this Element with a given tag name, in the order in which they are encountered in a preorder traversal of the child Elements of this Element.
getChildElementsByTagName(Element, String) - Static method in class oracle.security.xmlsec.util.XMLElement
Returns a NodeList of all child Elements of the given parent Element with a given tag name, in the order in which they are encountered in a preorder traversal of the child Elements of this given Element.
getChildElementsByTagNameNS(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Returns a NodeList of all child Elements of this Elementwith a given local name and namespace URI, in the order in which they are encountered in a preorder traversal of the child Elements of this Element.
getChildElementsByTagNameNS(Element, String, String) - Static method in class oracle.security.xmlsec.util.XMLElement
Returns a NodeList of all child Elements of this with the given parent Element and a given local name and namespace URI, in the order in which they are encountered in a preorder traversal of the child Elements of this parent Element.
getChildNodes() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getChildNodes() - Method in class oracle.security.xmlsec.util.XMLNode
A NodeList that contains all children of this node.
getCipherData() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Return the XECipherData object for this XEEncryptedObject.
getCipherReference() - Method in class oracle.security.xmlsec.enc.XECipherData
Return the XECipherReference object in this XECipherData element.
getCipherValue() - Method in class oracle.security.xmlsec.enc.XECipherData
Return the cipher value stored in the CipherValue element.
getCipherValue() - Method in class oracle.security.xmlsec.enc.XECipherReference
Dereferences this CipherReference and returns the octets of the cipher value being referenced.
getCipherValueAsStream() - Method in class oracle.security.xmlsec.enc.XECipherData
Return the Cipher value as InputStream, read from this stream causes base64 decoding
getCipherValueAsStream() - Method in class oracle.security.xmlsec.enc.XECipherReference
 
getClassForTag(String, String) - Method in class oracle.security.xmlsec.util.TagManager
Retrieves the implementation class for the given element tag name within the given namespace.
getClassForURI(String, String) - Method in class oracle.security.xmlsec.util.URIManager
 
getCode() - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Return the env:Code element.
getContentHandler() - Method in class oracle.security.xmlsec.util.NodeSetReader
 
getContentType() - Method in class oracle.security.xmlsec.util.SOAPMessageUtils.ByteArrayDataSource
 
getContextSupport() - Method in class oracle.security.xmlsec.transform.HereFunctionDOMXPath
Retrieve the ContextSupport aggregation of NamespaceContext, FunctionContext, VariableContext, and Navigator.
getCredential() - Method in class oracle.security.xmlsec.keys.retrieval.StorageAuthAdapter
This method is implemented by subclasses to obtain the authentication credentials from the system or user.
getCredential(String) - Method in class oracle.security.xmlsec.keys.retrieval.StorageAuthAdapter
This method is implemented by subclasses to obtain the authentication credentials from the system or user.
getCredential() - Method in interface oracle.security.xmlsec.keys.retrieval.StorageAuthenticator
This method is implemented by subclasses to obtain the authentication credentials from the system or user.
getCredential(String) - Method in interface oracle.security.xmlsec.keys.retrieval.StorageAuthenticator
This method is implemented by subclasses to obtain the authentication credentials from the system or user.
getCRLs() - Method in class oracle.security.xmlsec.keys.X509Data
Returns a list of the contents of any X509CRL elements in this X509Data.
getCurrentNode() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getCurve() - Method in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
getCurve() - Method in class oracle.security.xmlsec.keys.ECKeyValue
 
getData() - Method in class oracle.security.xmlsec.keys.MgmtData
Returns the string data for this MgmtData.
getDataReferences() - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Get XEDataReference objects refer EncryptedData elements encrypted using the key being encrypted in this structure.
getDataReferences() - Method in class oracle.security.xmlsec.enc.XEReferenceList
Returns the XEDataReference objects in this ReferenceList.
getDataType() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Get the value of the Type attribute for this EncryptedData element.
getDecryptedDataInformation() - Method in class oracle.security.xmlsec.enc.XEEncryptedData
returns the decrypted data information, if the property xml.debug.decrypt is set.
getDecryptionKey() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Get the decryption key by resolving the XEKeyInfo object.
getDefaultNSPrefix(String) - Static method in class oracle.security.xmlsec.util.XMLElement
Returns the default prefix for the given namespace URI.
getDetail() - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Return the detail child element which contains details entries carrying specific error information related to the Body element.
getDetail() - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Returns the env:Detail element, which contains entries carrying specific error information related to the Body element.
getDetailElements() - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Return all the detail entries in the detail child element.
getDetailEntries() - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Return the detail entries in this env:Fault's env:Detail element.
getDigestedData() - Method in class oracle.security.xmlsec.dsig.XSReference
Returns the pre digested data (after any Transforms have been applied) that was obtained as a result of calling one of the computeDigest or validate methods.
getDigestMethod() - Method in class oracle.security.xmlsec.dsig.XSReference
Returns the digest method for this Reference.
getDigestMethod() - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Returns message digest algorithm URI.
getDigestMethod() - Method in class oracle.security.xmlsec.keys.AgreementMethod
Return message digest algorithm URI.
getDigestValue() - Method in class oracle.security.xmlsec.dsig.XSReference
Returns the bytes of the digest of this Reference.
getDocumentNavigator() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getDTDHandler() - Method in class oracle.security.xmlsec.util.NodeSetReader
 
getElement() - Method in class oracle.security.xmlsec.util.XMLElement
Return the Element contained inside this XMLElement.
getElementById(Document, String) - Static method in class oracle.security.xmlsec.util.IDCache
FOR INTERNAL USE ONLY - call XMLUtils.getElementById(Document, String) instead Scan the Id Cache for the element.
getElementById(Document, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Resolves an ID attribute value to an element.
getElementsByTagName(String) - Method in class oracle.security.xmlsec.util.XMLElement
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagNameNS(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
getEncoding() - Method in class oracle.security.xmlsec.dsig.XSObject
Returns the value of the Encoding attribute of this Object.
getEncoding() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Returns the Encoding attribute value.
getEncryptedDataInformation() - Method in class oracle.security.xmlsec.enc.XEEncryptedData
returns the encrypted data information, if the property xml.debug.enc is set.
getEncryptedKeys() - Method in class oracle.security.xmlsec.enc.XEKeyInfo
Returns the XEEncryptedKey instances whose EncryptedKey elements are children of this ds:KeyInfo element.
getEncryptedObject() - Method in class oracle.security.xmlsec.enc.XEReference
Dereference this XEReference struture and obtain the EncryptedType element referenced.
getEncryptionKey() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Geting the encryption key from the KeyInfo child element using the KeyRetriever facility.
getEncryptionMethod() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Return the XEEncryptionMethodXEEncryptedObject.
getEncryptionProperties() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Return the XEEncryptionProperties object for this XEEncryptedObject.
getEncryptionProperties() - Method in class oracle.security.xmlsec.enc.XEEncryptionProperties
Get the sequence of XEEncryptionProperty objects contained in this XEEncryptionProperties.
getEntityResolver() - Method in class oracle.security.xmlsec.util.NodeSetReader
 
getErrorHandler() - Method in class oracle.security.xmlsec.util.NodeSetReader
 
getEventType() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getEventType() - Method in class oracle.security.xmlsec.util.NodeReader
Returns an integer code that indicates the type of the event the cursor is pointing to START_ELEMENT END_ELEMENT PROCESSING_INSTRUCTION CHARACTERS COMMENT START_DOCUMENT END_DOCUMENT
getEventType() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getEventType() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getEventType() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getEventType() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getExponent() - Method in class oracle.security.xmlsec.keys.RSAKeyValue
Returns the public exponent of this RSAKeyValue.
getExternalRefFlag() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getFaultActor() - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Get the faultactor value.
getFaultCode() - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Return the fault code QName string.
getFaultNode() - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Get the env:Node URI string value.
getFaultString() - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Get the fault string value.
getFeature(String, String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getFeature(String) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
getFirstChild() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getFirstChild() - Method in class oracle.security.xmlsec.util.XMLNode
The first child of this node.
getFirstChildElement(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getG() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the parameter G of this DSAKeyValue.
getGenerator() - Method in class oracle.security.xmlsec.keys.DHKeyValue
Returns the Generator of this DHKeyValue.
getHeader() - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get the Header child element of this SOAP Envelope.
getHeader() - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get the Header child element of this SOAP Envelope.
getHeaderElements() - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get all the Header entries in the Header child element of this SOAP Envelope.
getHeaderElements(String) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get all the Header entries in the Header element for the given actor.
getHeaderElements(boolean) - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get all the Header entries in the Header element for the given mustUnderstand setting.
getHeaderElements() - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get all the Header entries in the Header child element of this SOAP Envelope.
getHeaderElements(String) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get all the Header entries in the Header element for the given role.
getHeaderElements(boolean) - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get all the Header entries in the Header element for the given mustUnderstand setting.
getId() - Method in interface oracle.security.xmlsec.dsig.Referable
Returns the value of the Id attribute for this object.
getId() - Method in class oracle.security.xmlsec.dsig.ReferenceList
Returns the string value of the Id attribute of this ReferenceList, or null if the attribute is missing.
getId() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns the value of the Id attribute of this KeyInfo.
getId() - Method in class oracle.security.xmlsec.dsig.XSObject
Returns the value of the Id attribute of this Object.
getId() - Method in class oracle.security.xmlsec.dsig.XSReference
Returns the value of the Id attribute of this Reference.
getId() - Method in class oracle.security.xmlsec.dsig.XSSignature
Returns the string value of the Id attribute of this Signature, or null if the attribute is missing.
getId() - Method in class oracle.security.xmlsec.dsig.XSSignatureValue
Returns the string value of the Id attribute of this SignatureValue, or null if the attribute is missing.
getId() - Method in class oracle.security.xmlsec.dsig.XSSigProperties
Returns the value of the Id attribute of this SignatureProperties.
getId() - Method in class oracle.security.xmlsec.dsig.XSSigProperty
Returns the value of the Id attribute of this SignatureProperty.
getId() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Returns the value of the Id attribute for this EncryptedData or EncryptedKey element.
getId() - Method in class oracle.security.xmlsec.enc.XEEncryptionProperties
Returns the Id attribute for this EncryptionProperties element.
getId() - Method in class oracle.security.xmlsec.enc.XEEncryptionProperty
Returns the Id attribute value for this EncryptionProperty element.
getIdAttributes(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns the list of attributes defined as type ID for the given namespace.
getIdAttributesMap() - Static method in class oracle.security.xmlsec.util.XMLUtils
return a map namespaceURI to IdAttributes list
getIdFromURI(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Extracts the ID from a same-document URI.
getInclusiveNamespacesList(XSAlgorithmIdentifier) - Static method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
getInclusiveNSPrefixList() - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Returns the value of the InclusiveNamespaces parameter's PrefixList attribute.
getInclusiveNSPrefixList() - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
Returns the value of the InclusiveNamespaces parameter's PrefixList attribute.
getInclusiveNSPrefixList() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
Returns the value of the InclusiveNamespaces parameter's PrefixList attribute.
getInputStream() - Method in class oracle.security.xmlsec.util.SOAPMessageUtils.ByteArrayDataSource
 
getInstance(XSAlgorithmIdentifier) - Static method in class oracle.security.xmlsec.c14n.Canonicalizer
Returns an instance of the Canonicalizer subclass identified by the given XSAlgorithmIdentifier's Algorithm attribute.
getInstance(String) - Static method in class oracle.security.xmlsec.c14n.Canonicalizer
Creates a new Canonicalizer implementation class identified by the given algorithm URI.
getInstance(boolean, boolean) - Static method in class oracle.security.xmlsec.c14n.Canonicalizer
 
getInstance(boolean, boolean, boolean) - Static method in class oracle.security.xmlsec.c14n.Canonicalizer
 
getInstance(Element) - Static method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptedObject instance from the given XML Element.
getInstance(Element, String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptedObject instance from the given XML Element.
getInstance(Document, String) - Static method in class oracle.security.xmlsec.keys.AgreementMethod
Create a new AgreementMethod instance from the given XML owner document and algorithm URI.
getInstance(Element) - Static method in class oracle.security.xmlsec.keys.AgreementMethod
Create a new AgreementMethod instance from the given XML Element.
getInstance(Element, String) - Static method in class oracle.security.xmlsec.keys.AgreementMethod
Create a new AgreementMethod instance from the given XML Element.
getInstance(XSAlgorithmIdentifier) - Static method in class oracle.security.xmlsec.transform.XSTransformer
Returns an instance of the Transformer subclass identified by the given XSAlgorithmIdentifier's Algorithm attribute.
getInstance(String) - Static method in class oracle.security.xmlsec.transform.XSTransformer
Returns an instance of the Transformer subclass identified by the given algorithm URI.
getInstance(String, XMLElement) - Static method in class oracle.security.xmlsec.util.QName
Returns a QName object based on the qnamevalue and the element where the qnamevalue was included.
getInstance(NodeList, String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Creates a new instance of the implementation class for the given tag name, and uses it to wrap the first Element in the input node list with that tag.
getInstance(Collection, String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Creates a new instance of the implementation class for the given tag name, and uses it to wrap the first Element in the input node set with that tag.
getInstance(Element, String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Creates a new instance of the implementation class for the given tag name, and uses it to wrap the Element.
getInstance(Element, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Creates a new instance of the implementation class for the given tag name, and uses it to wrap the Element.
getInstance(Element) - Static method in class oracle.security.xmlsec.util.XMLUtils
Creates a new instance of the implementation class for the given Element.
getInternalSubset() - Method in class oracle.security.xmlsec.util.DocTypeUtil
Returns the internal subset as a string.
getIssuer() - Method in class oracle.security.xmlsec.keys.X509Data.IssuerAndSerialNo
 
getIssuerSerials() - Method in class oracle.security.xmlsec.keys.X509Data
Returns a list of the contents of any X509IssuerSerial elements in this X509Data.
getJ() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the parameter J of this DSAKeyValue.
getJCEAlgorithm() - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
 
getJCEAlgorithm(String) - Method in class oracle.security.xmlsec.util.URIManager
 
getJCEKeyAlgorithm() - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
 
getJCEKeySize(String) - Method in class oracle.security.xmlsec.util.URIManager
 
getKANonce() - Method in class oracle.security.xmlsec.keys.AgreementMethod
Return the KA-Nonce value.
getKey(XEEncryptionMethod, Key) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Get the content encryption key being encrypted in this EncryptedKey element.
getKey(XEEncryptionMethod) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Get the content encryption key being encrypted in this EncryptedKey element.
getKeyInfo() - Method in class oracle.security.xmlsec.dsig.XSSignature
Returns the KeyInfo element for this Signature.
getKeyInfo() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Return the XEKeyInfo object for this XEEncryptedObject.
getKeyInfoData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the KeyInfoData elements contained in this XSKeyInfo.
getKeyInfoData() - Method in class oracle.security.xmlsec.keys.RetrievalMethod
Dereferences this RetrievalMethod by retrieving the referenced key info, applying any Transforms and instantiating an appropriate KeyInfoData class.
getKeyNames() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the KeyName elements contained in this XSKeyInfo.
getKeyReferences() - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Get the XEKeyReference objects for EncryptedKey elements that were encrypted using the key being encrypted in this structure.
getKeyReferences() - Method in class oracle.security.xmlsec.enc.XEReferenceList
Returns the XEKeyReference objects in this ReferenceList.
getKeySize() - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Returns the key size provided in the KeySize child element.
getKeyValueData() - Method in class oracle.security.xmlsec.keys.KeyValue
Returns the KeyValue child data element for this KeyValue.
getKeyValues() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the KeyValue elements contained in this XSKeyInfo.
getLastChild() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getLastChild() - Method in class oracle.security.xmlsec.util.XMLNode
The last child of this node.
getLength() - Method in class oracle.security.xmlsec.util.NodeListImpl
Returns the number of nodes in the list.
getLength() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
getLocalName() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getLocalName() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getLocalName() - Method in class oracle.security.xmlsec.util.NodeReader
Returns the (local) name of the current event.
getLocalName() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getLocalName() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getLocalName() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getLocalName() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getLocalName() - Method in class oracle.security.xmlsec.util.XMLNode
Returns the local part of the qualified name of this node.
getLocalPart() - Method in class oracle.security.xmlsec.util.QName
Returns this QName's local name.
getLocalPart(String) - Static method in class oracle.security.xmlsec.util.QName
Returns the local name for the given QName string.
getLocalPart() - Method in class oracle.security.xmlsec.util.QNameNode
Returns the local name for this QNameNode's value.
getManifest() - Method in class oracle.security.xmlsec.dsig.XSReference
Returns the Manifest pointed to by this Reference that was obtained as a result of calling one of the validate methods.
getMaxTrans() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getMgmtData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the MgmtData elements contained in this XSKeyInfo.
getMimeType() - Method in class oracle.security.xmlsec.dsig.XSObject
Returns the value of the MimeType attribute of this Object.
getMimeType() - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Returns the MimeType attribute value for this EncryptedData element.
getModulus() - Method in class oracle.security.xmlsec.keys.RSAKeyValue
Returns the modulus of this RSAKeyValue.
getName() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getName() - Method in class oracle.security.xmlsec.keys.KeyName
Returns the string value for this KeyName.
getName() - Method in class oracle.security.xmlsec.util.DocTypeUtil
Returns the name of the DTD (i.e., the name immediately following the DOCTYPE keyword).
getName() - Method in class oracle.security.xmlsec.util.SOAPMessageUtils.ByteArrayDataSource
 
getNamedItem(String) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
getNamedItemNS(String, String) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
getNamespace() - Method in class oracle.security.xmlsec.util.QName
Returns this QName's namespace URI.
getNamespaces() - Method in class oracle.security.xmlsec.util.NodeReader
Returns all the namespaces on this START_ELEMENT.
getNamespaces() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getNamespacesForMissingAncestors() - Method in class oracle.security.xmlsec.util.NodeReader
Returns those inherited namespace declaration, for which the ancestor element that declares the namespace is missing from the nodeset.
getNamespacesForMissingAncestors() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getNamespacesForMissingAncestors() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getNamespaceURI() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getNamespaceURI() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getNamespaceURI() - Method in class oracle.security.xmlsec.util.NodeReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace
getNamespaceURI() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getNamespaceURI() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getNamespaceURI() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getNamespaceURI() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getNamespaceURI() - Method in class oracle.security.xmlsec.util.XMLNode
The namespace URI of this node, or null if it is unspecified.
getNamespaceURI(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns the namespace URI that is in scope for the given node's namespace prefix, as per the XPath data model.
getNextSibling() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getNextSibling() - Method in class oracle.security.xmlsec.util.XMLNode
The node immediately following this node.
getNextSiblingElement(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getNode() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getNode() - Method in class oracle.security.xmlsec.util.NodeReader
Returns the current node.
getNode() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getNode() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getNode() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getNode() - Method in class oracle.security.xmlsec.util.XMLNode
Returns the org.w3c.dom.Node contained in this XMLNode.
getNodeName() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getNodeName() - Method in class oracle.security.xmlsec.util.XMLNode
The name of this node, depending on its type.
getNodeSet() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns the nodes in this container.
getNodeType() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getNodeType() - Method in class oracle.security.xmlsec.util.XMLNode
A code representing the type of the underlying object.
getNodeTypeName(short) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a string describing the given DOM node type.
getNodeTypeName(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a string describing the given DOM node's type.
getNodeValue() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getNodeValue() - Method in class oracle.security.xmlsec.util.XMLNode
Returns the value of this node, depending on its type.
getNonce() - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Get the nonce value specified by using the method setNonce.
getNonceLength() - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Get the Nonce attribute value of this EncryptedData element, which indicates the presence and length of a nonce value prepended to the plain text.
getOAEPParams() - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Returns the RSA-OAEP parameters.
getObjects() - Method in class oracle.security.xmlsec.dsig.XSSignature
Returns a list of XML-DSIG Object structures for this signature.
getObjectType() - Method in class oracle.security.xmlsec.dsig.XSReference
Returns the value of the Type attribute identifying the type of the referenced object.
getObjectType() - Method in class oracle.security.xmlsec.keys.RetrievalMethod
Returns the value of the Type attribute identifying the type of the referenced object.
getOctetStream() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns the octet stream to be used for this container.
getOID(String) - Method in class oracle.security.xmlsec.util.URIManager
 
getOriginatorKeyInfo() - Method in class oracle.security.xmlsec.keys.AgreementMethod
Return the OriginatorKeyInfo object in this structure.
getOutputStream() - Method in class oracle.security.xmlsec.util.SOAPMessageUtils.ByteArrayDataSource
 
getOwnerDocument() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getOwnerDocument() - Method in class oracle.security.xmlsec.util.XMLNode
The Document object associated with this node.
getOwnerDocument(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns the given node's owner document, even if the node is a Document node.
getOwnerElement() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getP() - Method in class oracle.security.xmlsec.keys.DHKeyValue
Returns the prime P of this DHKeyValue.
getP() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the prime modulus P of this DSAKeyValue.
getParameters() - Method in class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Returns a list of the explicit parameter elements for this algorithm ID.
getParameterSpec() - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
getParentNode() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getParentNode() - Method in class oracle.security.xmlsec.util.XMLNode
The parent of this node.
getPassword() - Method in class oracle.security.xmlsec.keys.retrieval.StorageAuthAdapter
Returns the password.
getPassword() - Method in interface oracle.security.xmlsec.keys.retrieval.StorageAuthenticator
Returns the password.
getPGenCounter() - Method in class oracle.security.xmlsec.keys.DHKeyValue
Returns the validation parameter pgenCounter value of this DHKeyValue.
getPGenCounter() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the prime generation counter of DSAKeyValue.
getPGenSeed() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the prime generation seed bytes of this DSAKeyValue.
getPGPData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the PGPData elements contained in this XSKeyInfo.
getPIData() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getPIData() - Method in class oracle.security.xmlsec.util.NodeReader
Get the data section of a processing instruction
getPIData() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getPIData() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getPIData() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getPIData() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getPITarget() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getPITarget() - Method in class oracle.security.xmlsec.util.NodeReader
Get the target of a processing instruction
getPITarget() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getPITarget() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getPITarget() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getPITarget() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getPreDigestedData() - Method in class oracle.security.xmlsec.dsig.ReferenceList
Return the pre Digested data for every reference.
getPreDigestedData() - Method in class oracle.security.xmlsec.dsig.XSSignature
Return the pre Digested data for every reference.
getPrefix() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getPrefix() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getPrefix() - Method in class oracle.security.xmlsec.util.NodeReader
Returns the prefix of the current event or null if the event does not have a prefix
getPrefix() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getPrefix() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getPrefix() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getPrefix() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getPrefix() - Method in class oracle.security.xmlsec.util.QName
Returns this QName's namespace prefix.
getPrefix() - Method in class oracle.security.xmlsec.util.XMLNode
Returns the namespace prefix of this node, or null if it is unspecified.
getPrefixPart(String) - Static method in class oracle.security.xmlsec.util.QName
Returns the namespace prefix for the given QName string.
getPrefixPart() - Method in class oracle.security.xmlsec.util.QNameNode
Returns the namespace prefix for this QNameNode's value.
getPreviousSibling() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getPreviousSibling() - Method in class oracle.security.xmlsec.util.XMLNode
The node immediately preceding this node.
getPrivateKey(XSKeyInfo) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the private key corresponding to the given XSKeyInfo by iterating over the registered KeyRetrievers and returning the first successfully retrieved key.
getPrivateKey(KeyInfoData) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the private key corresponding to the given KeyInfoData by iterating over the registered KeyRetrievers and returning the first successfully retrieved private key.
getProperty(String) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
getProperty(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Get various properties that affects XMLSEC behaviour.
getPublic() - Method in class oracle.security.xmlsec.keys.DHKeyValue
Returns the public key value of this DHKeyValue.
getPublicId() - Method in class oracle.security.xmlsec.util.DocTypeUtil
Returns the public identifier of the external subset.
getPublicKey() - Method in class oracle.security.xmlsec.keys.DHKeyValue
 
getPublicKey() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
 
getPublicKey() - Method in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
getPublicKey() - Method in class oracle.security.xmlsec.keys.ECKeyValue
 
getPublicKey() - Method in class oracle.security.xmlsec.keys.KeyValue
Returns the public key contained in this KeyValue's child data element.
getPublicKey() - Method in interface oracle.security.xmlsec.keys.KeyValueData
Returns a oracle.security.crypto.core.PublicKey.
getPublicKey(XSKeyInfo) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the public key corresponding to the given XSKeyInfo by iterating over the registered KeyRetrievers and returning the first successfully retrieved key.
getPublicKey(KeyInfoData) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the public key corresponding to the given KeyInfoData by iterating over the registered KeyRetrievers and returning the first successfully retrieved key.
getPublicKey() - Method in class oracle.security.xmlsec.keys.RSAKeyValue
 
getQ() - Method in class oracle.security.xmlsec.keys.DHKeyValue
Returns the prime Q of this DHKeyValue.
getQ() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the parameter Q of this DSAKeyValue.
getReasonTexts() - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Get the fault reason's env:Text nodes.
getRecipient() - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Returns the value of the Recipient attribute, which indicates the recipient of this encrypted key value.
getRecipientKeyInfo() - Method in class oracle.security.xmlsec.keys.AgreementMethod
Return the RecipientKeyInfo object in this structure.
getReferences() - Method in class oracle.security.xmlsec.dsig.ReferenceList
Returns a list of the References for this ReferenceList.
getRetrievalMethods() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the RetrievalMethod elements contained in this XSKeyInfo.
getRole() - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Get the env:Role URI string value.
getSAXHandler() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getSchemaTypeInfo() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getSeed() - Method in class oracle.security.xmlsec.keys.DHKeyValue
Returns the validation parameter seed bytes of this DHKeyValue.
getSerial() - Method in class oracle.security.xmlsec.keys.X509Data.IssuerAndSerialNo
 
getSExpression() - Method in class oracle.security.xmlsec.keys.SPKIData
Returns the SPKI S-expression for this SPKIData.
getSignatureBytes() - Method in class oracle.security.xmlsec.dsig.XSSignatureValue
Returns the signature bytes.
getSignatureDetails() - Method in class oracle.security.xmlsec.dsig.ReferenceList
Return the digested data for signature and references.
getSignatureDetails() - Method in class oracle.security.xmlsec.dsig.XSReference
Return the digested data for signature and references.
getSignatureDetails() - Method in class oracle.security.xmlsec.dsig.XSSignature
Return the digested data for signature and references.
getSignatureMethod() - Method in class oracle.security.xmlsec.dsig.XSSignedInfo
Returns the SignatureMethod element for this SignedInfo.
getSignatureValue() - Method in class oracle.security.xmlsec.dsig.XSSignature
Returns the SignatureValue for this Signature.
getSignedInfo() - Method in class oracle.security.xmlsec.dsig.XSSignature
Returns the SignedInfo element for this Signature.
getSignedInfoData() - Method in class oracle.security.xmlsec.dsig.XSSignature
Return the canonicalized signature value.
getSigProperties() - Method in class oracle.security.xmlsec.dsig.XSSigProperties
Returns a list of the SignatureProperty elements.
getSKI(X509Certificate) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getSOAPFault() - Method in class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Get the SOAP-ENV:Fault body element in this SOAP Envelope.
getSOAPFault() - Method in class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Get the env:Fault body element in this SOAP Envelope.
getSortedAttributes() - Method in class oracle.security.xmlsec.util.NodeReader
Returns all the attributes (not namespaces) on this START_ELEMENT.
getSortedAttributes() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getSpecified() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getSPKIData() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the SPKIData elements contained in this XSKeyInfo.
getSubcode() - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Get the env:Subcode child element.
getSubcode() - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Get the env:Subcode child element.
getSubjectKeyIDs() - Method in class oracle.security.xmlsec.keys.X509Data
Returns a list of the contents of any X509SKI elements in this X509Data.
getSubjectNames() - Method in class oracle.security.xmlsec.keys.X509Data
Returns a list of the contents of any X509SubjectName elements in this X509Data.
getSubTree() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns the root node of the document sub-tree in this container.
getSymmetricKey(XSKeyInfo) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the secret key corresponding to the given XSKeyInfo by iterating over the registered KeyRetrievers and returning the first successfully retrieved key.
getSymmetricKey(KeyInfoData) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the secret key corresponding to the given KeyInfoData by iterating over the registered KeyRetrievers and returning the first successfully retrieved secret key.
getSystemId() - Method in class oracle.security.xmlsec.util.DocTypeUtil
Returns the system identifier of the external subset.
getSystemId() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns the base ID (URL or system ID) from where URLs will be resolved.
getSystemId() - Method in class oracle.security.xmlsec.util.XMLNode
Returns the system ID for this XMLNode.
getTagHashMap(String) - Method in class oracle.security.xmlsec.util.TagManager
Retrieves the HashMap mapping element tag names to implementation classes for the given namespace.
getTagManager() - Static method in class oracle.security.xmlsec.util.TagManager
Retrieves the current system-wide TagManager, creating a new instance with default mappings if none has been set.
getTagMap(String) - Method in class oracle.security.xmlsec.util.TagManager
Retrieves the Hashtable mapping element tag names to implementation classes for the given namespace.
getTagName() - Method in class oracle.security.xmlsec.util.XMLElement
Returns the name of the element.
getTarget() - Method in class oracle.security.xmlsec.dsig.XSSigProperty
Returns the value of the Target attribute of this SignatureProperty.
getTarget() - Method in class oracle.security.xmlsec.enc.XEEncryptionProperty
Returns the target URI for this EncryptionProperty element.
getText() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getText() - Method in class oracle.security.xmlsec.util.NodeReader
Returns the current value of the parse event as a character array, this returns the string value of a CHARACTERS event, returns the value of a COMMENT,
getText() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getText() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getText() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getText() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getTextContent() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getTextLength() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getTextLength() - Method in class oracle.security.xmlsec.util.NodeReader
 
getTextLength() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getTextLength() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getTextLength() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getTextLength() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getTextStart() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
getTextStart() - Method in class oracle.security.xmlsec.util.NodeReader
 
getTextStart() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
getTextStart() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
getTextStart() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
getTextStart() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
getTransform() - Method in class oracle.security.xmlsec.transform.XSTransformer
Returns the XSAlgorithmIdentifier containing the Transform element used to instantiate this XSTransformer.
getTransforms() - Method in class oracle.security.xmlsec.dsig.ObjectReference
Returns a list of the XML transforms to be applied to the referenced data object.
getTransforms() - Method in class oracle.security.xmlsec.enc.XECipherReference
Returns a list of the XML transforms to be applied to the referenced cipher value.
getType() - Method in interface oracle.security.xmlsec.dsig.Referable
Returns a URI identifying the type of this object.
getType() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns null, as no type URI is defined for KeyInfo in the XML-DSIG space.
getType() - Method in class oracle.security.xmlsec.dsig.XSManifest
Returns the URI defined in the XML-DSIG space to identify the Manifest element ("http://www.w3.org/2000/09/xmldsig#Manifest").
getType() - Method in class oracle.security.xmlsec.dsig.XSObject
Returns the URI defined in the XML-DSIG space to identify the Object element ("http://www.w3.org/2000/09/xmldsig#Object").
getType() - Method in class oracle.security.xmlsec.dsig.XSSignature
Returns null, as there is no URI defined for the Signature element in the XML-DSIG space.
getType() - Method in class oracle.security.xmlsec.dsig.XSSigProperties
Returns the URI defined in the XML-DSIG space to identify the SignatureProperties element ("http://www.w3.org/2000/09/xmldsig#SignatureProperties").
getType() - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Returns the type URI for an EncryptedKey element.
getType() - Method in class oracle.security.xmlsec.enc.XEEncryptionProperties
Get the type URI identifying an EncryptionProperties element.
getType() - Method in class oracle.security.xmlsec.keys.DHAgreementMethod
 
getType() - Method in class oracle.security.xmlsec.keys.DHKeyValue
 
getType() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
 
getType() - Method in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
getType() - Method in class oracle.security.xmlsec.keys.ECKeyValue
 
getType() - Method in interface oracle.security.xmlsec.keys.KeyInfoData
Returns the type URI that identifies the specific KeyInfoData subclass.
getType() - Method in class oracle.security.xmlsec.keys.KeyName
 
getType() - Method in class oracle.security.xmlsec.keys.KeyValue
Returns the URI for this KeyValue's child type, e.g., XMLURI.obj_DSAKeyValue or XMLURI.obj_RSAKeyValue.
getType() - Method in interface oracle.security.xmlsec.keys.KeyValueData
Returns a URI identifying the type of KeyValue.
getType() - Method in class oracle.security.xmlsec.keys.MgmtData
 
getType() - Method in class oracle.security.xmlsec.keys.PGPData
 
getType() - Method in class oracle.security.xmlsec.keys.RawX509Cert
 
getType() - Method in class oracle.security.xmlsec.keys.RetrievalMethod
 
getType() - Method in class oracle.security.xmlsec.keys.RSAKeyValue
 
getType() - Method in class oracle.security.xmlsec.keys.SPKIData
 
getType() - Method in class oracle.security.xmlsec.keys.X509Data
 
getURI() - Method in class oracle.security.xmlsec.dsig.ObjectReference
Returns the value of the URI attribute identifying the referenced object.
getURIManager() - Static method in class oracle.security.xmlsec.util.URIManager
 
getUseLineBreaks() - Method in class oracle.security.xmlsec.util.Base64
Returns true if this Base64 will insert line separators into encoded output.
getUserData(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getUserData() - Method in class oracle.security.xmlsec.util.XMLContainer
Get the userdata associated with this container.
getUsername() - Method in class oracle.security.xmlsec.keys.retrieval.StorageAuthAdapter
Returns the username.
getUsername() - Method in interface oracle.security.xmlsec.keys.retrieval.StorageAuthenticator
Returns the username.
getValidationErrorMessage() - Method in class oracle.security.xmlsec.dsig.ReferenceList
Return the digested data and related details for failed reference.
getValidationErrorMessage() - Method in class oracle.security.xmlsec.dsig.XSReference
Return the digested data and related details for failed reference.
getValidationErrorMessage() - Method in class oracle.security.xmlsec.dsig.XSSignature
Return the digested data and related details for failed signature or reference verification.
getValue() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
getValue() - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Get the Value child element's QName content.
getValue() - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Get the Value child element's QName content.
getWithComments() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns whether conversion to a node-set from a stream or sub-tree will include comment nodes.
getX() - Method in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
getX509Data() - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Returns a list of all the X509Data elements contained in this XSKeyInfo.
getXMLContainer() - Method in class oracle.security.xmlsec.dsig.JSR105Util.OraNodeSetData
 
getXPath() - Method in class oracle.security.xmlsec.transform.XPathFilter
Returns the XPath expression.
getXPathNode() - Method in class oracle.security.xmlsec.transform.HereFunctionContextSupport
Returns the document node containing the XPath expression.
getXPathNode() - Method in class oracle.security.xmlsec.transform.HereFunctionDOMXPath
Returns the document node containing the XPath expression.
getXPathParentNode(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
return the Parent node according to XPath model.
getXSLTFlag() - Static method in class oracle.security.xmlsec.util.XMLUtils
 
getY() - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Returns the key value Y of this DSAKeyValue.
getY() - Method in class oracle.security.xmlsec.keys.ECDSAKeyValue
 

H

hasAttribute(String) - Method in class oracle.security.xmlsec.util.XMLElement
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
hasAttributes() - Method in class oracle.security.xmlsec.util.XMLNode
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
hasChildNodes() - Method in class oracle.security.xmlsec.util.XMLNode
Returns whether this node has any children.
hashCode() - Method in class oracle.security.xmlsec.keys.X509Data.IssuerAndSerialNo
 
hashCode() - Method in class oracle.security.xmlsec.util.QName
 
hashCode() - Method in class oracle.security.xmlsec.util.QNameNode
Returns a hashcode for this QNameNode.
hasNext() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
hasNext() - Method in class oracle.security.xmlsec.util.NodeIterator
 
hasNext() - Method in class oracle.security.xmlsec.util.NodeReader
Returns true if there are more parsing events and false if there are no more events.
hasNext() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
hasNext() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
hasNext() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
hasNext() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
HereFunction - Class in oracle.security.xmlsec.transform
Internal use only.
HereFunction() - Constructor for class oracle.security.xmlsec.transform.HereFunction
Instantiates a new HereFunction instance.
HereFunctionContextSupport - Class in oracle.security.xmlsec.transform
Internal use only.
HereFunctionContextSupport() - Constructor for class oracle.security.xmlsec.transform.HereFunctionContextSupport
Creates a new HereFunctionContextSupport instance.
HereFunctionContextSupport(NamespaceContext, FunctionContext, VariableContext, Navigator) - Constructor for class oracle.security.xmlsec.transform.HereFunctionContextSupport
Creates a new HereFunctionContextSupport instance.
HereFunctionContextSupport(Object) - Constructor for class oracle.security.xmlsec.transform.HereFunctionContextSupport
Creates a new HereFunctionContextSupport instance.
HereFunctionContextSupport(NamespaceContext, FunctionContext, VariableContext, Navigator, Object) - Constructor for class oracle.security.xmlsec.transform.HereFunctionContextSupport
Creates a new HereFunctionContextSupport instance.
HereFunctionDOMXPath - Class in oracle.security.xmlsec.transform
Internal use only.
HereFunctionDOMXPath(String) - Constructor for class oracle.security.xmlsec.transform.HereFunctionDOMXPath
Creates a new HereFunctionDOMXPath instance.

I

idAttributeNamespaces() - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a list of namespace URIs for which ID attributes have been mapped.
IDCache - Class in oracle.security.xmlsec.util
 
IDCache() - Constructor for class oracle.security.xmlsec.util.IDCache
 
importSoapElementNode(Document, Node) - Static method in class oracle.security.xmlsec.util.SOAPMessageUtils
RH Import/Add soapNode to Document through either SOAPFactory.createElement (SAAJ 1.3 API) or importNode (DOM API) ImportNode is not implemented in JBOSS Saaj
indent(Element, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Insert text nodes in between elements to indent a DOM node
init(TransformParameterSpec) - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
init(XMLStructure, XMLCryptoContext) - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
initialize() - Static method in class oracle.security.xmlsec.util.DSIGInitializer
 
initialize() - Static method in class oracle.security.xmlsec.util.ENCInitializer
 
initialize() - Static method in class oracle.security.xmlsec.util.SOAPInitializer
 
insertBefore(Node, Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
insertBefore(XMLNode, Node) - Method in class oracle.security.xmlsec.util.XMLNode
Emulates org.w3c.dom.Node.insertBefore for oracle.security.xmlsec.XMLNode arguments.
insertBefore(Node, Node) - Method in class oracle.security.xmlsec.util.XMLNode
Inserts the node newChild before the existing child node refChild.
insertChild(XMLElement, XMLElement, String[], String[], int) - Static method in class oracle.security.xmlsec.util.XMLUtils
Inserts a child element in the correct position relative to the given lists of child element types.
insertChild(Element, Element, String[], String[], int) - Static method in class oracle.security.xmlsec.util.XMLUtils
Inserts a child element in the correct position relative to the given lists of child element types.
insertChild(Element, Element, String[], String[]) - Static method in class oracle.security.xmlsec.util.XMLUtils
Inserts a child element in the correct position relative to the given lists of child element types.
insertChild(XMLElement, XMLElement, String[], String[]) - Static method in class oracle.security.xmlsec.util.XMLUtils
Inserts a child element in the correct position relative to the given lists of child element types.
isAscii(byte[]) - Static method in class oracle.security.xmlsec.dsig.XSReference
 
isDefaultNamespace(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
isEbXMLFilter(XPathFilter) - Static method in class oracle.security.xmlsec.transform.EbxmlXPathFilter
 
isElementAnOrphan() - Method in class oracle.security.xmlsec.util.NodeReader
Returns whether this element in an orphan (i.e the element is included but its parent is not included in the nodeset).
isElementAnOrphan() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
isElementAnOrphan() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
isElementIncluded() - Method in class oracle.security.xmlsec.util.NodeReader
For special case when some of an element's attributes are in the node set but the element itself is not
isElementIncluded() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
isElementIncluded() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
isElementInheritingNamespaces() - Method in class oracle.security.xmlsec.util.NodeReader
Whether the element inherits all the namespaces of its parents.
isElementInheritingNamespaces() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
isEmptyDefaultNS(NamespaceNode) - Static method in class oracle.security.xmlsec.c14n.C14NImpl
Returns true if the given namespace node is the empty default namespace, xmlns=""; otherwise returns false.
isEqualNode(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
isFeatureSupported(String) - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
isId() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
isIDCacheEnabled(Document) - Static method in class oracle.security.xmlsec.util.IDCache
Check if ID Caching is enabled
isRelativeNS(String) - Static method in class oracle.security.xmlsec.c14n.C14NImpl
 
isSameNode(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
isSupported(String, String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
isSupported(String, String) - Method in class oracle.security.xmlsec.util.XMLNode
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isUnnecessaryEmptyDefaultNsRequired() - Method in class oracle.security.xmlsec.util.NodeReader
This is only used for STR-Transform and Decrpyt Transform where apex nodes in replacement nodesets should have xmlns="" if the apex node doesn't define the default namespace.
isXMLNamespaceDecl(NamespaceNode) - Static method in class oracle.security.xmlsec.c14n.C14NImpl
Returns true if the given namespace node is the XML namespace, xmlns:xml="http://www.w3.org/XML/1998/namespace"; otherwise returns false.
item(int) - Method in class oracle.security.xmlsec.util.NodeListImpl
Returns the indexth item in the collection.
item(int) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
iterator() - Method in class oracle.security.xmlsec.dsig.JSR105Util.OraNodeSetData
 

J

joinXmlBaseURI(ArrayList) - Static method in class oracle.security.xmlsec.util.XMLUtils
FOR INTERNAL USE ONLY.
JSR105Util - Class in oracle.security.xmlsec.dsig
 
JSR105Util() - Constructor for class oracle.security.xmlsec.dsig.JSR105Util
 
JSR105Util.JSR105URIDereferencer - Class in oracle.security.xmlsec.dsig
 
JSR105Util.JSR105URIDereferencer(Document) - Constructor for class oracle.security.xmlsec.dsig.JSR105Util.JSR105URIDereferencer
 
JSR105Util.OraNodeSetData - Class in oracle.security.xmlsec.dsig
 
JSR105Util.OraNodeSetData(XMLContainer) - Constructor for class oracle.security.xmlsec.dsig.JSR105Util.OraNodeSetData
 
JSR106Util - Class in oracle.security.xmlsec.enc
 
JSR106Util() - Constructor for class oracle.security.xmlsec.enc.JSR106Util
 

K

KEY_INFO_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
KeyInfoData - Interface in oracle.security.xmlsec.keys
Interface for children of XML-DSIG KeyInfo.
KeyInfoTool - Class in oracle.security.xmlsec.keys.retrieval
Utility for extracting keys and certificates from a KeyInfo.
KeyInfoTool() - Constructor for class oracle.security.xmlsec.keys.retrieval.KeyInfoTool
Creates a new KeyInfoTool instance.
KeyName - Class in oracle.security.xmlsec.keys
XML-DSIG KeyName element.
KeyName(Element) - Constructor for class oracle.security.xmlsec.keys.KeyName
Creates a new KeyName instance from the given Element node.
KeyName(Element, String) - Constructor for class oracle.security.xmlsec.keys.KeyName
Creates a new KeyName instance from the given Element node.
KeyRetrievalException - Exception in oracle.security.xmlsec.keys.retrieval
Signals failure retrieving a key from a key store or locator service.
KeyRetrievalException() - Constructor for exception oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
 
KeyRetrievalException(Throwable) - Constructor for exception oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
 
KeyRetrievalException(String) - Constructor for exception oracle.security.xmlsec.keys.retrieval.KeyRetrievalException
 
KeyRetriever - Class in oracle.security.xmlsec.keys.retrieval
Class that performs key retrieval operations for different key types and storage, using registered instances of KeyRetriever subclasses.
KeyRetriever() - Constructor for class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Creates a new KeyRetriever instance.
keySize() - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Return the key size in bits either inherent in the algorithm URI or explicitly provided in the KeySize child element.
KeyStoreKeyRetriever - Class in oracle.security.xmlsec.keys.retrieval
 
KeyStoreKeyRetriever(KeyStore, char[]) - Constructor for class oracle.security.xmlsec.keys.retrieval.KeyStoreKeyRetriever
 
KeyUtils - Class in oracle.security.xmlsec.keys
Utility class containing static methods for working with XML-DSIG KeyInfo elements and structures.
KeyUtils() - Constructor for class oracle.security.xmlsec.keys.KeyUtils
 
KeyValue - Class in oracle.security.xmlsec.keys
XML-DSIG KeyValue element.
KeyValue(Element) - Constructor for class oracle.security.xmlsec.keys.KeyValue
Creates a new KeyValue instance from the given Element node.
KeyValue(Element, String) - Constructor for class oracle.security.xmlsec.keys.KeyValue
Creates a new KeyValue instance from the given Element node.
KeyValue(Document) - Constructor for class oracle.security.xmlsec.keys.KeyValue
Creates a new KeyValue instance.
KeyValue(Document, XMLElement) - Constructor for class oracle.security.xmlsec.keys.KeyValue
Creates a new KeyValue instance.
KeyValueData - Interface in oracle.security.xmlsec.keys
Marker interface for children of XML-DSIG KeyValue.

L

lookupNamespaceURI(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
lookupPrefix(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 

M

mapClass(String, String, Class) - Method in class oracle.security.xmlsec.util.URIManager
 
mapJCEAlgorithm(String, String) - Method in class oracle.security.xmlsec.util.URIManager
 
mapJCEKeySize(String, int) - Method in class oracle.security.xmlsec.util.URIManager
 
mapNamespace(String, HashMap<String, Class<? extends XMLElement>>) - Method in class oracle.security.xmlsec.util.TagManager
Maps the given namespace to the given tag map.
mapNamespace(String, Hashtable<String, Class<? extends XMLElement>>) - Method in class oracle.security.xmlsec.util.TagManager
Maps the given namespace to the given tag map.
mapOID(String, ASN1ObjectID) - Method in class oracle.security.xmlsec.util.URIManager
 
mapTag(String, String, Class) - Method in class oracle.security.xmlsec.util.TagManager
Maps the given element tag name to the given implementation class for the given namespace.
mapXMLDSig() - Method in class oracle.security.xmlsec.util.TagManager
Maps the standard XML-DSIG elements to their corresponding implementation classes within the Phaos library for the standard XML-DSig namespace URI, for the system-wide TagManager.
mapXMLEnc() - Method in class oracle.security.xmlsec.util.TagManager
Maps the standard XML Encryption elements to their corresponding implementation classes within the Phaos library for the standard XML Encryption namespace URI, for the system-wide TagManager.
markSupported() - Method in class oracle.security.xmlsec.enc.DecryptInputStream
 
marshalParams(XMLStructure, XMLCryptoContext) - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
matches(X509Certificate) - Method in class oracle.security.xmlsec.keys.X509Data
Check if the cert matches this X509Data element
matches(Node) - Method in class oracle.security.xmlsec.util.NodeIterator.ElementFilter
 
matches(Node) - Method in class oracle.security.xmlsec.util.NodeIterator.NodeFilter
Returns true if the given node should be returned by the iterator, otherwise returns false.
matches(Node) - Method in class oracle.security.xmlsec.util.NodeIterator.NodeTypeFilter
 
MgmtData - Class in oracle.security.xmlsec.keys
XML-DSIG MgmtData element.
MgmtData(Element) - Constructor for class oracle.security.xmlsec.keys.MgmtData
Creates a new MgmtData instance from the given Element node.
MgmtData(Element, String) - Constructor for class oracle.security.xmlsec.keys.MgmtData
Creates a new MgmtData instance from the given Element node.
MustUnderstand - Static variable in class oracle.security.xmlsec.soap.v11.SOAPFault
Fault Code "MustUnderstand"
MustUnderstand - Static variable in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
SOAP Fault Code top-level QName local part "MustUnderstand"

N

namedCurves - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
newInstance(String) - Static method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new XSSignature instance in a new owner document, and makes it the root element of the document.
newInstance(Document, String) - Static method in class oracle.security.xmlsec.dsig.XSSignature
Creates a new XSSignature instance using the given owner document, but does not append it to any element.
newInstance(String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Creates a new XEEncryptedData instance in a new owner document, and makes it the root element of the document.
newInstance(String, String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Creates a new XEEncryptedData instance in a new owner document, and makes it the root element of the document.
newInstance(Document, String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Creates a new XEEncryptedData instance in the given owner document, but does not append it to any element.
newInstance(Document, String, String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedData
Creates a new XEEncryptedData instance in the given owner document, but does not append it to any element.
newInstance() - Static method in class oracle.security.xmlsec.enc.XEEncryptedKey
Creates a new XEEncryptedKey instance in a new owner document, and makes it the root element of the document.
newInstance(String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedKey
Creates a new XEEncryptedKey instance in a new owner document, and makes it the root element of the document.
newInstance(Document) - Static method in class oracle.security.xmlsec.enc.XEEncryptedKey
Creates a new XEEncryptedKey instance in the given owner document, but does not append it to any element.
newInstance(Document, String) - Static method in class oracle.security.xmlsec.enc.XEEncryptedKey
Creates a new XEEncryptedKey instance in the given owner document, but does not append it to any element.
next() - Method in class oracle.security.xmlsec.util.FilteredNodeReader
 
next() - Method in class oracle.security.xmlsec.util.NodeIterator
 
next() - Method in class oracle.security.xmlsec.util.NodeReader
Get next parsing event.
next() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
next() - Method in class oracle.security.xmlsec.util.NodeReaderForSAX
 
next() - Method in class oracle.security.xmlsec.util.NodeReaderForStAX
 
next() - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree
 
nextNode - Variable in class oracle.security.xmlsec.util.NodeIterator
 
nextNode() - Method in class oracle.security.xmlsec.util.NodeReaderForNodeset
 
NO_TO_SELF - Static variable in interface oracle.security.xmlsec.transform.NodeFilterTransform
 
NO_TO_SELF_AND_DESCENDANTS - Static variable in interface oracle.security.xmlsec.transform.NodeFilterTransform
 
node - Variable in class oracle.security.xmlsec.util.XMLNode
The org.w3c.dom.Node enclosed by this XMLNode.
NodeFilterTransform - Interface in oracle.security.xmlsec.transform
 
NodeIterator - Class in oracle.security.xmlsec.util
Filtering iterator that returns only instances of org.w3c.dom.Node.
NodeIterator(Collection) - Constructor for class oracle.security.xmlsec.util.NodeIterator
Creates a new iterator will return only objects from the given given collection that implement the org.w3c.dom.Node interface.
NodeIterator(Collection, NodeIterator.NodeFilter) - Constructor for class oracle.security.xmlsec.util.NodeIterator
Creates a new iterator will return only objects from the given given collection that implement the org.w3c.dom.Node interface and are matched by the given NodeFilter.
NodeIterator(Collection, short) - Constructor for class oracle.security.xmlsec.util.NodeIterator
Creates a new iterator will return only objects from the given given collection that implement the org.w3c.dom.Node interface and are of the given node type.
NodeIterator(Collection, String, String) - Constructor for class oracle.security.xmlsec.util.NodeIterator
Creates a new iterator will return only objects from the given given collection that implement the org.w3c.dom.Element interface and have the given namespace URI and local name.
NodeIterator.ElementFilter - Class in oracle.security.xmlsec.util
Filter that matches element nodes having a given namespace URI and local name.
NodeIterator.ElementFilter(String, String) - Constructor for class oracle.security.xmlsec.util.NodeIterator.ElementFilter
Creates a new NodeFilter that matches only Element nodes with the given namespace URI and local name.
NodeIterator.NodeFilter - Class in oracle.security.xmlsec.util
Abstract base class for filters used to match nodes for a NodeIterator.
NodeIterator.NodeFilter() - Constructor for class oracle.security.xmlsec.util.NodeIterator.NodeFilter
 
NodeIterator.NodeTypeFilter - Class in oracle.security.xmlsec.util
Filter that matches nodes of a given node type.
NodeIterator.NodeTypeFilter(short) - Constructor for class oracle.security.xmlsec.util.NodeIterator.NodeTypeFilter
Creates a new NodeFilter that matches only nodes with the given node type code.
NodeListImpl - Class in oracle.security.xmlsec.util
An implementation class for the org.w3c.dom.NodeList interface, representing a non-live view of the DOM.
NodeListImpl() - Constructor for class oracle.security.xmlsec.util.NodeListImpl
Creates a new, empty NodeListImpl.
NodeListImpl(int) - Constructor for class oracle.security.xmlsec.util.NodeListImpl
Creates a new, empty NodeListImpl with the given initial capacity.
NodeListImpl(Node) - Constructor for class oracle.security.xmlsec.util.NodeListImpl
Creates a new NodeListImpl containing the given Node.
NodeListImpl(NodeList) - Constructor for class oracle.security.xmlsec.util.NodeListImpl
Creates a new NodeListImpl containing the given NodeList's Nodes.
NodeListImpl(Collection) - Constructor for class oracle.security.xmlsec.util.NodeListImpl
Creates a new NodeListImpl containing the given Collection's Nodes.
NodeReader - Class in oracle.security.xmlsec.util
FOR INTERNAL USE ONLY
NodeReader() - Constructor for class oracle.security.xmlsec.util.NodeReader
 
NodeReader.NodeListener - Interface in oracle.security.xmlsec.util
NodeListeners are only required in "Push mode" i.e.
NodeReaderException - Exception in oracle.security.xmlsec.util
 
NodeReaderException() - Constructor for exception oracle.security.xmlsec.util.NodeReaderException
 
NodeReaderException(String, Throwable) - Constructor for exception oracle.security.xmlsec.util.NodeReaderException
 
NodeReaderException(String) - Constructor for exception oracle.security.xmlsec.util.NodeReaderException
 
NodeReaderException(Throwable) - Constructor for exception oracle.security.xmlsec.util.NodeReaderException
 
NodeReaderForNodeset - Class in oracle.security.xmlsec.util
FOR INTERNAL USE ONLY
NodeReaderForNodeset(Collection, boolean, boolean) - Constructor for class oracle.security.xmlsec.util.NodeReaderForNodeset
 
NodeReaderForSAX - Class in oracle.security.xmlsec.util
 
NodeReaderForSAX() - Constructor for class oracle.security.xmlsec.util.NodeReaderForSAX
 
NodeReaderForStAX - Class in oracle.security.xmlsec.util
 
NodeReaderForStAX(InputStream, String) - Constructor for class oracle.security.xmlsec.util.NodeReaderForStAX
 
NodeReaderForStAX(Source) - Constructor for class oracle.security.xmlsec.util.NodeReaderForStAX
 
NodeReaderForStAX(XMLStreamReader) - Constructor for class oracle.security.xmlsec.util.NodeReaderForStAX
 
NodeReaderForSubtree - Class in oracle.security.xmlsec.util
FOR INTERNAL USE ONLY
NodeReaderForSubtree(Node) - Constructor for class oracle.security.xmlsec.util.NodeReaderForSubtree
 
NodeReaderForSubtree.SimpleNamedNodeMap - Class in oracle.security.xmlsec.util
 
NodeReaderForSubtree.SimpleNamedNodeMap(NamedNodeMap) - Constructor for class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
nodeSetAvailable() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns true if the contained XML is available as DOM nodes without parsing or transforming an octet stream, otherwise returns false.
NodeSetReader - Class in oracle.security.xmlsec.util
 
NodeSetReader(Collection, boolean) - Constructor for class oracle.security.xmlsec.util.NodeSetReader
 
NodeToStreamTransform - Interface in oracle.security.xmlsec.transform
This interface is to be implemented by transforms that output binary data.
normalize() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
normalize() - Method in class oracle.security.xmlsec.util.XMLNode
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes (i.e., there are neither adjacent Text nodes nor empty Text nodes).
ns_decrypt - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for Decryption Transform "http://www.w3.org/2002/07/decrypt#".
ns_soap11_enc - Static variable in interface oracle.security.xmlsec.util.XMLURI
NamespaceURI for SOAP 1.1 serialization encoding "http://schemas.xmlsoap.org/soap/encoding/".
ns_soap11_env - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for SOAP 1.1 Envelope "http://schemas.xmlsoap.org/soap/envelope/".
ns_soap12_env - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for SOAP 1.2 Envelope "http://www.w3.org/2003/05/soap-envelope".
ns_soap_enc - Static variable in interface oracle.security.xmlsec.util.XMLURI
NamespaceURI for SOAP 1.1 serialization encoding "http://schemas.xmlsoap.org/soap/encoding/".
ns_soap_env - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for SOAP 1.1 Envelope "http://schemas.xmlsoap.org/soap/envelope/".
ns_soapsec - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for SOAP Security Extensions "http://schemas.xmlsoap.org/soap/security/2000-12".
ns_xml - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for the XML namespace "http://www.w3.org/XML/1998/namespace".
ns_xmldsig - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for XML-DSIG "http://www.w3.org/2000/09/xmldsig#".
ns_xmldsig11 - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for XML-DSIG 1.1 "http://www.w3.org/2009/xmldsig11#".
ns_xmldsig_more - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for Additional XML Security URIs "http://www.w3.org/2001/04/xmldsig-more#".
ns_xmlenc - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for XML Encryption "http://www.w3.org/2001/04/xmlenc#".
ns_xmlns - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for the XML Names namespace "http://www.w3.org/2000/xmlns/".
ns_xop_include - Static variable in interface oracle.security.xmlsec.util.XMLURI
RH Namespace URI for XOP Include "http://www.w3.org/2004/08/xop/include"
ns_xsi - Static variable in interface oracle.security.xmlsec.util.XMLURI
Namespace URI for the W3C XML schema instance "http://www.w3.org/2001/XMLSchema-instance".

O

obj_Content - Static variable in interface oracle.security.xmlsec.util.XMLURI
Data object type URI for encrypted XML element content data "http://www.w3.org/2001/04/xmlenc#Content".
obj_DHKeyValue - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for Diffie-Hellman Key Value "http://www.w3.org/2001/04/xmlenc#DHKeyValue".
obj_DSAKeyValue - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for DSA key value "http//www.w3.org/2000/09/xmldsig#DSAKeyValue".
obj_ECDSAKeyValue - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for RFC 4050's ECDSAKeyValue "http://www.w3.org/2001/04/xmldsig-more#ECDSAKeyValue"
obj_ECKeyValue - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for XML Signature 1.1's ECKeyValue "http://www.w3.org/2009/xmldsig11#ECKeyValue"
obj_Element - Static variable in interface oracle.security.xmlsec.util.XMLURI
Data object type URI for encrypted XML element data "http://www.w3.org/2001/04/xmlenc#Element".
obj_EncryptedKey - Static variable in interface oracle.security.xmlsec.util.XMLURI
Data object type URI for XML Encryption element EncryptedKey "http://www.w3.org/2001/04/xmlenc#EncryptedKey".
obj_EncryptionProperties - Static variable in interface oracle.security.xmlsec.util.XMLURI
Object type URI for XML Encryption element EncryptionProperties "http://www.w3.org/2001/04/xmlenc#EncryptionProperties".
obj_KeyName - Static variable in interface oracle.security.xmlsec.util.XMLURI
Non-standard KeyInfo object type URI for key name "http://www.w3.org/2000/09/xmldsig-more#KeyName".
obj_Manifest - Static variable in interface oracle.security.xmlsec.util.XMLURI
Referenced data object type URI for Manifest "http://www.w3.org/2000/09/xmldsig#Manifest".
obj_MgmtData - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for key management data "http://www.w3.org/2000/09/xmldsig#MgmtData".
obj_Object - Static variable in interface oracle.security.xmlsec.util.XMLURI
Referenced data object type URI for Object "http://www.w3.org/2000/09/xmldsig#Object".
obj_PGPData - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for PGP key data "http://www.w3.org/2000/09/xmldsig#PGPData".
obj_rawX509Certificate - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for a raw (base64-encoded binary) X509 certificate "http://www.w3.org/2000/09/xmldsig#rawX509Certificate".
obj_RetrievalMethod - Static variable in interface oracle.security.xmlsec.util.XMLURI
Non-standard KeyInfo object type URI for retrieval method "http://www.w3.org/2000/09/xmldsig-more#RetrievalMethod".
obj_RSAKeyValue - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for RSA key value "http//www.w3.org/2000/09/xmldsig#RSAKeyValue".
obj_SignatureProperties - Static variable in interface oracle.security.xmlsec.util.XMLURI
Referenced data object type URI for Signature Properties "http://www.w3.org/2000/09/xmldsig#SignatureProperties".
obj_SPKIData - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for SPKI key data "http://www.w3.org/2000/09/xmldsig#SPKIData".
obj_X509Data - Static variable in interface oracle.security.xmlsec.util.XMLURI
KeyInfo object type URI for X509 key data "http://www.w3.org/2000/09/xmldsig#X509Data".
ObjectReference - Class in oracle.security.xmlsec.dsig
Base class for elements that serve as references.
ObjectReference(Element) - Constructor for class oracle.security.xmlsec.dsig.ObjectReference
Creates a new ObjectReference instance from the given Element node.
ObjectReference(Element, String) - Constructor for class oracle.security.xmlsec.dsig.ObjectReference
Creates a new ObjectReference instance from the given Element node.
ObjectReference(Document, String) - Constructor for class oracle.security.xmlsec.dsig.ObjectReference
Creates a new ObjectReference instance.
ObjectReference(Document, String, String) - Constructor for class oracle.security.xmlsec.dsig.ObjectReference
Creates a new ObjectReference instance.
ObjectReference(Document, String, String, String) - Constructor for class oracle.security.xmlsec.dsig.ObjectReference
Creates a new ObjectReference instance.
ObjectReference.CIDResolver - Interface in oracle.security.xmlsec.dsig
 
octetsAvailable() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns true if the contained XML is available as octets without transforming any DOM nodes or opening a connection to a system ID, otherwise returns false.
octetStringToECPoint(byte[], EllipticCurve) - Static method in class oracle.security.xmlsec.keys.ECKeyValue
Convert OctetString to ECPoint according to section 2.3.4 of SEC 1.
oracle.security.xmlsec.c14n - package oracle.security.xmlsec.c14n
XML Canonicalization.
oracle.security.xmlsec.dsig - package oracle.security.xmlsec.dsig
XML Digital Signature main classes.
oracle.security.xmlsec.enc - package oracle.security.xmlsec.enc
XML Encryption main classes.
oracle.security.xmlsec.keys - package oracle.security.xmlsec.keys
XML Digital Signature KeyInfo classes.
oracle.security.xmlsec.keys.retrieval - package oracle.security.xmlsec.keys.retrieval
Facilites for retrieving keys and certificates for use in XML signatures and encryption.
oracle.security.xmlsec.soap.v11 - package oracle.security.xmlsec.soap.v11
SOAP 1.1 utility classes.
oracle.security.xmlsec.soap.v12 - package oracle.security.xmlsec.soap.v12
SOAP 1.2 utility classes.
oracle.security.xmlsec.transform - package oracle.security.xmlsec.transform
XML transforms classes, including canonicalization.
oracle.security.xmlsec.util - package oracle.security.xmlsec.util
XML utility classes.
OriginatorKeyInfo - Class in oracle.security.xmlsec.enc
The OriginatorKeyInfo element used in key agreement for XML Encryption.
OriginatorKeyInfo(Element) - Constructor for class oracle.security.xmlsec.enc.OriginatorKeyInfo
Creates a new OriginatorKeyInfo instance from the given Element node.
OriginatorKeyInfo(Element, String) - Constructor for class oracle.security.xmlsec.enc.OriginatorKeyInfo
Creates a new OriginatorKeyInfo instance from the given Element node.
output - Variable in class oracle.security.xmlsec.c14n.C14NImpl
The output buffer in which the generated canonical representation is stored.

P

parse() - Method in class oracle.security.xmlsec.util.NodeSetReader
 
parse(InputSource) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
parse(String) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
parseDateTime(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Parses a date String.
PGPData - Class in oracle.security.xmlsec.keys
XML-DSIG PGPData element.
PGPData(Element) - Constructor for class oracle.security.xmlsec.keys.PGPData
Creates a new PGPData instance from the given Element node.
PGPData(Element, String) - Constructor for class oracle.security.xmlsec.keys.PGPData
Creates a new PGPData instance from the given Element node.
PKCS12KeyRetriever - Class in oracle.security.xmlsec.keys.retrieval
Class to retrieve keys and certificates from a PKCS #12 file.
PKCS12KeyRetriever(InputStream) - Constructor for class oracle.security.xmlsec.keys.retrieval.PKCS12KeyRetriever
Creates a new PKCS12KeyRetriever instance.
PKCS12KeyRetriever(PKCS12) - Constructor for class oracle.security.xmlsec.keys.retrieval.PKCS12KeyRetriever
Creates a new PKCS12KeyRetriever instance.
PKCS8KeyRetriever - Class in oracle.security.xmlsec.keys.retrieval
Class to retrieve private keys from a PKCS#8 encrypted key file.
PKCS8KeyRetriever(InputStream, String) - Constructor for class oracle.security.xmlsec.keys.retrieval.PKCS8KeyRetriever
Creates a new PKCS8KeyRetriever instance.
PKCS8KeyRetriever(PrivateKeyPKCS8, String) - Constructor for class oracle.security.xmlsec.keys.retrieval.PKCS8KeyRetriever
Creates a new PKCS8KeyRetriever instance.
primeCurve - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
processAttribute(Attr) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.Attribute nodes, and stores the result in the C14NImpl.output buffer.
processChildAxis(Node, SortedMap, SortedMap) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes child axis of the given node and stores the result in the C14NImpl.output buffer.
processComment(Comment) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.Comment nodes, and stores the result in the C14NImpl.output buffer.
processDocument(Document) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.Document nodes (which consists of processing the node's child axis) and stores the result in the C14NImpl.output buffer.
processElement(Element, SortedMap, SortedMap) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.Element nodes, (which consists of processing its namespace, attribute and child axes) and stores the result in the C14NImpl.output buffer.
PROCESSING_INSTRUCTION - Static variable in class oracle.security.xmlsec.util.NodeReader
 
processNamespace(NamespaceNode) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.Namespace nodes, and stores the result in the C14NImpl.output buffer.
processNode(Node, SortedMap, SortedMap) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Generates the canonical representation of the given input node, and stores it in the C14NImpl.output buffer.
processNodeSet(Set) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Generates the canonical representation of the given input node-set, and stores it in the C14NImpl.output buffer.
processNonXPathNode(Node) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes any instance of org.w3c.dom.Node that is not represented in the XPath 1.0 data mode; outputs nothing.
processPI(ProcessingInstruction) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.ProcessingInstruction nodes, and stores the result in the C14NImpl.output buffer.
processText(Text) - Method in class oracle.security.xmlsec.c14n.C14NImpl
Processes org.w3c.dom.Text nodes, and stores the result in the C14NImpl.output buffer.
PROPERTY_ALLOW_ALL - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_ALLOW_EXTERNAL_REF - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_ALLOW_RETRIEVAL_METHOD - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_ALLOW_UNVALIDATED_CERT - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_ALLOW_XSLT_TRANSFORM - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_C14N_NS_FILTERED_OUT - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_C14N_PARSER - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_C14N_SPARSE_THRESHOLD - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_DEBUG_VERIFY - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_DISABLE_ID_CACHING - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_MAX_TRANSFORMS - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_USE_EXPLICIT_C14N11 - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_USE_JSR105 - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_USE_JSR106 - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_USE_MTOM - Static variable in class oracle.security.xmlsec.util.XMLUtils
 
PROPERTY_USE_OLD_C14N - Static variable in class oracle.security.xmlsec.util.XMLUtils
 

Q

QName - Class in oracle.security.xmlsec.util
Class representing an XML qualified name of the form [prefix:]localName, encapsulating a local name, namespace URI, and optional namespace prefix.
QName(String, String, String) - Constructor for class oracle.security.xmlsec.util.QName
Creates a new QName instance with the given local name, prefix and namespace URI.
QNameNode - Class in oracle.security.xmlsec.util
Class representing an XML Text node with the format [prefix:]localName.
QNameNode(Text) - Constructor for class oracle.security.xmlsec.util.QNameNode
Creates a new QNameNode to wrap the given org.w3c.dom.Text node, whose value must be a valid XML qualified name.
QNameNode(Document, String, String) - Constructor for class oracle.security.xmlsec.util.QNameNode
Creates a new QNameNode in the given document from the specified prefix and local name.
QNameNode(Document, String) - Constructor for class oracle.security.xmlsec.util.QNameNode
Creates a new QNameNode in the given document from the specified qualified name string.

R

randomName() - Static method in class oracle.security.xmlsec.util.XMLUtils
Generates a random string, suitable for use as a namespace prefix or other XML name where accidental collisions are to be avoided.
RawX509Cert - Class in oracle.security.xmlsec.keys
Wrapper for a binary X.509 certificate.
RawX509Cert(InputStream) - Constructor for class oracle.security.xmlsec.keys.RawX509Cert
Creates a new instance of RawX509Cert from the ASN.1 DER encoded certificate bytes read from the given input stream.
RawX509Cert(byte[]) - Constructor for class oracle.security.xmlsec.keys.RawX509Cert
Creates a new instance of RawX509Cert from the given ASN.1 DER encoded certificate bytes.
read() - Method in class oracle.security.xmlsec.enc.DecryptInputStream
 
read(byte[], int, int) - Method in class oracle.security.xmlsec.enc.DecryptInputStream
 
read() - Method in class oracle.security.xmlsec.util.Base64.DecodeInputStream
 
read(byte[], int, int) - Method in class oracle.security.xmlsec.util.Base64.DecodeInputStream
 
readBytes(InputStream) - Static method in class oracle.security.xmlsec.util.XMLUtils
Reads the contents of the given InputStream and returns a newly allocated byte array.
readBytes(URL) - Static method in class oracle.security.xmlsec.util.XMLUtils
Reads the bytes from the given URL.
readHeaders(InputStream) - Static method in class oracle.security.xmlsec.util.SOAPMessageUtils
Read the Mime headers and position the InputStrea to just after the headers
readString(Reader) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns the contents of the given java.io.Reader as a string.
Receiver - Static variable in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
SOAP Fault Code top-level QName local part "Receiver"
RecipientKeyInfo - Class in oracle.security.xmlsec.enc
The RecipientKeyInfo element used in key agreement for XML Encryption.
RecipientKeyInfo(Element) - Constructor for class oracle.security.xmlsec.enc.RecipientKeyInfo
Creates a new RecipientKeyInfo instance from the given Element node.
RecipientKeyInfo(Element, String) - Constructor for class oracle.security.xmlsec.enc.RecipientKeyInfo
Creates a new RecipientKeyInfo instance from the given Element node.
Referable - Interface in oracle.security.xmlsec.dsig
Interface for XML-DSIG elements that can be the target of an object reference.
ReferenceException - Exception in oracle.security.xmlsec.dsig
Exception thrown to indicate a problem with an XML digital signature Reference.
ReferenceException() - Constructor for exception oracle.security.xmlsec.dsig.ReferenceException
Creates a new ReferenceException instance.
ReferenceException(Throwable) - Constructor for exception oracle.security.xmlsec.dsig.ReferenceException
Creates a new ReferenceException instance with a given cause
ReferenceException(String) - Constructor for exception oracle.security.xmlsec.dsig.ReferenceException
Creates a new ReferenceException instance with the given message string.
ReferenceException(String, Throwable) - Constructor for exception oracle.security.xmlsec.dsig.ReferenceException
Creates a new ReferenceException instance with the given message string and cause.
ReferenceList - Class in oracle.security.xmlsec.dsig
Base class for XML structures containing a list of Reference elements.
ReferenceList(Element) - Constructor for class oracle.security.xmlsec.dsig.ReferenceList
Creates a new ReferenceList instance.
ReferenceList(Element, String) - Constructor for class oracle.security.xmlsec.dsig.ReferenceList
Creates a new ReferenceList instance.
ReferenceList(Document, String) - Constructor for class oracle.security.xmlsec.dsig.ReferenceList
Creates a new ReferenceList instance.
ReferenceList(Document, String, String) - Constructor for class oracle.security.xmlsec.dsig.ReferenceList
Creates a new ReferenceList instance.
remove() - Method in class oracle.security.xmlsec.util.NodeIterator
Operation not supported.
removeAllChildren(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
removeAttribute(String) - Method in class oracle.security.xmlsec.util.XMLElement
Removes an attribute by name.
removeAttributeNode(Attr) - Method in class oracle.security.xmlsec.util.XMLElement
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Removes an attribute by local name and namespace URI.
removeChild(Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
removeChild(XMLNode) - Method in class oracle.security.xmlsec.util.XMLNode
Emulates org.w3c.dom.Node.removeChild for oracle.security.xmlsec.XMLNode argument.
removeChild(Node) - Method in class oracle.security.xmlsec.util.XMLNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChildren(Element, String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Removes any child elements with the given tag and namespace.
removeDotSegments(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
FOR INTERNAL USE ONLY.
removeKeyRetriever(KeyRetriever) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Unregisters a KeyRetriever instance for use in key retrieval operations.
removeListener(NodeReader.NodeListener) - Method in class oracle.security.xmlsec.util.NodeReader
unregister for consumeNode event.
removeNamedItem(String) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
removeWhiteSpaces(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
replaceChild(Node, Node) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
replaceChild(XMLNode, Node) - Method in class oracle.security.xmlsec.util.XMLNode
Emulates org.w3c.dom.Node.replaceChild for oracle.security.xmlsec.XMLNode arguments.
replaceChild(Node, Node) - Method in class oracle.security.xmlsec.util.XMLNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceElement(Element, boolean) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Replace an XML Element or its content in its owner XML Document with the EncryptedData element in this structure.
resolveNSPrefix(String, Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns the namespace URI that is in scope for the given namespace prefix and context node.
resolvePrefix(String, Node) - Static method in class oracle.security.xmlsec.util.QName
Returns the namespace URI that is in scope for the given QName's prefix part, in the context of the given node.
resolvePrefix() - Method in class oracle.security.xmlsec.util.QNameNode
Returns the namespace URI that is in scope for this QNameNode's prefix part.
resolveReference(String, Element) - Method in interface oracle.security.xmlsec.dsig.ObjectReference.CIDResolver
 
resolveReference(ObjectReference) - Static method in class oracle.security.xmlsec.util.XMLUtils
Find out what the reference is pointing to by performing all transforms, except the canonicalization ones.
resolveReferences(XSSignature) - Static method in class oracle.security.xmlsec.util.XMLUtils
Calls @link #resolveReference(ObjectReference) for each references in a signature and puts them into a list
RetrievalMethod - Class in oracle.security.xmlsec.keys
XML-DSIG RetrievalMethod element containing a reference to key info, either elsewhere in the same document or external to the document.
RetrievalMethod(Element) - Constructor for class oracle.security.xmlsec.keys.RetrievalMethod
Creates a new RetrievalMethod instance from the given Element node.
RetrievalMethod(Element, String) - Constructor for class oracle.security.xmlsec.keys.RetrievalMethod
Creates a new RetrievalMethod instance from the given Element node.
retrieveCertificate(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyInfoTool
Extracts the certificate from the given KeyInfoData.
retrieveCertificate(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the certificate identified by the given KeyInfoData.
retrieveCertificate(XSKeyInfo) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the certificate identified by the given XSKeyInfo, by iterating over the KeyInfoDatas contained in the XSKeyInfo and calling KeyRetriever.retrieveCertificate(KeyInfoData).
retrieveCertificate(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyStoreKeyRetriever
 
retrieveCertificate(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.PKCS12KeyRetriever
Finds a certificate in the PKCS#12 by matching information in the given KeyInfoData's KeyName or X509Data elements.
retrievePrivateKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the private key identified by the given KeyInfoData.
retrievePrivateKey(XSKeyInfo) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the private key identified by the given XSKeyInfo, by iterating over the KeyInfoDatas contained in the XSKeyInfo and calling KeyRetriever.retrievePrivateKey(KeyInfoData).
retrievePrivateKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyStoreKeyRetriever
 
retrievePrivateKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.PKCS12KeyRetriever
Finds a private key in the PKCS#12 by matching information in the given KeyInfoData's KeyName element.
retrievePrivateKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.PKCS8KeyRetriever
Returns the PKCS#8 private key if this PKCS8KeyRetriever's key name matches information in the given KeyInfoData's KeyName or X509Data elements.
retrievePublicKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyInfoTool
Extracts the public key from the given KeyInfoData.
retrievePublicKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the public key identified by the given KeyInfoData.
retrievePublicKey(XSKeyInfo) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the public key identified by the given XSKeyInfo, by iterating over the KeyInfoDatas contained in the XSKeyInfo and calling KeyRetriever.retrievePublicKey(KeyInfoData).
retrievePublicKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyStoreKeyRetriever
 
retrievePublicKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.PKCS12KeyRetriever
Finds a public key in the PKCS#12 by retrieving the certificate that matches information in the given KeyInfoData's KeyName or X509Data elements.
retrieveSymmetricKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyInfoTool
Extracts the symmetric key from the given KeyInfoData.
retrieveSymmetricKey(KeyInfoData) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the secret key identified by the given KeyInfoData.
retrieveSymmetricKey(XSKeyInfo) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Retrieves the secret key identified by the given XSKeyInfo, by iterating over the KeyInfoDatas contained in the XSKeyInfo and calling KeyRetriever.retrieveSymmetricKey(KeyInfoData).
RSAKeyValue - Class in oracle.security.xmlsec.keys
XML-DSIG KeyValue class for RSA public keys.
RSAKeyValue(Element) - Constructor for class oracle.security.xmlsec.keys.RSAKeyValue
Creates a new RSAKeyValue instance from the given Element node.
RSAKeyValue(Element, String) - Constructor for class oracle.security.xmlsec.keys.RSAKeyValue
Creates a new RSAKeyValue instance from the given Element node.

S

secgCurve - Static variable in class oracle.security.xmlsec.keys.ECDSAKeyValue
 
Sender - Static variable in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
SOAP Fault Code top-level QName local part "Sender"
Server - Static variable in class oracle.security.xmlsec.soap.v11.SOAPFault
Fault Code "Server"
setAlgorithm(String) - Method in class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Sets the Algorithm attribute for this algorithm ID.
setAlgorithm(String) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Set the algorithm URI attribute for this AgreementMethod element.
setAlgorithm(String) - Method in class oracle.security.xmlsec.keys.DHAgreementMethod
Throws an Exception if the algorithm URI does not identify Diffie-Hellman key agreement.
setAttribute(String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Adds a new attribute.
setAttributeNode(Attr) - Method in class oracle.security.xmlsec.util.XMLElement
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in class oracle.security.xmlsec.util.XMLElement
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class oracle.security.xmlsec.util.XMLElement
Adds a new attribute.
setAuthenticator(StorageAuthenticator) - Method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Sets the StorageAuthenticator to be used to authenticate to the key source.
setC14NMethod(String) - Method in class oracle.security.xmlsec.dsig.XSSignedInfo
Sets the CanonicalizationMethod element for this SignedInfo, replacing any existing CanonicalizationMethod.
setC14NMethod(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.dsig.XSSignedInfo
Sets the CanonicalizationMethod element for this SignedInfo, replacing any existing CanonicalizationMethod.
setCarriedKeyName(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Set the CarriedKeyName child element for this EncryptedKey element.
setCertificateValidator(CertificateValidator) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
Sets a CertificateValidator instance for validating certificates
setCIDResolver(ObjectReference.CIDResolver) - Static method in class oracle.security.xmlsec.dsig.ObjectReference
 
setCipherData(XECipherData) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the CipherData child element for this XEEncryptedObject.
setCipherReference(XECipherReference) - Method in class oracle.security.xmlsec.enc.XECipherData
Sets the CipherReference element.
setCipherValue(byte[]) - Method in class oracle.security.xmlsec.enc.XECipherData
Sets the CipherValue element with the given cipher value.
setCipherValueAsStream() - Method in class oracle.security.xmlsec.enc.XECipherData
get an OutputStream, writing to the stream and closing it should cause the cipher value to be set.
setCode(SOAPFaultCode) - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Sets the env:Code element for this env:Fault.
setContentHandler(ContentHandler) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
setData(String) - Method in class oracle.security.xmlsec.keys.MgmtData
Sets the string data for this MgmtData, replacing any existing value.
setDataType(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the Type attribute for this EncryptedData element.
setDefaultNSPrefix(String, String) - Static method in class oracle.security.xmlsec.util.XMLElement
Maps a namespace URI to a prefix.
setDHParams(BigInteger, BigInteger, BigInteger) - Method in class oracle.security.xmlsec.keys.DHKeyValue
Sets the DH parameters P, Q and Generator.
setDigestMethod(String) - Method in class oracle.security.xmlsec.dsig.XSReference
Sets the DigestMethod element for this Reference, replacing any existing DigestMethod.
setDigestMethod(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.dsig.XSReference
Sets the DigestMethod element for this Reference, replacing any existing DigestMethod.
setDigestMethod(String) - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Set the DigestMethod child element for this EncryptionMethod element with the given message digest algorithm URI.This method should only be used for RSA-OAEP.
setDigestMethod(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Set the DigestMethod child element for this EncryptionMethod element with the given message digest algorithm.
setDigestMethod(String) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Set the DigestMethod child element for this AgreementMethod element with the given message digest algorithm URI.This method should only be used for RSA-OAEP.
setDigestMethod(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Set the DigestMethod child element for this AgreementMethod element with the given message digest algorithm.This method should only be used for RSA-OAEP.
setDigestValue(byte[]) - Method in class oracle.security.xmlsec.dsig.XSReference
Sets the bytes of the digest of this Reference in the DigestValue element.
setDTDHandler(DTDHandler) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
setEncoding(String) - Method in class oracle.security.xmlsec.dsig.XSObject
Sets the Encoding attribute of this Object.
setEncoding(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the Encoding attribute which decribe how the media data encrypted was encoded (for example, "base64").
setEncryptionMethod(XEEncryptionMethod) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Sets the EncryptionMethod object in this structure.
setEncryptionProperties(XEEncryptionProperties) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the EncryptionProperties child element for this XEEncryptedObject.
setEntityResolver(EntityResolver) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
setErrorHandler(ErrorHandler) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
setExponent(BigInteger) - Method in class oracle.security.xmlsec.keys.RSAKeyValue
Sets the Exponent element of this RSAKeyValue, replacing any existing Exponent element.
setFaultActor(String) - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Set the faultactor child with the given URI identifying the source of the fault.
setFaultCode(String) - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Set the faultcode child in this Fault element with the given fault code, which will be qualified with this SOAP-ENV:Fault's namespace prefix.
setFaultCode(String, String) - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Set the faultcode child in this Fault element with the given fault code and namespace prefix.
setFaultCode(String, String, String) - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Set the faultcode child in this Fault element with the given fault code and namespace prefix.
setFaultNode(String) - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Set the env:Node element with the given URI identifying the source of the fault.
setFaultString(String) - Method in class oracle.security.xmlsec.soap.v11.SOAPFault
Set the faultstring child element with the given fault string.
setFeature(String, boolean) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
setG(BigInteger) - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Sets the DSA parameter G.
setId(String) - Method in interface oracle.security.xmlsec.dsig.Referable
Sets the Id attribute for this object.
setId(String) - Method in class oracle.security.xmlsec.dsig.ReferenceList
Sets the Id attribute of this ReferenceList.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSKeyInfo
Sets the Id attribute of this KeyInfo.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSObject
Sets the Id attribute of this Object.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSReference
Sets the Id attribute of this Reference.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Sets the Id attribute of this Signature.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSSignatureValue
Sets the Id attribute of this SignatureValue.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSSigProperties
Sets the Id attribute of this SignatureProperties.
setId(String) - Method in class oracle.security.xmlsec.dsig.XSSigProperty
Sets the Id attribute of this SignatureProperty.
setId(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the Id attribute for this EncryptedData or EncryptedKey element.
setId(String) - Method in class oracle.security.xmlsec.enc.XEEncryptionProperties
Set the Id attribute for this EncrytionProperties element.
setId(String) - Method in class oracle.security.xmlsec.enc.XEEncryptionProperty
Sets the Id attribute for this EncrytionProperty element.
setInclusiveNamespacePrefixList(String) - Method in class oracle.security.xmlsec.c14n.C14NImpl
For Exclusive C14N only: Sets the namespace prefixes that will not be treated as exclusive.
setInclusiveNSPrefixList(String) - Method in class oracle.security.xmlsec.c14n.Canonicalizer
Sets the value of the InclusiveNamespaces parameter's PrefixList attribute.
setInclusiveNSPrefixList(String) - Method in class oracle.security.xmlsec.c14n.ExclusiveC14N
Sets the value of the InclusiveNamespaces parameter's PrefixList attribute.
setInclusiveNSPrefixList(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl
Sets the value of the InclusiveNamespaces parameter's PrefixList attribute.
setInternalSubset(String) - Method in class oracle.security.xmlsec.util.DocTypeUtil
Sets the internal subset as a string.
setJ(BigInteger) - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Sets the DSA parameter J = (P - 1) / Q.
setKANonce(byte[]) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Set the KA-Nonce child element for this AgreementMethod element with the given bytes.
setKeyInfo(XSKeyInfo) - Method in class oracle.security.xmlsec.dsig.XSSignature
Sets the KeyInfo element for this Signature, replacing any existing KeyInfo.
setKeyInfo(XEKeyInfo) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the ds:KeyInfo child element for this XEEncryptedObject.
setKeySize(int) - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Sets the KeySize element with the given value.
setKeyValueData(XMLElement) - Method in class oracle.security.xmlsec.keys.KeyValue
Sets the KeyValue child data element for this KeyValue, replacing any existing value.
setLocalPart(String) - Method in class oracle.security.xmlsec.util.QNameNode
Sets the local name for this QNameNode's value.
setMimeType(String) - Method in class oracle.security.xmlsec.dsig.XSObject
Sets the MimeType attribute of this Object.
setMimeType(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedObject
Set the MimeType attribute which decribes the media type of the data encrypted.
setModulus(BigInteger) - Method in class oracle.security.xmlsec.keys.RSAKeyValue
Sets the Modulus element of this RSAKeyValue, replacing any existing Modulus element.
setName(String) - Method in class oracle.security.xmlsec.keys.KeyName
Sets the string value for this KeyName, replacing any existing value.
setName(String) - Method in class oracle.security.xmlsec.util.DocTypeUtil
Sets the name of the DTD (i.e., the name immediately following the DOCTYPE keyword).
setNamedItem(Node) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
setNamedItemNS(Node) - Method in class oracle.security.xmlsec.util.NodeReaderForSubtree.SimpleNamedNodeMap
 
setNodeValue(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
setNodeValue(String) - Method in class oracle.security.xmlsec.util.XMLNode
Sets the value of this node, depending on its type.
setNonce(byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptedData
Set the nonce value to be prepended to the plain text.
setOAEPParams(byte[]) - Method in class oracle.security.xmlsec.enc.XEEncryptionMethod
Set the OAEPparams child element for this EncryptionMethod element with the given bytes.
setObjectType(String) - Method in class oracle.security.xmlsec.dsig.XSReference
Sets the Type attribute identifying the type of the referenced object.
setObjectType(String) - Method in class oracle.security.xmlsec.keys.RetrievalMethod
Sets the Type attribute identifying the type of the referenced object.
setOriginatorKeyInfo(OriginatorKeyInfo) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Set the OriginatorKeyInfo child element for this AgreementMethod element.
setPQ(BigInteger, BigInteger) - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Sets the DSA parameters P and Q.
setPrefix(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
setPrefix(String) - Method in class oracle.security.xmlsec.util.XMLNode
Sets the namespace prefix of this node.
setPrefixPart(String) - Method in class oracle.security.xmlsec.util.QNameNode
Sets the namespace prefix for this QNameNode's value.
setPrimeGen(byte[], BigInteger) - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Sets the DSA prime generation Seed and PgenCounter parameters.
setProperty(String, Object) - Method in class oracle.security.xmlsec.util.NodeSetReader
 
setProperty(String, String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Set various properties that affects XMLSEC behaviour.
setPublic(BigInteger) - Method in class oracle.security.xmlsec.keys.DHKeyValue
Sets the DH public key value.
setPublicId(String) - Method in class oracle.security.xmlsec.util.DocTypeUtil
Sets the public identifier of the external subset.
setQNameValue(Node, QName) - Static method in class oracle.security.xmlsec.util.QName
Set the QName value on the Node passed as a parameter.
setReason(List, List) - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Set the env:Reason child element with the given env:Text contents.
setRecipient(String) - Method in class oracle.security.xmlsec.enc.XEEncryptedKey
Sets the Recipient attribute, which indicates the recipient of this encrypted key value.
setRecipientKeyInfo(RecipientKeyInfo) - Method in class oracle.security.xmlsec.keys.AgreementMethod
Set the RecipientKeyInfo child element for this AgreementMethod element.
setRole(String) - Method in class oracle.security.xmlsec.soap.v12.SOAPFault
Set the env:Role element with the given URI identifying the role of the source of the fault.
setSExpression(byte[]) - Method in class oracle.security.xmlsec.keys.SPKIData
Sets the SPKI S-expression for this SPKIData, replacing any existing value.
setSignatureBytes(byte[]) - Method in class oracle.security.xmlsec.dsig.XSSignatureValue
Sets the signature bytes for this SignatureValue element.
setSignatureMethod(String) - Method in class oracle.security.xmlsec.dsig.XSSignedInfo
Sets the SignatureMethod element for this SignedInfo, replacing any existing SignatureMethod.
setSignatureMethod(XSAlgorithmIdentifier) - Method in class oracle.security.xmlsec.dsig.XSSignedInfo
Sets the SignatureMethod element for this SignedInfo, replacing any existing SignatureMethod.
setSignatureValue(XSSignatureValue) - Method in class oracle.security.xmlsec.dsig.XSSignature
Sets the SignatureValue element for this Signature.
setSignedInfo(XSSignedInfo) - Method in class oracle.security.xmlsec.dsig.XSSignature
Sets the SignedInfo element for this Signature, replacing any existing SignedInfo.
setSubcode(SOAPFaultSubcode) - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Set the env:Subcode child element.
setSubcode(SOAPFaultSubcode) - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Set the env:Subcode child element.
setSystemId(String) - Method in class oracle.security.xmlsec.util.DocTypeUtil
Returns the system identifier of the external subset.
setSystemId(String) - Method in class oracle.security.xmlsec.util.XMLContainer
Sets the base ID (URL or system ID) from where URLs will be resolved.
setSystemId(String) - Method in class oracle.security.xmlsec.util.XMLNode
Sets the system ID for this XMLNode, which should be the URI of the parent document.
setTagManager(TagManager) - Static method in class oracle.security.xmlsec.util.TagManager
Sets the system-wide TagManager.
setTarget(String) - Method in class oracle.security.xmlsec.dsig.XSSigProperty
Sets the Target attribute of this SignatureProperty.
setTarget(String) - Method in class oracle.security.xmlsec.enc.XEEncryptionProperty
Sets the target URI for this EncryptionProperty element.
setTextContent(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
setURI(String) - Method in class oracle.security.xmlsec.dsig.ObjectReference
Sets the URI attribute identifying the referenced object.
setUseLineBreaks(boolean) - Method in class oracle.security.xmlsec.util.Base64
Used to indicate whether line separators are to be inserted in the encoded output.
setUserData(String, Object, UserDataHandler) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
setUserData(Object) - Method in class oracle.security.xmlsec.util.XMLContainer
Set userdata associated with this container.
setValidationParams(byte[], BigInteger) - Method in class oracle.security.xmlsec.keys.DHKeyValue
Sets the DH validation parameters "seed" and "pgenCounter".
setValue(String) - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
setValue(QNameNode) - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Set the Value child element's QName content.
setValue(String, String) - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Set the Value child element's QName content.
setValue(QNameNode, String) - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Set the Value child element's QName content.
setValue(String, String, String) - Method in class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Set the Value child element's QName content.
setWithComments(boolean) - Method in class oracle.security.xmlsec.util.XMLContainer
Sets whether conversion to a node-set from a stream or sub-tree will include comment nodes.
setXPathNode(Object) - Method in class oracle.security.xmlsec.transform.HereFunctionContextSupport
Sets the document node containing the XPath expression.
setXPathNode(Object) - Method in class oracle.security.xmlsec.transform.HereFunctionDOMXPath
Sets the document node containing the XPath expression.
setY(BigInteger) - Method in class oracle.security.xmlsec.keys.DSAKeyValue
Sets the DSA key value Y = G^X % P.
sign(String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Computes the XML digital signature over the SignedInfo element, after applying its canonicalization algorithm, creates a new XSSignatureValue element, and adds it to this Signature.
sign(PrivateKey, String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Computes the XML digital signature over the SignedInfo element, after applying its canonicalization algorithm, creates a new XSSignatureValue element, and adds it to this Signature.
sign(byte[], String) - Method in class oracle.security.xmlsec.dsig.XSSignature
Computes the MAC signature bytes over the SignedInfo element, after applying its canonicalization algorithm.
SIGNATURE_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
signDetached(String, PrivateKey, X509Certificate) - Static method in class oracle.security.xmlsec.dsig.DSigUtils
Creates a detached XML signature for the data object residing at the given URL.
signEnveloped(Document, PrivateKey, X509Certificate) - Static method in class oracle.security.xmlsec.dsig.DSigUtils
Creates an enveloped XML signature over the given XML document.
signEnveloping(Document, PrivateKey, X509Certificate) - Static method in class oracle.security.xmlsec.dsig.DSigUtils
Creates an enveloping XML signature over the given XML document.
SigningException - Exception in oracle.security.xmlsec.dsig
Exception thrown to indicate a problem computing an XML digital signature.
SigningException() - Constructor for exception oracle.security.xmlsec.dsig.SigningException
Creates a new SigningException instance.
SigningException(Throwable) - Constructor for exception oracle.security.xmlsec.dsig.SigningException
Creates a new SigningException instance with the given cause
SigningException(String) - Constructor for exception oracle.security.xmlsec.dsig.SigningException
Creates a new SigningException instance with the given message string.
signSubTree(Element, String, PrivateKey, X509Certificate) - Static method in class oracle.security.xmlsec.dsig.DSigUtils
Creates an enveloping XML signature over a sub-tree of the given XML document that is rooted in the given element.
signUsingJSR105(XSSignature, PrivateKey, byte[]) - Static method in class oracle.security.xmlsec.dsig.JSR105Util
 
signUsingJSR105(PrivateKey, byte[], String) - Method in class oracle.security.xmlsec.dsig.XSSignature
FOR INTERNAL USE
SOAPEnvelope - Class in oracle.security.xmlsec.soap.v11
A SOAP v1.1 Envelope element.
SOAPEnvelope(Document) - Constructor for class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Creates a new v1.1 SOAPEnvelope instance in the given owner document, but does not appended the Envelope element to the document node.
SOAPEnvelope(Element) - Constructor for class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Creates a SOAPEnvelope instance for the given SOAP-ENV:Envelope element.
SOAPEnvelope(Element, String) - Constructor for class oracle.security.xmlsec.soap.v11.SOAPEnvelope
Creates a SOAPEnvelope instance for the given SOAP-ENV:Envelope element.
SOAPEnvelope - Class in oracle.security.xmlsec.soap.v12
A SOAP v1.2 Envelope element.
SOAPEnvelope(Document) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Creates a new v1.2 SOAPEnvelope instance in the given owner document, but does not appended the Envelope element to the document node.
SOAPEnvelope(Element) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Creates a SOAPEnvelope instance for the given env:Envelope element.
SOAPEnvelope(Element, String) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPEnvelope
Creates a SOAPEnvelope instance for the given env:Envelope element.
SOAPFault - Class in oracle.security.xmlsec.soap.v11
A SOAP 1.1 Fault element.
SOAPFault(Document) - Constructor for class oracle.security.xmlsec.soap.v11.SOAPFault
Create a new SOAPFault instance in the given owner document, but does not appended the Fault element to the document node.
SOAPFault(Element) - Constructor for class oracle.security.xmlsec.soap.v11.SOAPFault
Create a SOAPFault instance from the given SOAP-ENV:Fault element.
SOAPFault(Element, String) - Constructor for class oracle.security.xmlsec.soap.v11.SOAPFault
Create a SOAPFault instance from the given SOAP-ENV:Fault element.
SOAPFault - Class in oracle.security.xmlsec.soap.v12
A SOAP 1.2 Fault element.
SOAPFault(Document) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFault
Create a new SOAPFault instance in the given owner document, but does not appended the Fault element to the document node.
SOAPFault(Element) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFault
Create a SOAPFault instance from the given env:Fault element.
SOAPFault(Element, String) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFault
Create a SOAPFault instance from the given env:Fault element.
SOAPFaultCode - Class in oracle.security.xmlsec.soap.v12
A SOAP 1.2 Fault Code element.
SOAPFaultCode(Element) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Create a SOAPFaultCode instance from the given env:Code element.
SOAPFaultCode(Element, String) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Create a SOAPFaultCode instance from the given env:Code element.
SOAPFaultCode(Document) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFaultCode
Creates a SOAPFault instance in the given document, but does not append the Code element to the document node.
SOAPFaultSubcode - Class in oracle.security.xmlsec.soap.v12
A SOAP 1.2 Fault Subcode element.
SOAPFaultSubcode(Element) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Create a SOAPFaultSubcode instance from the given env:Subcode element.
SOAPFaultSubcode(Element, String) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Create a SOAPFaultSubcode instance from the given env:Subcode element.
SOAPFaultSubcode(Document) - Constructor for class oracle.security.xmlsec.soap.v12.SOAPFaultSubcode
Creates a SOAPFaultSubcode in the given document, but does not append the Subcode element to the document node.
SOAPInitializer - Class in oracle.security.xmlsec.util
Utility class for load-time initialization and configuration of the SOAP utility classes.
SOAPMessageUtils - Class in oracle.security.xmlsec.util
Utilities to work with SOAPMessage.
SOAPMessageUtils() - Constructor for class oracle.security.xmlsec.util.SOAPMessageUtils
 
SOAPMessageUtils.ByteArrayDataSource - Class in oracle.security.xmlsec.util
 
SOAPMessageUtils.ByteArrayDataSource(byte[], String) - Constructor for class oracle.security.xmlsec.util.SOAPMessageUtils.ByteArrayDataSource
 
SPKIData - Class in oracle.security.xmlsec.keys
XML-DSIG SPKIData element.
SPKIData(Element) - Constructor for class oracle.security.xmlsec.keys.SPKIData
Creates a new SPKIData instance from the given Element node.
SPKIData(Element, String) - Constructor for class oracle.security.xmlsec.keys.SPKIData
Creates a new SPKIData instance from the given Element node.
START_DOCUMENT - Static variable in class oracle.security.xmlsec.util.NodeReader
 
START_ELEMENT - Static variable in class oracle.security.xmlsec.util.NodeReader
 
StorageAuthAdapter - Class in oracle.security.xmlsec.keys.retrieval
Classes extending this adapter class perform authentication for access to specific key stores or locator services.
StorageAuthAdapter() - Constructor for class oracle.security.xmlsec.keys.retrieval.StorageAuthAdapter
 
StorageAuthenticationException - Exception in oracle.security.xmlsec.keys.retrieval
Signals failure authenticating to a key store or locator service.
StorageAuthenticationException() - Constructor for exception oracle.security.xmlsec.keys.retrieval.StorageAuthenticationException
 
StorageAuthenticationException(Throwable) - Constructor for exception oracle.security.xmlsec.keys.retrieval.StorageAuthenticationException
 
StorageAuthenticationException(String) - Constructor for exception oracle.security.xmlsec.keys.retrieval.StorageAuthenticationException
 
StorageAuthenticator - Interface in oracle.security.xmlsec.keys.retrieval
Classes implementing this interface perform authentication for access to specific key stores or locator services.
StreamingC14NImpl - Class in oracle.security.xmlsec.c14n
A more efficient canonicalization routine.
StreamingC14NImpl(boolean, boolean) - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
StreamingC14NImpl(boolean, boolean, boolean) - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
StreamingC14NImpl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
StreamingC14NImpl(boolean, boolean, String) - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl
 
StreamingC14NImpl.AttrComparator - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.AttrComparator() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrComparator
 
StreamingC14NImpl.AttrObj - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.AttrObj(String, String, String, String, String) - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
StreamingC14NImpl.StreamingExclusiveC14NImpl - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.StreamingExclusiveC14NImpl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingExclusiveC14NImpl
 
StreamingC14NImpl.StreamingExclusiveC14NImpl(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingExclusiveC14NImpl
 
StreamingC14NImpl.StreamingExclusiveCommentsC14NImpl - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.StreamingExclusiveCommentsC14NImpl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingExclusiveCommentsC14NImpl
 
StreamingC14NImpl.StreamingExclusiveCommentsC14NImpl(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingExclusiveCommentsC14NImpl
 
StreamingC14NImpl.StreamingInclusiveC14N11Impl - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.StreamingInclusiveC14N11Impl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingInclusiveC14N11Impl
 
StreamingC14NImpl.StreamingInclusiveC14NImpl - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.StreamingInclusiveC14NImpl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingInclusiveC14NImpl
 
StreamingC14NImpl.StreamingInclusiveCommentsC14N11Impl - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.StreamingInclusiveCommentsC14N11Impl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingInclusiveCommentsC14N11Impl
 
StreamingC14NImpl.StreamingInclusiveCommentsC14NImpl - Class in oracle.security.xmlsec.c14n
 
StreamingC14NImpl.StreamingInclusiveCommentsC14NImpl() - Constructor for class oracle.security.xmlsec.c14n.StreamingC14NImpl.StreamingInclusiveCommentsC14NImpl
 
stripWS(String) - Static method in class oracle.security.xmlsec.util.XMLUtils
Strips whitespace from the given string.
subTreeAvailable() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns true if the contained XML is available as a a DOM document subtree.
subtreeToNodeList(Node, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLContainer
Create a node-list containing the given node and all its children, attributes and namespaces.
subtreeToNodeSet(Node, boolean) - Static method in class oracle.security.xmlsec.util.XMLContainer
Create a node-set containing the given node and all its children, attributes and namespaces.
systemId - Variable in class oracle.security.xmlsec.util.XMLNode
The system ID for this XMLNode's document.

T

TagManager - Class in oracle.security.xmlsec.util
Maps XML namespace/tag-name pairs to implementation classes.
TagManager() - Constructor for class oracle.security.xmlsec.util.TagManager
Creates a new TagManager instance and sets the default mappings.
TagManager(boolean) - Constructor for class oracle.security.xmlsec.util.TagManager
Creates a new TagManager instance.
toBase64(byte[], boolean) - Static method in class oracle.security.xmlsec.util.Base64
Returns the Base-64 encoding of the given byte array.
toByteArray() - Method in class oracle.security.xmlsec.util.XMLContainer
Returns the octets contained in this XMLContainer, or null if it does not contain any data.
toBytesXML() - Method in class oracle.security.xmlsec.util.XMLNode
Returns a byte array containing the XML for this XMLNode.
toBytesXML(XMLNode, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a byte array containing the XML for the given oracle.security.xmlsec.XMLNode.
toBytesXML(Node, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a byte array containing the XML for the given org.w3c.dom.Node.
toDocumentOrderList(Collection) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a new list containing the given nodes sorted into document order.
toDSA(byte[]) - Static method in class oracle.security.xmlsec.dsig.XSSignatureValue
Converts a DSA signature value from PKCS#1 octet-stream format to ASN.1 format.
toQName() - Method in class oracle.security.xmlsec.util.QNameNode
Creates a new QName instance with this QNameNode's local name, namespace URI and prefix.
toStreamXML(OutputStream, XMLNode, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Writes the bytes of the XML for the given oracle.security.xmlsec.XMLNode to the given stream.
toStreamXML(OutputStream, Node, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Writes the bytes of the XML for the given org.w3c.dom.Node to the given stream.
toString() - Method in class oracle.security.xmlsec.c14n.StreamingC14NImpl.AttrObj
 
toString() - Method in class oracle.security.xmlsec.util.DocTypeUtil
Returns the XML string representation of the DocumentType node.
toString() - Method in class oracle.security.xmlsec.util.NodeListImpl
Returns a string representation of this node list.
toString() - Method in class oracle.security.xmlsec.util.QName
Returns a string representation of this QName of the form [prefix:]localName.
toStringNode(Node) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a string representation of the given DOM node (not XML).
toStringNodes(Collection) - Static method in class oracle.security.xmlsec.util.XMLUtils
 
toStringXML() - Method in class oracle.security.xmlsec.util.XMLNode
Returns a string containing the XML for this XMLNode.
toStringXML(Collection, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a string containing the XML for a Collection of Nodes.
toStringXML(XMLNode, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a string containing the XML for the given oracle.security.xmlsec.XMLNode.
toStringXML(Node, boolean, boolean) - Static method in class oracle.security.xmlsec.util.XMLUtils
Returns a string containing the XML for the given org.w3c.dom.Node.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.Base64Decoder
Applies a Base64 decoding transformation to the given XMLContainer and returns the octet stream result in a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.C14NTransform
Applies the Canonical XML transformation to the given XMLContainer and returns the octet stream result a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.DecryptTransform
Applies a Decryption transformation to the given XMLContainer and returns the result in a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.EbxmlXPathFilter
 
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.EnvelopedSigTransform
Applies the Enveloped Signature transformation to the given XMLContainer and returns the node list result in a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.ExcC14NTransform
Applies the Exclusive Canonical XML transformation to the given XMLContainer and returns the octet stream result a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.XPathFilter
Applies a XPath filter transformation to the given XMLContainer and returns the node list result in a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.XPathFilter2
Applies a XPath filter transformation to the given XMLContainer and returns the node list result in a new XMLContainer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.XSLTTransform
Applies a XSLT stylesheet transformation to the given XMLContainer and returns the octet stream result in a new XMLContainer.
transform - Variable in class oracle.security.xmlsec.transform.XSTransformer
The XSAlgorithmIdentifier instance used to instantiate this XSTransformer.
transform(XMLContainer) - Method in class oracle.security.xmlsec.transform.XSTransformer
Applies the transform to the given XMLContainer and returns the result in a new XMLContainer.
transform(Data, XMLCryptoContext, OutputStream) - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
transform(Data, XMLCryptoContext) - Method in class oracle.security.xmlsec.transform.XSTransformerAdapter
 
TransformationException - Exception in oracle.security.xmlsec.transform
Exception thrown when an error occurs during the execution of a XSTransformer's functions.
TransformationException() - Constructor for exception oracle.security.xmlsec.transform.TransformationException
Creates a new TransformationException instance.
TransformationException(Throwable) - Constructor for exception oracle.security.xmlsec.transform.TransformationException
Creates a new TransformationException instance with the given cause
TransformationException(String) - Constructor for exception oracle.security.xmlsec.transform.TransformationException
Creates a new TransformationException instance with the given message string.
TransformationException(String, Throwable) - Constructor for exception oracle.security.xmlsec.transform.TransformationException
Creates a new TransformationException instance with the given message string and a give cause
TRANSFORMER_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
transformReference(URI, URI) - Static method in class oracle.security.xmlsec.util.XMLUtils
FOR INTERNAL USE ONLY.
transformToStream(NodeReader) - Method in class oracle.security.xmlsec.transform.Base64Decoder
 
transformToStream(NodeReader) - Method in class oracle.security.xmlsec.transform.C14NTransform
 
transformToStream(NodeReader) - Method in class oracle.security.xmlsec.transform.ExcC14NTransform
 
transformToStream(NodeReader) - Method in interface oracle.security.xmlsec.transform.NodeToStreamTransform
transform method that does not actually do the transform, but only sets up things.

U

uri_soap11_actor_next - Static variable in interface oracle.security.xmlsec.util.XMLURI
URI identifying the first application processing a SOAP request as the intended actor for a SOAP 1.1 header entry "http://schemas.xmlsoap.org/soap/actor/next".
uri_soap12_role_next - Static variable in interface oracle.security.xmlsec.util.XMLURI
URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/next".
uri_soap12_role_none - Static variable in interface oracle.security.xmlsec.util.XMLURI
URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/none".
uri_soap12_role_ultimateReceiver - Static variable in interface oracle.security.xmlsec.util.XMLURI
URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver".
uri_soap_actor_next - Static variable in interface oracle.security.xmlsec.util.XMLURI
URI identifying the first application processing a SOAP request as the intended actor for a SOAP 1.1 header entry "http://schemas.xmlsoap.org/soap/actor/next".
URIManager - Class in oracle.security.xmlsec.util
Maps XML algorithm and object URIs to ASN.1 OIDs and implementation classes.
USE_CIPHER_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 
USE_SIGNATURE_KEY - Static variable in class oracle.security.xmlsec.util.URIManager
 

V

validate(boolean) - Method in class oracle.security.xmlsec.dsig.XSReference
Validates the digest for this Reference.
validate(boolean, byte[]) - Method in class oracle.security.xmlsec.dsig.XSReference
Validates the digest for this Reference, using the given data object's bytes to re-calculate the digest.
validate(boolean, InputStream) - Method in class oracle.security.xmlsec.dsig.XSReference
Validates the digest for this Reference, using the given data object's bytes to re-calculate the digest.
validate(boolean, NodeList) - Method in class oracle.security.xmlsec.dsig.XSReference
Validates the digest for this Reference, using the given data object's node-set to re-calculate the digest.
validate(boolean, Set) - Method in class oracle.security.xmlsec.dsig.XSReference
Validates the digest for this Reference, using the given data object's node-set to re-calculate the digest.
validate(boolean, Element) - Method in class oracle.security.xmlsec.dsig.XSReference
Validates the digest for this Reference, using the given subtree to re-calculate the digest.
validateCert(CertPath) - Method in interface oracle.security.xmlsec.keys.retrieval.CertificateValidator
Validate a certificate path of X509Certificates.
validateCertificate(X509Certificate) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
For internal use - wrapper around KeyRetriever.validateCertificate(CertPath) for a single certificate
validateCertificate(Vector) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
For internal use - wrapper around KeyRetriever.validateCertificate(CertPath) for a vector of certificate
validateCertificate(CertPath) - Static method in class oracle.security.xmlsec.keys.retrieval.KeyRetriever
For Internal use - call the registered certificate validator to validate this certList, return exception if invalid
validateRefDigests(boolean) - Method in class oracle.security.xmlsec.dsig.ReferenceList
Validates the digest of each Reference in this ReferenceList.
verify(Document) - Static method in class oracle.security.xmlsec.dsig.DSigUtils
Verifies all Signatures in the input XML document, including Reference validation.
verify(Document, PublicKey) - Static method in class oracle.security.xmlsec.dsig.DSigUtils
Verifies all Signatures in the input XML document, including Reference validation.
verify() - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature using a key obtained from the KeyRetriever facility, after validating each Reference in the SignedInfo; nested References in Manifests will not be validated.
verify(boolean) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature using a key obtained from the KeyRetriever facility, after validating each Reference in the SignedInfo.
verify(PublicKey) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature using the given public key, after validating each Reference in the SignedInfo; nested References in Manifests will not be validated.
verify(PublicKey, boolean) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature using the given public key, after validating each Reference in the SignedInfo.
verify(byte[]) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature's MAC using the given key or password, after validating each Reference in the SignedInfo; nested References in Manifests will not be validated.
verify(byte[], boolean) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature's MAC using the given key or password, after validating each Reference in the SignedInfo.
VerifyException - Exception in oracle.security.xmlsec.dsig
Exception thrown to indicate a problem validating an XML digital signature.
VerifyException() - Constructor for exception oracle.security.xmlsec.dsig.VerifyException
Creates a new VerifyException instance.
VerifyException(Throwable) - Constructor for exception oracle.security.xmlsec.dsig.VerifyException
Creates a new VerifyException instance with the given cause.
VerifyException(String) - Constructor for exception oracle.security.xmlsec.dsig.VerifyException
Creates a new VerifyException instance with the given message string.
verifySignature() - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature using a key obtained from the KeyRetriever facility, but does not validate the References in the SignedInfo.
verifySignature(PublicKey) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature using the given public key, but does not validate the References in the SignedInfo.
verifySignature(byte[]) - Method in class oracle.security.xmlsec.dsig.XSSignature
Verfies this Signature's MAC using the given key or password, but does not validate the References in the SignedInfo.
verifyUsingJSR105(XSSignature, PublicKey, byte[], boolean) - Static method in class oracle.security.xmlsec.dsig.JSR105Util
 
verifyUsingJSR105(PublicKey, byte[], boolean) - Method in class oracle.security.xmlsec.dsig.XSSignature
FOR INTERNAL USE
VersionMismatch - Static variable in class oracle.security.xmlsec.soap.v11.SOAPFault
Fault Code "VersionMismatch"
VersionMismatch - Static variable in class oracle.security.xmlsec.soap.v12.SOAPFaultCode
SOAP Fault Code top-level QName local part "VersionMismatch"

W

write(byte[], int, int) - Method in class oracle.security.xmlsec.enc.EncryptOutputStream
 
write(int) - Method in class oracle.security.xmlsec.enc.EncryptOutputStream
 
write(byte[], int, int) - Method in class oracle.security.xmlsec.util.Base64.EncodeOutputStream
 
write(int) - Method in class oracle.security.xmlsec.util.Base64.EncodeOutputStream
 
writeTo(SOAPMessage, OutputStream) - Static method in class oracle.security.xmlsec.util.SOAPMessageUtils
Wrapper over SOAPMessage.writeTo(OutputStream) to write out the headers as well as the body.

X

X509Data - Class in oracle.security.xmlsec.keys
XML-DSIG X509Data element.
X509Data(Element) - Constructor for class oracle.security.xmlsec.keys.X509Data
Creates a new X509Data instance from the given Element node.
X509Data(Element, String) - Constructor for class oracle.security.xmlsec.keys.X509Data
Creates a new X509Data instance from the given Element node.
X509Data.IssuerAndSerialNo - Class in oracle.security.xmlsec.keys
Simple holder class to contain an issuer and a serial number
X509Data.IssuerAndSerialNo(X500Principal, BigInteger) - Constructor for class oracle.security.xmlsec.keys.X509Data.IssuerAndSerialNo
 
XECipherData - Class in oracle.security.xmlsec.enc
The CipherData element that provides the encrypted data.
XECipherData(Element) - Constructor for class oracle.security.xmlsec.enc.XECipherData
Create a XECipherData instance with the given CipherData element.
XECipherData(Element, String) - Constructor for class oracle.security.xmlsec.enc.XECipherData
Create a XECipherData instance with the given CipherData element.
XECipherException - Exception in oracle.security.xmlsec.enc
This class signals a problem when encrypting or decrypting data or key.
XECipherException() - Constructor for exception oracle.security.xmlsec.enc.XECipherException
Create a non-argument XECipherException instance.
XECipherException(Throwable) - Constructor for exception oracle.security.xmlsec.enc.XECipherException
Create a new XEException instance with the given cause
XECipherException(String) - Constructor for exception oracle.security.xmlsec.enc.XECipherException
Create a new XECipherException instance with the given message string.
XECipherException(String, Throwable) - Constructor for exception oracle.security.xmlsec.enc.XECipherException
Create a new XEException instance with the given message string and cause
XECipherReference - Class in oracle.security.xmlsec.enc
The CipherReference element that identifies a source containing the encrypted data.
XECipherReference(Element) - Constructor for class oracle.security.xmlsec.enc.XECipherReference
Create a XECipherReference instance from the given CipherReference element.
XECipherReference(Element, String) - Constructor for class oracle.security.xmlsec.enc.XECipherReference
Create a XECipherReference instance from the given CipherReference element.
XEDataReference - Class in oracle.security.xmlsec.enc
An XML-ENC DataReference element.
XEDataReference(Element) - Constructor for class oracle.security.xmlsec.enc.XEDataReference
Create a XEDataReference instance from the given DataReference element.
XEDataReference(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEDataReference
Create a XEDataReference instance from the given DataReference element.
XEEncryptedData - Class in oracle.security.xmlsec.enc
The XML-ENC EncryptedData element.
XEEncryptedData(Element) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedData
Create a XEEncryptedData instance from the given EncryptedData element.
XEEncryptedData(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedData
Create a XEEncryptedData instance from the given EncryptedData element.
XEEncryptedKey - Class in oracle.security.xmlsec.enc
This class represents an XML-ENC EncryptedKey element.
XEEncryptedKey(Element) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedKey
Create a XEEncryptedKey instance from the given EncryptedKey element.
XEEncryptedKey(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedKey
Create a XEEncryptedKey instance from the given EncryptedKey element.
XEEncryptedKey(Document) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedKey
Create a new XEEncryptedKey instance with the given XML Document context.
XEEncryptedKey(Document, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedKey
Create a new XEEncryptedKey instance with the given XML Document context and the id.
XEEncryptedObject - Class in oracle.security.xmlsec.enc
Abstract class representing the XML-ENC EncryptedType structure.
XEEncryptedObject(Element) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptedObject instance from the given EncryptedData or EncryptedKey element.
XEEncryptedObject(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptedObject instance from the given EncryptedData or EncryptedKey element.
XEEncryptedObject(Document, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptedObject
Create a new XEEncryptedObject instance from the given XML Document context and the tagName.
XEEncryptionMethod - Class in oracle.security.xmlsec.enc
This class represents EncryptionMethod element which sets the algorithm and parameters to be used in encrypting the data or key.
XEEncryptionMethod(Element) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionMethod
Create an XEEncryptionMethod instance with the given EncryptionMethod element.
XEEncryptionMethod(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionMethod
Create an XEEncryptionMethod instance with the given EncryptionMethod element.
XEEncryptionMethod(Document, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionMethod
Create an XEEncryptionMethod instance with the given XML Document context and algorithm URI.
XEEncryptionProperties - Class in oracle.security.xmlsec.enc
The XML Encryption EncrytionProperties element that contains any number of EncryptionProperty elements.
XEEncryptionProperties(Element) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionProperties
Create a XEEncryptionProperties instance from the given EncryptionProperties element.
XEEncryptionProperties(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionProperties
Create a XEEncryptionProperties instance from the given EncryptionProperties element.
XEEncryptionProperty - Class in oracle.security.xmlsec.enc
The XML Encryption EncryptionProperty element.
XEEncryptionProperty(Element) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionProperty
Create a XEEncryptionProperty instance from the given EncryptionProperty element.
XEEncryptionProperty(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEEncryptionProperty
Create a XEEncryptionProperty instance from the given EncryptionProperty element.
XEException - Exception in oracle.security.xmlsec.enc
This class signals error conditions in processing XML Encryption.
XEException() - Constructor for exception oracle.security.xmlsec.enc.XEException
Create a non-argument XEException instance.
XEException(Throwable) - Constructor for exception oracle.security.xmlsec.enc.XEException
Create a new XEException instance with the given cause
XEException(String) - Constructor for exception oracle.security.xmlsec.enc.XEException
Create a new XEException instance with the given message string.
XEException(String, Throwable) - Constructor for exception oracle.security.xmlsec.enc.XEException
Create a new XEException instance with the given message string and cause
XEKeyInfo - Class in oracle.security.xmlsec.enc
An XML-DSIG KeyInfo element extended to support the child types defined in XML Encryption.
XEKeyInfo(Element) - Constructor for class oracle.security.xmlsec.enc.XEKeyInfo
Creates a new XEKeyInfo instance from the given Element node.
XEKeyInfo(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEKeyInfo
Creates a new XEKeyInfo instance from the given Element node.
XEKeyInfo(Document) - Constructor for class oracle.security.xmlsec.enc.XEKeyInfo
Creates a new XEKeyInfo instance.
XEKeyInfo(Document, String) - Constructor for class oracle.security.xmlsec.enc.XEKeyInfo
Creates a new XEKeyInfo instance.
XEKeyReference - Class in oracle.security.xmlsec.enc
An XML Encryption KeyReference element.
XEKeyReference(Element) - Constructor for class oracle.security.xmlsec.enc.XEKeyReference
Create a XEKeyReference instance from the given KeyReference element.
XEKeyReference(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEKeyReference
Create a XEKeyReference instance from the given KeyReference element.
XEncUtils - Class in oracle.security.xmlsec.enc
Simple API for encrypting and decrypting XML Key, Element or Element Content.
XEReference - Class in oracle.security.xmlsec.enc
An XML Encryption ReferenceType element.
XEReference(Element) - Constructor for class oracle.security.xmlsec.enc.XEReference
Create a XEReference instance from the given XML Element.
XEReference(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEReference
Create a XEReference instance from the given XML Element.
XEReference(Document, String) - Constructor for class oracle.security.xmlsec.enc.XEReference
Create a XEReference instance from the given owner XML document and the tag name for the element.
XEReference(Document, String, String) - Constructor for class oracle.security.xmlsec.enc.XEReference
Create a XEReference instance from the given owner XML document, the tag name for the element and the URI attribute.
XEReferenceList - Class in oracle.security.xmlsec.enc
An XML Encryption ReferenceList element.
XEReferenceList(Element) - Constructor for class oracle.security.xmlsec.enc.XEReferenceList
Create a XEReferenceList instance from the given XML Element.
XEReferenceList(Element, String) - Constructor for class oracle.security.xmlsec.enc.XEReferenceList
Create a XEReferenceList instance from the given XML Element.
XEReferenceList(Document) - Constructor for class oracle.security.xmlsec.enc.XEReferenceList
Create a XEReferenceList instance from the given owner XML document.
XESchemaException - Exception in oracle.security.xmlsec.enc
This class signals errors or missing required ingredients in an XML Encryption element.
XESchemaException() - Constructor for exception oracle.security.xmlsec.enc.XESchemaException
Create a non-argument XESchemaException instance.
XESchemaException(Throwable) - Constructor for exception oracle.security.xmlsec.enc.XESchemaException
Create a new XESchemaException instance with the given cause.
XESchemaException(String) - Constructor for exception oracle.security.xmlsec.enc.XESchemaException
Create a new XESchemaException instance with the given message string.
XMLC14N - Class in oracle.security.xmlsec.c14n
Implementation of Canonical XML version 1.0 (XML-C14N).
XMLC14N() - Constructor for class oracle.security.xmlsec.c14n.XMLC14N
Creates a new XMLC14N instance.
XMLC14N(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.XMLC14N
Creates a new XMLC14N instance.
XMLC14NWithComments - Class in oracle.security.xmlsec.c14n
Implementation of Canonical XML version 1.0 (XML-C14N) with comments processing.
XMLC14NWithComments() - Constructor for class oracle.security.xmlsec.c14n.XMLC14NWithComments
Creates a new XMLC14NWithComments instance.
XMLC14NWithComments(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.c14n.XMLC14NWithComments
Creates a new XMLC14NWithComments instance.
XMLContainer - Class in oracle.security.xmlsec.util
Internal use only.
XMLContainer() - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with no transformation input set.
XMLContainer(NodeList) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given node-set.
XMLContainer(Collection) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given node-set.
XMLContainer(Node) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given document sub-tree.
XMLContainer(Node, boolean) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given document sub-tree.
XMLContainer(InputStream) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given octet stream.
XMLContainer(byte[]) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given byte array.
XMLContainer(String) - Constructor for class oracle.security.xmlsec.util.XMLContainer
Create a new instance of XMLContainer with the given system ID.
XMLElement - Class in oracle.security.xmlsec.util
Abstract superclass for XML element objects.
XMLElement(Element) - Constructor for class oracle.security.xmlsec.util.XMLElement
Creates a new XMLElement instance for the given org.w3c.dom.Element.
XMLElement(Element, String) - Constructor for class oracle.security.xmlsec.util.XMLElement
Creates a new XMLElement instance for the given org.w3c.dom.Element.
XMLElement(Document, String, String) - Constructor for class oracle.security.xmlsec.util.XMLElement
Creates a new XMLElement instance in the given Document with the given namespace and tag name.
XMLElement(Document, String, String, String) - Constructor for class oracle.security.xmlsec.util.XMLElement
Creates a new XMLElement instance in the given Document with the given namespace and tag name.
XMLNode - Class in oracle.security.xmlsec.util
Abstract superclass for XML node objects.
XMLNode(Node) - Constructor for class oracle.security.xmlsec.util.XMLNode
Creates a new XMLNode instance for the given org.w3c.dom.Node, and checks that the Node's local name is valid for an object of this XMLNode's type.
XMLNode(Node, String) - Constructor for class oracle.security.xmlsec.util.XMLNode
Creates a new XMLNode instance for the given org.w3c.dom.Node, and checks that the Node's local name is valid for an object of this XMLNode's type.
XMLURI - Interface in oracle.security.xmlsec.util
Defined URI string constants for algorithms, namespaces and objects.
XMLUtils - Class in oracle.security.xmlsec.util
Class containing static utility methods for XML and XML-DSIG.
XMLUtils() - Constructor for class oracle.security.xmlsec.util.XMLUtils
 
XPathException - Exception in oracle.security.xmlsec.util
Exception thrown to indicate a problem with an XPath operation.
XPathException() - Constructor for exception oracle.security.xmlsec.util.XPathException
Creates a new XPathException instance.
XPathException(Throwable) - Constructor for exception oracle.security.xmlsec.util.XPathException
Creates a new XPathException instance with the given cause.
XPathException(String) - Constructor for exception oracle.security.xmlsec.util.XPathException
Creates a new XPathException instance with the given message string.
XPathFilter - Class in oracle.security.xmlsec.transform
Internal use only.
XPathFilter(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.XPathFilter
Creates a new XPathFilter instance.
XPathFilter2 - Class in oracle.security.xmlsec.transform
Internal use only.
XPathFilter2(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.XPathFilter2
Creates a new XPathFilter instance.
XSAlgorithmIdentifier - Class in oracle.security.xmlsec.dsig
Class representing a XML-DSIG algorithm identifier element.
XSAlgorithmIdentifier(Element) - Constructor for class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Creates a new XSAlgorithmIdentifier instance from the given Element node.
XSAlgorithmIdentifier(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Creates a new XSAlgorithmIdentifier instance from the given Element node.
XSAlgorithmIdentifier(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Creates a new XSAlgorithmIdentifier instance.
XSAlgorithmIdentifier(Document, String, String) - Constructor for class oracle.security.xmlsec.dsig.XSAlgorithmIdentifier
Creates a new XSAlgorithmIdentifier instance.
XSException - Exception in oracle.security.xmlsec.dsig
Exception thrown to indicate a problem with an XML digital signature.
XSException() - Constructor for exception oracle.security.xmlsec.dsig.XSException
Creates a new XSException instance.
XSException(Throwable) - Constructor for exception oracle.security.xmlsec.dsig.XSException
Creates a new XSException instance with the given cause.
XSException(String) - Constructor for exception oracle.security.xmlsec.dsig.XSException
Creates a new XSException instance with the given message string.
XSException(String, Throwable) - Constructor for exception oracle.security.xmlsec.dsig.XSException
Creates a new XSException instance with the given message string and cause.
XSKeyInfo - Class in oracle.security.xmlsec.dsig
A XML-DSIG KeyInfo element that may contain one or more instances of specific KeyInfo child data elements.
XSKeyInfo(Element) - Constructor for class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new XSKeyInfo instance from the given Element node.
XSKeyInfo(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new XSKeyInfo instance from the given Element node.
XSKeyInfo(Document) - Constructor for class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new XSKeyInfo instance.
XSKeyInfo(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSKeyInfo
Creates a new XSKeyInfo instance.
XSLTTransform - Class in oracle.security.xmlsec.transform
Internal use only.
XSLTTransform(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.XSLTTransform
Creates a new XSLTTransform instance.
XSManifest - Class in oracle.security.xmlsec.dsig
XML structure containing a list of Reference elements.
XSManifest(Element) - Constructor for class oracle.security.xmlsec.dsig.XSManifest
Creates a new XSManifest instance.
XSManifest(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSManifest
Creates a new XSManifest instance.
XSManifest(Document) - Constructor for class oracle.security.xmlsec.dsig.XSManifest
Create a new XSManifest instance.
XSManifest(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSManifest
Create a new XSManifest instance.
XSObject - Class in oracle.security.xmlsec.dsig
The XML-DSIG Object element.
XSObject(Element) - Constructor for class oracle.security.xmlsec.dsig.XSObject
Creates a new XSObject instance from the given Element node.
XSObject(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSObject
Creates a new XSObject instance from the given Element node.
XSObject(Document) - Constructor for class oracle.security.xmlsec.dsig.XSObject
Creates a new XSObject instance.
XSObject(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSObject
Creates a new XSObject instance.
XSObject(Document, String, String, String) - Constructor for class oracle.security.xmlsec.dsig.XSObject
Creates a new XSObject instance.
XSReference - Class in oracle.security.xmlsec.dsig
XML-DSIG Reference element identifying a local or external data object to be signed.
XSReference(Element) - Constructor for class oracle.security.xmlsec.dsig.XSReference
Creates a new XSReference instance from the given Element node.
XSReference(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSReference
Creates a new XSReference instance from the given Element node.
XSReference(Document) - Constructor for class oracle.security.xmlsec.dsig.XSReference
Creates a new XSReference instance.
XSReference(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSReference
Creates a new XSReference instance.
XSReference(Document, String, String, String) - Constructor for class oracle.security.xmlsec.dsig.XSReference
Creates a new XSReference instance.
XSSignature - Class in oracle.security.xmlsec.dsig
The top-level Signature element of the XML-DSIG schema.
XSSignature(Element) - Constructor for class oracle.security.xmlsec.dsig.XSSignature
Creates a new XSSignature instance from the given Element node.
XSSignature(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignature
Creates a new XSSignature instance from the given Element node.
XSSignatureValue - Class in oracle.security.xmlsec.dsig
Class representing a XML-DSIG SignatureValue element.
XSSignatureValue(Element) - Constructor for class oracle.security.xmlsec.dsig.XSSignatureValue
Creates a new XSSignatureValue instance from the given Element node.
XSSignatureValue(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignatureValue
Creates a new XSSignatureValue instance from the given Element node.
XSSignatureValue(Document) - Constructor for class oracle.security.xmlsec.dsig.XSSignatureValue
Creates a new XSSignatureValue instance.
XSSignatureValue(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignatureValue
Creates a new XSSignatureValue instance.
XSSignatureValue(Document, byte[]) - Constructor for class oracle.security.xmlsec.dsig.XSSignatureValue
Creates a new XSSignatureValue instance.
XSSignatureValue(Document, byte[], String) - Constructor for class oracle.security.xmlsec.dsig.XSSignatureValue
Creates a new XSSignatureValue instance.
XSSignedInfo - Class in oracle.security.xmlsec.dsig
XML-DSIG SignedInfo element containing the signature details.
XSSignedInfo(Element) - Constructor for class oracle.security.xmlsec.dsig.XSSignedInfo
Creates a new XSSignedInfo instance.
XSSignedInfo(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignedInfo
Creates a new XSSignedInfo instance.
XSSignedInfo(Document) - Constructor for class oracle.security.xmlsec.dsig.XSSignedInfo
Create a new XSSignedInfo instance.
XSSignedInfo(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignedInfo
Create a new XSSignedInfo instance.
XSSignedInfo(Document, String, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignedInfo
Create a new XSSignedInfo instance.
XSSignedInfo(Document, String, String, String) - Constructor for class oracle.security.xmlsec.dsig.XSSignedInfo
Create a new XSSignedInfo instance.
XSSigProperties - Class in oracle.security.xmlsec.dsig
The XML-DSIG SignatureProperties element.
XSSigProperties(Element) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperties
Creates a new XSSigProperties instance from the given Element node.
XSSigProperties(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperties
Creates a new XSSigProperties instance from the given Element node.
XSSigProperties(Document) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperties
Creates a new XSSigProperties instance.
XSSigProperties(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperties
Creates a new XSSigProperties instance.
XSSigProperty - Class in oracle.security.xmlsec.dsig
The XML-DSIG SignatureProperty element.
XSSigProperty(Element) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperty
Creates a new XSSigProperty instance from the given Element node.
XSSigProperty(Element, String) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperty
Creates a new XSSigProperty instance from the given Element node.
XSSigProperty(Document) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperty
Creates a new XSSigProperty instance.
XSSigProperty(Document, String) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperty
Creates a new XSSigProperty instance.
XSSigProperty(Document, String, String) - Constructor for class oracle.security.xmlsec.dsig.XSSigProperty
Creates a new XSSigProperty instance.
XSTransformer - Class in oracle.security.xmlsec.transform
Internal use only.
XSTransformer() - Constructor for class oracle.security.xmlsec.transform.XSTransformer
Creates a new XSTransformer instance.
XSTransformer(XSAlgorithmIdentifier) - Constructor for class oracle.security.xmlsec.transform.XSTransformer
Creates a new XSTransformer instance, and checks that the given XSAlgorithmIdentifier is a XML-DSIG Transform element.
XSTransformerAdapter - Class in oracle.security.xmlsec.transform
 
XSTransformerAdapter() - Constructor for class oracle.security.xmlsec.transform.XSTransformerAdapter
 

Y

YES_TO_SELF - Static variable in interface oracle.security.xmlsec.transform.NodeFilterTransform
 
YES_TO_SELF_AND_DESCENDANTS - Static variable in interface oracle.security.xmlsec.transform.NodeFilterTransform
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-05


Copyright © 2005, 2013 , Oracle. All rights reserved.