XML Digital Signature and Encryption, 1.0

Constant Field Values


Contents
javax.xml.*

javax.xml.crypto.dsig.CanonicalizationMethod
public static final java.lang.String EXCLUSIVE "http://www.w3.org/2001/10/xml-exc-c14n#"
public static final java.lang.String EXCLUSIVE_WITH_COMMENTS "http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
public static final java.lang.String INCLUSIVE "http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
public static final java.lang.String INCLUSIVE_WITH_COMMENTS "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"

javax.xml.crypto.dsig.DigestMethod
public static final java.lang.String RIPEMD160 "http://www.w3.org/2001/04/xmlenc#ripemd160"
public static final java.lang.String SHA1 "http://www.w3.org/2000/09/xmldsig#sha1"
public static final java.lang.String SHA256 "http://www.w3.org/2001/04/xmlenc#sha256"
public static final java.lang.String SHA512 "http://www.w3.org/2001/04/xmlenc#sha512"

javax.xml.crypto.dsig.Manifest
public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#Manifest"

javax.xml.crypto.dsig.SignatureMethod
public static final java.lang.String DSA_SHA1 "http://www.w3.org/2000/09/xmldsig#dsa-sha1"
public static final java.lang.String HMAC_SHA1 "http://www.w3.org/2000/09/xmldsig#hmac-sha1"
public static final java.lang.String RSA_SHA1 "http://www.w3.org/2000/09/xmldsig#rsa-sha1"

javax.xml.crypto.dsig.SignatureProperties
public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#SignatureProperties"

javax.xml.crypto.dsig.Transform
public static final java.lang.String BASE64 "http://www.w3.org/2000/09/xmldsig#base64"
public static final java.lang.String ENVELOPED "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
public static final java.lang.String XPATH "http://www.w3.org/TR/1999/REC-xpath-19991116"
public static final java.lang.String XPATH2 "http://www.w3.org/2002/06/xmldsig-filter2"
public static final java.lang.String XSLT "http://www.w3.org/TR/1999/REC-xslt-19991116"

javax.xml.crypto.dsig.XMLObject
public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#Object"

javax.xml.crypto.dsig.XMLSignature
public static final java.lang.String XMLNS "http://www.w3.org/2000/09/xmldsig#"

javax.xml.crypto.dsig.keyinfo.KeyValue
public static final java.lang.String DSA_TYPE "http://www.w3.org/2000/09/xmldsig#DSAKeyValue"
public static final java.lang.String RSA_TYPE "http://www.w3.org/2000/09/xmldsig#RSAKeyValue"

javax.xml.crypto.dsig.keyinfo.PGPData
public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#PGPData"

javax.xml.crypto.dsig.keyinfo.X509Data
public static final java.lang.String RAW_X509_CERTIFICATE_TYPE "http://www.w3.org/2000/09/xmldsig#rawX509Certificate"
public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#X509Data"

javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
public static final java.lang.String DEFAULT "#default"

javax.xml.crypto.enc.EncryptedType
public static final java.lang.String CONTENT "http://www.w3.org/2001/04/xmlenc#Content"
public static final java.lang.String ELEMENT "http://www.w3.org/2001/04/xmlenc#Element"
public static final java.lang.String XMLNS "http://www.w3.org/2001/04/xmlenc#"

javax.xml.crypto.enc.EncryptionMethod
public static final java.lang.String AES128_CBC "http://www.w3.org/2001/04/xmlenc#aes128-cbc"
public static final java.lang.String AES192_CBC "http://www.w3.org/2001/04/xmlenc#aes192-cbc"
public static final java.lang.String AES256_CBC "http://www.w3.org/2001/04/xmlenc#aes256-cbc"
public static final java.lang.String KW_AES128 "http://www.w3.org/2001/04/xmlenc#kw-aes128"
public static final java.lang.String KW_AES192 "http://www.w3.org/2001/04/xmlenc#kw-aes192"
public static final java.lang.String KW_AES256 "http://www.w3.org/2001/04/xmlenc#kw-aes256"
public static final java.lang.String KW_TRIPLEDES "http://www.w3.org/2001/04/xmlenc#kw-tripledes"
public static final java.lang.String RSA_1_5 "http://www.w3.org/2001/04/xmlenc#rsa-1_5"
public static final java.lang.String RSA_OAEP_MGF1P "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
public static final java.lang.String TRIPLEDES_CBC "http://www.w3.org/2001/04/xmlenc#tripledes-cbc"

javax.xml.crypto.enc.EncryptionProperties
public static final java.lang.String TYPE "http://www.w3.org/2001/04/xmlenc#EncryptionProperties"

javax.xml.crypto.enc.keyinfo.AgreementMethod
public static final java.lang.String DH "http://www.w3.org/2001/04/xmlenc#dh"

javax.xml.crypto.enc.keyinfo.DHKeyValue
public static final java.lang.String TYPE "http://www.w3.org/2001/04/xmlenc#DHKeyValue"

javax.xml.crypto.enc.keyinfo.EncryptedKey
public static final java.lang.String TYPE "http://www.w3.org/2001/04/xmlenc#EncryptedKey"


XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org