Constant Field Values

Contents

javax.xml.*

  • javax.xml.crypto.dsig.CanonicalizationMethod 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#Manifest"
  • javax.xml.crypto.dsig.SignatureMethod 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#SignatureProperties"
  • javax.xml.crypto.dsig.Transform 
    Modifier and Type Constant Field Value
    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.TransformException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5082634801360427800L
  • javax.xml.crypto.dsig.XMLObject 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#Object"
  • javax.xml.crypto.dsig.XMLSignature 
    Modifier and Type Constant Field Value
    public static final java.lang.String XMLNS "http://www.w3.org/2000/09/xmldsig#"
  • javax.xml.crypto.dsig.XMLSignatureException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -3438102491013869995L
  • javax.xml.crypto.dsig.keyinfo.KeyValue 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2000/09/xmldsig#PGPData"
  • javax.xml.crypto.dsig.keyinfo.X509Data 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT "#default"
  • javax.xml.crypto.enc.EncryptedType 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    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 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2001/04/xmlenc#EncryptionProperties"
  • javax.xml.crypto.enc.keyinfo.AgreementMethod 
    Modifier and Type Constant Field Value
    public static final java.lang.String DH "http://www.w3.org/2001/04/xmlenc#dh"
  • javax.xml.crypto.enc.keyinfo.DHKeyValue 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2001/04/xmlenc#DHKeyValue"
  • javax.xml.crypto.enc.keyinfo.EncryptedKey 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "http://www.w3.org/2001/04/xmlenc#EncryptedKey"
XML Security (JSR 105/106), 1.8

Copyright © 2015 IBM Corporation. All Rights Reserved.