Skip navigation links

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

E10680-04


oracle.security.xmlsec.util
Interface XMLURI


public interface XMLURI

Defined URI string constants for algorithms, namespaces and objects.

The following naming convention is used:


Field Summary
static java.lang.String alg_aes128_CBC
          Block encryption algorithm URI for AES-128 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes128-cbc".
static java.lang.String alg_aes192_CBC
          Block encryption algorithm URI for AES-192 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes192-cbc".
static java.lang.String alg_aes256_CBC
          Block encryption algorithm URI for AES-256 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes256-cbc".
static java.lang.String alg_base64
          Transform algorithm URI for Base-64 decoding "http://www.w3.org/2000/09/xmldsig#base64".
static java.lang.String alg_c14n
          Canonicalization algorithm URI for XML-C14N "http://www.w3.org/TR/2001/REC-xml-c14n-20010315".
static java.lang.String alg_c14n11
          Canonicalization algorithm URI for XML-C14N 1.1 "http://www.w3.org/2006/12/xml-c14n11"
static java.lang.String alg_c14n11WithComments
          Canonicalization algorithm URI for XML-C14N 1.1 with comments "http://www.w3.org/2006/12/xml-c14n11#WithComments"
static java.lang.String alg_c14nWithComments
          Canonicalization algorithm URI for XML-C14N with comments "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments".
static java.lang.String alg_decryptBinary
          Transform algorithm URI for Decryption Transform in Binary mode "http://www.w3.org/2002/07/decrypt#Binary".
static java.lang.String alg_decryptXML
          Transform algorithm URI for Decryption Transform in XML mode "http://www.w3.org/2002/07/decrypt#XML".
static java.lang.String alg_dh
          Key agreement algorithm URI for Diffie-Hellman "http://www.w3.org/2001/04/xmlenc#dh".
static java.lang.String alg_dsaWithSHA1
          Signature algorithm URI for DSA with SHA1 "http://www.w3.org/2000/09/xmldsig#dsa-sha1".
static java.lang.String alg_ecdsaWithSHA1
           
static java.lang.String alg_ecdsaWithSHA224
           
static java.lang.String alg_ecdsaWithSHA256
           
static java.lang.String alg_ecdsaWithSHA384
           
static java.lang.String alg_ecdsaWithSHA512
           
static java.lang.String alg_envelopedSignature
          Transform algorithm URI for Enveloped Signature transform "http://www.w3.org/2000/09/xmldsig#enveloped-signature".
static java.lang.String alg_exclusiveC14N
          Canonicalization algorithm URI for XML Exclusive C14N "http://www.w3.org/2001/10/xml-exc-c14n#".
static java.lang.String alg_exclusiveC14NWithComments
          Canonicalization algorithm URI for XML Exclusive C14N with comments "http://www.w3.org/2001/10/xml-exc-c14n#WithComments".
static java.lang.String alg_hmacMD5
          Non-standard MAC algorithm URI for HMAC-MD5 "http://www.w3.org/2001/04/xmldsig-more#hmac-md5".
static java.lang.String alg_hmacSHA1
          MAC algorithm URI for HMAC-SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1".
static java.lang.String alg_hmacSHA256
          Signature algorithm URI for HMAC with SHA256 "http://www.w3.org/2001/04/xmldsig-more#hmac-sha256".
static java.lang.String alg_hmacSHA384
          Signature algorithm URI for HMAC with SHA384 "http://www.w3.org/2000/09/xmldsig#hmac-sha384".
static java.lang.String alg_hmacSHA512
          Signature algorithm URI for HMAC with SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1".
static java.lang.String alg_kwAES128
          Symmetric key wrap algorithm identifying URI for AES-128 "http://www.w3.org/2001/04/xmlenc#kw-aes128".
static java.lang.String alg_kwAES192
          Symmetric key wrap algorithm URI for AES-192 "http://www.w3.org/2001/04/xmlenc#kw-aes192".
static java.lang.String alg_kwAES256
          Symmetric key wrap algorithm URI for AES-256 "http://www.w3.org/2001/04/xmlenc#kw-aes256".
static java.lang.String alg_kwTripleDES
          Symmetric key wrap algorithm URI for triple DES "http://www.w3.org/2001/04/xmlenc#kw-tripledes".
static java.lang.String alg_md5
          Non-standard digest algorithm URI for MD5 "http://www.w3.org/2001/04/xmldsig-more#md5".
static java.lang.String alg_rsaOAEP_MGF1
          Key transport algorithm URI for RSAES-OAEP-ENCRYPT with MGF1 "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p".
static java.lang.String alg_rsaV15
          Key transport algorithm URI for RSAES-PKCS1-v1_5 "http://www.w3.org/2001/04/xmlenc#rsa-1_5".
static java.lang.String alg_rsaWithSHA1
          Signature algorithm URI for RSA with SHA1 "http://www.w3.org/2000/09/xmldsig#rsa-sha1".
static java.lang.String alg_rsaWithSHA256
          Signature algorithm URI for RSA with SHA256 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 "
static java.lang.String alg_rsaWithSHA384
          Signature algorithm URI for RSA with SHA384 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384".
static java.lang.String alg_rsaWithSHA512
          Signature algorithm URI for RSA with SHA512 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512".
static java.lang.String alg_sha1
          Digest algorithm URI for SHA1 "http://www.w3.org/2000/09/xmldsig#sha1".
static java.lang.String alg_sha256
          Digest algorithm URI for SHA256 "http://www.w3.org/2001/04/xmlenc#sha256".
static java.lang.String alg_sha384
          Non-standard digest algorithm URI for SHA384 "http://www.w3.org/2001/04/xmldsig-more#sha384".
static java.lang.String alg_sha512
          Digest algorithm URI for SHA512 "http://www.w3.org/2001/04/xmlenc#sha512".
static java.lang.String alg_tripleDES_CBC
          Block encryption algorithm URI for triple DES "http://www.w3.org/2001/04/xmlenc#tripledes-cbc".
static java.lang.String alg_xpath
          Transform algorithm URI for XPath filter "http://www.w3.org/TR/1999/REC-xpath-19991116".
static java.lang.String alg_xpath2
          Transform algorithm URI for XPath filter 2.0 "http://www.w3.org/2002/06/xmldsig-filter2".
static java.lang.String alg_xslt
          Transform algorithm URI for XSLT stylesheet transform "http://www.w3.org/TR/1999/REC-xslt-19991116".
static java.lang.String ns_decrypt
          Namespace URI for Decryption Transform "http://www.w3.org/2002/07/decrypt#".
static java.lang.String ns_soap_enc
          NamespaceURI for SOAP 1.1 serialization encoding "http://schemas.xmlsoap.org/soap/encoding/".
static java.lang.String ns_soap_env
          Namespace URI for SOAP 1.1 Envelope "http://schemas.xmlsoap.org/soap/envelope/".
static java.lang.String ns_soap11_enc
          NamespaceURI for SOAP 1.1 serialization encoding "http://schemas.xmlsoap.org/soap/encoding/".
static java.lang.String ns_soap11_env
          Namespace URI for SOAP 1.1 Envelope "http://schemas.xmlsoap.org/soap/envelope/".
static java.lang.String ns_soap12_env
          Namespace URI for SOAP 1.2 Envelope "http://www.w3.org/2003/05/soap-envelope".
static java.lang.String ns_soapsec
          Namespace URI for SOAP Security Extensions "http://schemas.xmlsoap.org/soap/security/2000-12".
static java.lang.String ns_xml
          Namespace URI for the XML namespace "http://www.w3.org/XML/1998/namespace".
static java.lang.String ns_xmldsig
          Namespace URI for XML-DSIG "http://www.w3.org/2000/09/xmldsig#".
static java.lang.String ns_xmldsig_more
          Namespace URI for Additional XML Security URIs "http://www.w3.org/2001/04/xmldsig-more#".
static java.lang.String ns_xmldsig11
          Namespace URI for XML-DSIG 1.1 "http://www.w3.org/2009/xmldsig11#".
static java.lang.String ns_xmlenc
          Namespace URI for XML Encryption "http://www.w3.org/2001/04/xmlenc#".
static java.lang.String ns_xmlns
          Namespace URI for the XML Names namespace "http://www.w3.org/2000/xmlns/".
static java.lang.String ns_xop_include
          RH Namespace URI for XOP Include "http://www.w3.org/2004/08/xop/include"
static java.lang.String ns_xsi
          Namespace URI for the W3C XML schema instance "http://www.w3.org/2001/XMLSchema-instance".
static java.lang.String obj_Content
          Data object type URI for encrypted XML element content data "http://www.w3.org/2001/04/xmlenc#Content".
static java.lang.String obj_DHKeyValue
          KeyInfo object type URI for Diffie-Hellman Key Value "http://www.w3.org/2001/04/xmlenc#DHKeyValue".
static java.lang.String obj_DSAKeyValue
          KeyInfo object type URI for DSA key value "http//www.w3.org/2000/09/xmldsig#DSAKeyValue".
static java.lang.String obj_ECDSAKeyValue
          KeyInfo object type URI for RFC 4050's ECDSAKeyValue "http://www.w3.org/2001/04/xmldsig-more#ECDSAKeyValue"
static java.lang.String obj_ECKeyValue
          KeyInfo object type URI for XML Signature 1.1's ECKeyValue "http://www.w3.org/2009/xmldsig11#ECKeyValue"
static java.lang.String obj_Element
          Data object type URI for encrypted XML element data "http://www.w3.org/2001/04/xmlenc#Element".
static java.lang.String obj_EncryptedKey
          Data object type URI for XML Encryption element EncryptedKey "http://www.w3.org/2001/04/xmlenc#EncryptedKey".
static java.lang.String obj_EncryptionProperties
          Object type URI for XML Encryption element EncryptionProperties "http://www.w3.org/2001/04/xmlenc#EncryptionProperties".
static java.lang.String obj_KeyName
          Non-standard KeyInfo object type URI for key name "http://www.w3.org/2000/09/xmldsig-more#KeyName".
static java.lang.String obj_Manifest
          Referenced data object type URI for Manifest "http://www.w3.org/2000/09/xmldsig#Manifest".
static java.lang.String obj_MgmtData
          KeyInfo object type URI for key management data "http://www.w3.org/2000/09/xmldsig#MgmtData".
static java.lang.String obj_Object
          Referenced data object type URI for Object "http://www.w3.org/2000/09/xmldsig#Object".
static java.lang.String obj_PGPData
          KeyInfo object type URI for PGP key data "http://www.w3.org/2000/09/xmldsig#PGPData".
static java.lang.String obj_rawX509Certificate
          KeyInfo object type URI for a raw (base64-encoded binary) X509 certificate "http://www.w3.org/2000/09/xmldsig#rawX509Certificate".
static java.lang.String obj_RetrievalMethod
          Non-standard KeyInfo object type URI for retrieval method "http://www.w3.org/2000/09/xmldsig-more#RetrievalMethod".
static java.lang.String obj_RSAKeyValue
          KeyInfo object type URI for RSA key value "http//www.w3.org/2000/09/xmldsig#RSAKeyValue".
static java.lang.String obj_SignatureProperties
          Referenced data object type URI for Signature Properties "http://www.w3.org/2000/09/xmldsig#SignatureProperties".
static java.lang.String obj_SPKIData
          KeyInfo object type URI for SPKI key data "http://www.w3.org/2000/09/xmldsig#SPKIData".
static java.lang.String obj_X509Data
          KeyInfo object type URI for X509 key data "http://www.w3.org/2000/09/xmldsig#X509Data".
static java.lang.String uri_soap_actor_next
          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".
static java.lang.String uri_soap11_actor_next
          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".
static java.lang.String uri_soap12_role_next
          URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/next".
static java.lang.String uri_soap12_role_none
          URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/none".
static java.lang.String uri_soap12_role_ultimateReceiver
          URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver".

 

Field Detail

alg_sha1

static final java.lang.String alg_sha1
Digest algorithm URI for SHA1 "http://www.w3.org/2000/09/xmldsig#sha1".
See Also:
Constant Field Values

alg_md5

static final java.lang.String alg_md5
Non-standard digest algorithm URI for MD5 "http://www.w3.org/2001/04/xmldsig-more#md5". Note: This URI is defined in Internet Draft draft-eastlake-xmldsig-uri-02.txt, and may not be supported in future releases.
See Also:
Constant Field Values

alg_hmacSHA1

static final java.lang.String alg_hmacSHA1
MAC algorithm URI for HMAC-SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1".
See Also:
Constant Field Values

alg_hmacSHA256

static final java.lang.String alg_hmacSHA256
Signature algorithm URI for HMAC with SHA256 "http://www.w3.org/2001/04/xmldsig-more#hmac-sha256".
See Also:
Constant Field Values

alg_hmacSHA384

static final java.lang.String alg_hmacSHA384
Signature algorithm URI for HMAC with SHA384 "http://www.w3.org/2000/09/xmldsig#hmac-sha384".
See Also:
Constant Field Values

alg_hmacSHA512

static final java.lang.String alg_hmacSHA512
Signature algorithm URI for HMAC with SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1".
See Also:
Constant Field Values

alg_hmacMD5

static final java.lang.String alg_hmacMD5
Non-standard MAC algorithm URI for HMAC-MD5 "http://www.w3.org/2001/04/xmldsig-more#hmac-md5". Note: This URI is defined in Internet Draft draft-eastlake-xmldsig-uri-02.txt, and may not be supported in future releases.
Since:
1.2
See Also:
Constant Field Values

alg_dsaWithSHA1

static final java.lang.String alg_dsaWithSHA1
Signature algorithm URI for DSA with SHA1 "http://www.w3.org/2000/09/xmldsig#dsa-sha1".
See Also:
Constant Field Values

alg_rsaWithSHA1

static final java.lang.String alg_rsaWithSHA1
Signature algorithm URI for RSA with SHA1 "http://www.w3.org/2000/09/xmldsig#rsa-sha1".
See Also:
Constant Field Values

alg_rsaWithSHA384

static final java.lang.String alg_rsaWithSHA384
Signature algorithm URI for RSA with SHA384 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384".
See Also:
Constant Field Values

alg_rsaWithSHA512

static final java.lang.String alg_rsaWithSHA512
Signature algorithm URI for RSA with SHA512 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512".
See Also:
Constant Field Values

alg_rsaWithSHA256

static final java.lang.String alg_rsaWithSHA256
Signature algorithm URI for RSA with SHA256 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 "
See Also:
Constant Field Values

alg_ecdsaWithSHA1

static final java.lang.String alg_ecdsaWithSHA1
See Also:
Constant Field Values

alg_ecdsaWithSHA224

static final java.lang.String alg_ecdsaWithSHA224
See Also:
Constant Field Values

alg_ecdsaWithSHA256

static final java.lang.String alg_ecdsaWithSHA256
See Also:
Constant Field Values

alg_ecdsaWithSHA384

static final java.lang.String alg_ecdsaWithSHA384
See Also:
Constant Field Values

alg_ecdsaWithSHA512

static final java.lang.String alg_ecdsaWithSHA512
See Also:
Constant Field Values

alg_c14n

static final java.lang.String alg_c14n
Canonicalization algorithm URI for XML-C14N "http://www.w3.org/TR/2001/REC-xml-c14n-20010315".
See Also:
Constant Field Values

alg_c14nWithComments

static final java.lang.String alg_c14nWithComments
Canonicalization algorithm URI for XML-C14N with comments "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments".
See Also:
Constant Field Values

alg_exclusiveC14N

static final java.lang.String alg_exclusiveC14N
Canonicalization algorithm URI for XML Exclusive C14N "http://www.w3.org/2001/10/xml-exc-c14n#".
See Also:
Constant Field Values

alg_exclusiveC14NWithComments

static final java.lang.String alg_exclusiveC14NWithComments
Canonicalization algorithm URI for XML Exclusive C14N with comments "http://www.w3.org/2001/10/xml-exc-c14n#WithComments".
See Also:
Constant Field Values

alg_c14n11

static final java.lang.String alg_c14n11
Canonicalization algorithm URI for XML-C14N 1.1 "http://www.w3.org/2006/12/xml-c14n11"
See Also:
Constant Field Values

alg_c14n11WithComments

static final java.lang.String alg_c14n11WithComments
Canonicalization algorithm URI for XML-C14N 1.1 with comments "http://www.w3.org/2006/12/xml-c14n11#WithComments"
See Also:
Constant Field Values

alg_base64

static final java.lang.String alg_base64
Transform algorithm URI for Base-64 decoding "http://www.w3.org/2000/09/xmldsig#base64".
See Also:
Constant Field Values

alg_xslt

static final java.lang.String alg_xslt
Transform algorithm URI for XSLT stylesheet transform "http://www.w3.org/TR/1999/REC-xslt-19991116".
See Also:
Constant Field Values

alg_xpath

static final java.lang.String alg_xpath
Transform algorithm URI for XPath filter "http://www.w3.org/TR/1999/REC-xpath-19991116".
See Also:
Constant Field Values

alg_xpath2

static final java.lang.String alg_xpath2
Transform algorithm URI for XPath filter 2.0 "http://www.w3.org/2002/06/xmldsig-filter2".
See Also:
Constant Field Values

alg_envelopedSignature

static final java.lang.String alg_envelopedSignature
Transform algorithm URI for Enveloped Signature transform "http://www.w3.org/2000/09/xmldsig#enveloped-signature".
See Also:
Constant Field Values

alg_decryptXML

static final java.lang.String alg_decryptXML
Transform algorithm URI for Decryption Transform in XML mode "http://www.w3.org/2002/07/decrypt#XML". Note: This URI has changed from its value in the 2001 working draft specification, which was "http://www.w3.org/2001/04/decrypt#".
Since:
2.0
See Also:
Constant Field Values

alg_decryptBinary

static final java.lang.String alg_decryptBinary
Transform algorithm URI for Decryption Transform in Binary mode "http://www.w3.org/2002/07/decrypt#Binary". Note: This URI has changed from its value in the 2001 working draft specification, which was "http://www.w3.org/2001/04/decrypt#".
Since:
2.0
See Also:
Constant Field Values

alg_tripleDES_CBC

static final java.lang.String alg_tripleDES_CBC
Block encryption algorithm URI for triple DES "http://www.w3.org/2001/04/xmlenc#tripledes-cbc".
See Also:
Constant Field Values

alg_aes128_CBC

static final java.lang.String alg_aes128_CBC
Block encryption algorithm URI for AES-128 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes128-cbc".
See Also:
Constant Field Values

alg_aes256_CBC

static final java.lang.String alg_aes256_CBC
Block encryption algorithm URI for AES-256 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes256-cbc".
See Also:
Constant Field Values

alg_aes192_CBC

static final java.lang.String alg_aes192_CBC
Block encryption algorithm URI for AES-192 in CBC mode "http://www.w3.org/2001/04/xmlenc#aes192-cbc".
See Also:
Constant Field Values

alg_rsaV15

static final java.lang.String alg_rsaV15
Key transport algorithm URI for RSAES-PKCS1-v1_5 "http://www.w3.org/2001/04/xmlenc#rsa-1_5".
See Also:
Constant Field Values

alg_rsaOAEP_MGF1

static final java.lang.String alg_rsaOAEP_MGF1
Key transport algorithm URI for RSAES-OAEP-ENCRYPT with MGF1 "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p".
See Also:
Constant Field Values

alg_dh

static final java.lang.String alg_dh
Key agreement algorithm URI for Diffie-Hellman "http://www.w3.org/2001/04/xmlenc#dh".
See Also:
Constant Field Values

alg_kwTripleDES

static final java.lang.String alg_kwTripleDES
Symmetric key wrap algorithm URI for triple DES "http://www.w3.org/2001/04/xmlenc#kw-tripledes".
See Also:
Constant Field Values

alg_kwAES128

static final java.lang.String alg_kwAES128
Symmetric key wrap algorithm identifying URI for AES-128 "http://www.w3.org/2001/04/xmlenc#kw-aes128".
See Also:
Constant Field Values

alg_kwAES192

static final java.lang.String alg_kwAES192
Symmetric key wrap algorithm URI for AES-192 "http://www.w3.org/2001/04/xmlenc#kw-aes192".
See Also:
Constant Field Values

alg_kwAES256

static final java.lang.String alg_kwAES256
Symmetric key wrap algorithm URI for AES-256 "http://www.w3.org/2001/04/xmlenc#kw-aes256".
See Also:
Constant Field Values

alg_sha256

static final java.lang.String alg_sha256
Digest algorithm URI for SHA256 "http://www.w3.org/2001/04/xmlenc#sha256".
See Also:
Constant Field Values

alg_sha512

static final java.lang.String alg_sha512
Digest algorithm URI for SHA512 "http://www.w3.org/2001/04/xmlenc#sha512".
See Also:
Constant Field Values

alg_sha384

static final java.lang.String alg_sha384
Non-standard digest algorithm URI for SHA384 "http://www.w3.org/2001/04/xmldsig-more#sha384". Note: This URI is defined in Internet Draft draft-eastlake-xmldsig-uri-02.txt, and may not be supported in future releases.
Since:
1.2
See Also:
Constant Field Values

ns_xml

static final java.lang.String ns_xml
Namespace URI for the XML namespace "http://www.w3.org/XML/1998/namespace".
See Also:
Constant Field Values

ns_xmlns

static final java.lang.String ns_xmlns
Namespace URI for the XML Names namespace "http://www.w3.org/2000/xmlns/".
See Also:
Constant Field Values

ns_xmldsig

static final java.lang.String ns_xmldsig
Namespace URI for XML-DSIG "http://www.w3.org/2000/09/xmldsig#".
See Also:
Constant Field Values

ns_xmlenc

static final java.lang.String ns_xmlenc
Namespace URI for XML Encryption "http://www.w3.org/2001/04/xmlenc#".
See Also:
Constant Field Values

ns_xmldsig_more

static final java.lang.String ns_xmldsig_more
Namespace URI for Additional XML Security URIs "http://www.w3.org/2001/04/xmldsig-more#". Note: This URI is defined in Internet Draft draft-eastlake-xmldsig-uri-02.txt, and may not be supported in future releases.
Since:
1.2
See Also:
Constant Field Values

ns_xmldsig11

static final java.lang.String ns_xmldsig11
Namespace URI for XML-DSIG 1.1 "http://www.w3.org/2009/xmldsig11#".
See Also:
Constant Field Values

ns_decrypt

static final java.lang.String ns_decrypt
Namespace URI for Decryption Transform "http://www.w3.org/2002/07/decrypt#". Note: This URI has changed from its value in the 2001 working draft specification, which was "http://www.w3.org/2001/04/decrypt#".
Since:
1.2
See Also:
Constant Field Values

ns_soapsec

static final java.lang.String ns_soapsec
Namespace URI for SOAP Security Extensions "http://schemas.xmlsoap.org/soap/security/2000-12".
Since:
2.0
See Also:
Constant Field Values

ns_xsi

static final java.lang.String ns_xsi
Namespace URI for the W3C XML schema instance "http://www.w3.org/2001/XMLSchema-instance".
Since:
2.1
See Also:
Constant Field Values

ns_soap11_env

static final java.lang.String ns_soap11_env
Namespace URI for SOAP 1.1 Envelope "http://schemas.xmlsoap.org/soap/envelope/".
Since:
2.3.0
See Also:
Constant Field Values

ns_soap_env

static final java.lang.String ns_soap_env
Namespace URI for SOAP 1.1 Envelope "http://schemas.xmlsoap.org/soap/envelope/".
Since:
2.1
See Also:
Constant Field Values

ns_soap11_enc

static final java.lang.String ns_soap11_enc
NamespaceURI for SOAP 1.1 serialization encoding "http://schemas.xmlsoap.org/soap/encoding/".
Since:
2.3.0
See Also:
Constant Field Values

ns_soap_enc

static final java.lang.String ns_soap_enc
NamespaceURI for SOAP 1.1 serialization encoding "http://schemas.xmlsoap.org/soap/encoding/".
Since:
2.1
See Also:
Constant Field Values

ns_soap12_env

static final java.lang.String ns_soap12_env
Namespace URI for SOAP 1.2 Envelope "http://www.w3.org/2003/05/soap-envelope".
Since:
2.3.0
See Also:
Constant Field Values

ns_xop_include

static final java.lang.String ns_xop_include
RH Namespace URI for XOP Include "http://www.w3.org/2004/08/xop/include"
See Also:
Constant Field Values

uri_soap11_actor_next

static final java.lang.String uri_soap11_actor_next
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".
Since:
2.3.0
See Also:
Constant Field Values

uri_soap_actor_next

static final java.lang.String uri_soap_actor_next
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".
Since:
2.1
See Also:
Constant Field Values

uri_soap12_role_none

static final java.lang.String uri_soap12_role_none
URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/none".
Since:
2.3.0
See Also:
Constant Field Values

uri_soap12_role_next

static final java.lang.String uri_soap12_role_next
URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/next".
Since:
2.3.0
See Also:
Constant Field Values

uri_soap12_role_ultimateReceiver

static final java.lang.String uri_soap12_role_ultimateReceiver
URI for the SOAP 1.2 "role" attribute value "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver".
Since:
2.3.0
See Also:
Constant Field Values

obj_Object

static final java.lang.String obj_Object
Referenced data object type URI for Object "http://www.w3.org/2000/09/xmldsig#Object".
See Also:
Constant Field Values

obj_Manifest

static final java.lang.String obj_Manifest
Referenced data object type URI for Manifest "http://www.w3.org/2000/09/xmldsig#Manifest".
See Also:
Constant Field Values

obj_SignatureProperties

static final java.lang.String obj_SignatureProperties
Referenced data object type URI for Signature Properties "http://www.w3.org/2000/09/xmldsig#SignatureProperties".
See Also:
Constant Field Values

obj_DSAKeyValue

static final java.lang.String obj_DSAKeyValue
KeyInfo object type URI for DSA key value "http//www.w3.org/2000/09/xmldsig#DSAKeyValue".
See Also:
Constant Field Values

obj_RSAKeyValue

static final java.lang.String obj_RSAKeyValue
KeyInfo object type URI for RSA key value "http//www.w3.org/2000/09/xmldsig#RSAKeyValue".
See Also:
Constant Field Values

obj_ECDSAKeyValue

static final java.lang.String obj_ECDSAKeyValue
KeyInfo object type URI for RFC 4050's ECDSAKeyValue "http://www.w3.org/2001/04/xmldsig-more#ECDSAKeyValue"
See Also:
Constant Field Values

obj_ECKeyValue

static final java.lang.String obj_ECKeyValue
KeyInfo object type URI for XML Signature 1.1's ECKeyValue "http://www.w3.org/2009/xmldsig11#ECKeyValue"
See Also:
Constant Field Values

obj_X509Data

static final java.lang.String obj_X509Data
KeyInfo object type URI for X509 key data "http://www.w3.org/2000/09/xmldsig#X509Data".
See Also:
Constant Field Values

obj_PGPData

static final java.lang.String obj_PGPData
KeyInfo object type URI for PGP key data "http://www.w3.org/2000/09/xmldsig#PGPData".
See Also:
Constant Field Values

obj_SPKIData

static final java.lang.String obj_SPKIData
KeyInfo object type URI for SPKI key data "http://www.w3.org/2000/09/xmldsig#SPKIData".
See Also:
Constant Field Values

obj_MgmtData

static final java.lang.String obj_MgmtData
KeyInfo object type URI for key management data "http://www.w3.org/2000/09/xmldsig#MgmtData".
See Also:
Constant Field Values

obj_rawX509Certificate

static final java.lang.String obj_rawX509Certificate
KeyInfo object type URI for a raw (base64-encoded binary) X509 certificate "http://www.w3.org/2000/09/xmldsig#rawX509Certificate".
See Also:
Constant Field Values

obj_KeyName

static final java.lang.String obj_KeyName
Non-standard KeyInfo object type URI for key name "http://www.w3.org/2000/09/xmldsig-more#KeyName". Note: This URI is defined in Internet Draft draft-eastlake-xmldsig-uri-02.txt, and may not be supported in future releases.
Since:
1.2
See Also:
Constant Field Values

obj_RetrievalMethod

static final java.lang.String obj_RetrievalMethod
Non-standard KeyInfo object type URI for retrieval method "http://www.w3.org/2000/09/xmldsig-more#RetrievalMethod". Note: This URI is defined in Internet Draft draft-eastlake-xmldsig-uri-02.txt, and may not be supported in future releases.
Since:
1.2
See Also:
Constant Field Values

obj_Element

static final java.lang.String obj_Element
Data object type URI for encrypted XML element data "http://www.w3.org/2001/04/xmlenc#Element".
See Also:
Constant Field Values

obj_Content

static final java.lang.String obj_Content
Data object type URI for encrypted XML element content data "http://www.w3.org/2001/04/xmlenc#Content".
See Also:
Constant Field Values

obj_EncryptedKey

static final java.lang.String obj_EncryptedKey
Data object type URI for XML Encryption element EncryptedKey "http://www.w3.org/2001/04/xmlenc#EncryptedKey".
See Also:
Constant Field Values

obj_EncryptionProperties

static final java.lang.String obj_EncryptionProperties
Object type URI for XML Encryption element EncryptionProperties "http://www.w3.org/2001/04/xmlenc#EncryptionProperties".
See Also:
Constant Field Values

obj_DHKeyValue

static final java.lang.String obj_DHKeyValue
KeyInfo object type URI for Diffie-Hellman Key Value "http://www.w3.org/2001/04/xmlenc#DHKeyValue".
See Also:
Constant Field Values

Skip navigation links

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

E10680-04


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