Package org.apache.xml.security.utils
Class Constants
- java.lang.Object
-
- org.apache.xml.security.utils.Constants
-
public final class Constants extends Object
Provides all constants and some translation functions for i18n. For the used Algorithm identifiers and Namespaces, look at the XML Signature specification.- Author:
- $Author: coheigea $
-
-
Field Summary
Fields Modifier and Type Field Description static String
_ATT_ALGORITHM
Tag of Attr Algorithmstatic String
_ATT_ENCODING
Tag of Attr Encodingstatic String
_ATT_ID
Tag of Attr Idstatic String
_ATT_MIMETYPE
Tag of Attr MimeTypestatic String
_ATT_TARGET
Tag of Attr Targetstatic String
_ATT_TYPE
Tag of Attr Typestatic String
_ATT_URI
Tag of Attr URIstatic String
_TAG_CANONICALIZATIONMETHOD
Tag of Element CanonicalizationMethodstatic String
_TAG_DERENCODEDKEYVALUE
Tag of Element PGPKeyPacketstatic String
_TAG_DIGESTMETHOD
Tag of Element DigestMethodstatic String
_TAG_DIGESTVALUE
Tag of Element DigestValuestatic String
_TAG_DSAKEYVALUE
Tag of Element DSAKeyValuestatic String
_TAG_EXPONENT
Tag of Element Exponentstatic String
_TAG_G
Tag of Element Gstatic String
_TAG_HMACOUTPUTLENGTH
Tag of Element HMACOutputLengthstatic String
_TAG_J
Tag of Element Jstatic String
_TAG_KEYINFO
Tag of Element KeyInfostatic String
_TAG_KEYINFOREFERENCE
Tag of Element PGPKeyPacketstatic String
_TAG_KEYNAME
Tag of Element KeyNamestatic String
_TAG_KEYVALUE
Tag of Element KeyValuestatic String
_TAG_MANIFEST
Tag of Element Manifeststatic String
_TAG_METHODS
Tag of Element Methodsstatic String
_TAG_MGMTDATA
Tag of Element MgmtDatastatic String
_TAG_MODULUS
Tag of Element Modulusstatic String
_TAG_OBJECT
Tag of Element Objectstatic String
_TAG_P
Tag of Element Pstatic String
_TAG_PGENCOUNTER
Tag of Element PgenCounterstatic String
_TAG_PGPDATA
Tag of Element PGPDatastatic String
_TAG_PGPKEYID
Tag of Element PGPKeyIDstatic String
_TAG_PGPKEYPACKET
Tag of Element PGPKeyPacketstatic String
_TAG_Q
Tag of Element Qstatic String
_TAG_RAWX509CERTIFICATE
Tag of Element rawX509Certificatestatic String
_TAG_REFERENCE
Tag of Element Referencestatic String
_TAG_RETRIEVALMETHOD
Tag of Element RetrievalMethodstatic String
_TAG_RSAKEYVALUE
Tag of Element RSAKeyValuestatic String
_TAG_SEED
Tag of Element Seedstatic String
_TAG_SIGNATURE
Tag of Element Signaturestatic String
_TAG_SIGNATUREMETHOD
Tag of Element SignatureMethodstatic String
_TAG_SIGNATUREPROPERTIES
Tag of Element SignaturePropertiesstatic String
_TAG_SIGNATUREPROPERTY
Tag of Element SignaturePropertystatic String
_TAG_SIGNATUREVALUE
Tag of Element SignatureValuestatic String
_TAG_SIGNEDINFO
Tag of Element SignedInfostatic String
_TAG_SPKIDATA
Tag of Element SPKIDatastatic String
_TAG_SPKISEXP
Tag of Element SPKISexpstatic String
_TAG_TRANSFORM
Tag of Element Transformstatic String
_TAG_TRANSFORMS
Tag of Element Transformsstatic String
_TAG_X509CERTIFICATE
Tag of Element X509Certificatestatic String
_TAG_X509CRL
Tag of Element X509CRLstatic String
_TAG_X509DATA
Tag of Element X509Datastatic String
_TAG_X509DIGEST
Tag of Element PGPKeyPacketstatic String
_TAG_X509ISSUERNAME
Tag of Element X509IssuerNamestatic String
_TAG_X509ISSUERSERIAL
Tag of Element X509IssuerSerialstatic String
_TAG_X509SERIALNUMBER
Tag of Element X509SerialNumberstatic String
_TAG_X509SKI
Tag of Element X509SKIstatic String
_TAG_X509SUBJECTNAME
Tag of Element X509SubjectNamestatic String
_TAG_XPATH
Tag of Element XPathstatic String
_TAG_Y
Tag of Element Ystatic String
ALGO_ID_DIGEST_SHA1
Digest - Required SHA1static String
ALGO_ID_SIGNATURE_ECDSA_CERTICOM
static String
configurationFile
Field configurationFilestatic String
configurationFileNew
Field configurationFileNewstatic String
exceptionMessagesResourceBundleBase
Field exceptionMessagesResourceBundleBase is the location of theResourceBundle
static String
exceptionMessagesResourceBundleDir
Field exceptionMessagesResourceBundleDirstatic String
MoreAlgorithmsSpecNS
The URL for more algorithmsstatic String
NamespaceSpecNS
The URI for XMLNS specstatic String
SignatureSpec11NS
The namespace of the XML Signature specificationstatic String
SIGNATURESPECIFICATION_URL
The URL of the XML Signature specificationstatic String
SignatureSpecNS
The namespace of the XML Signature specificationstatic String
XML_DSIG_NS_MORE_07_05
The (newer) URL for more algorithmsstatic String
XML_LANG_SPACE_SpecNS
The URI for XML spec
-
-
-
Field Detail
-
configurationFile
public static final String configurationFile
Field configurationFile- See Also:
- Constant Field Values
-
configurationFileNew
public static final String configurationFileNew
Field configurationFileNew- See Also:
- Constant Field Values
-
exceptionMessagesResourceBundleDir
public static final String exceptionMessagesResourceBundleDir
Field exceptionMessagesResourceBundleDir- See Also:
- Constant Field Values
-
exceptionMessagesResourceBundleBase
public static final String exceptionMessagesResourceBundleBase
Field exceptionMessagesResourceBundleBase is the location of theResourceBundle
- See Also:
- Constant Field Values
-
SIGNATURESPECIFICATION_URL
public static final String SIGNATURESPECIFICATION_URL
The URL of the XML Signature specification- See Also:
- Constant Field Values
-
SignatureSpecNS
public static final String SignatureSpecNS
The namespace of the XML Signature specification- See Also:
- Constant Field Values
-
SignatureSpec11NS
public static final String SignatureSpec11NS
The namespace of the XML Signature specification- See Also:
- Constant Field Values
-
MoreAlgorithmsSpecNS
public static final String MoreAlgorithmsSpecNS
The URL for more algorithms- See Also:
- Constant Field Values
-
XML_DSIG_NS_MORE_07_05
public static final String XML_DSIG_NS_MORE_07_05
The (newer) URL for more algorithms- See Also:
- Constant Field Values
-
XML_LANG_SPACE_SpecNS
public static final String XML_LANG_SPACE_SpecNS
The URI for XML spec- See Also:
- Constant Field Values
-
NamespaceSpecNS
public static final String NamespaceSpecNS
The URI for XMLNS spec- See Also:
- Constant Field Values
-
_ATT_ALGORITHM
public static final String _ATT_ALGORITHM
Tag of Attr Algorithm- See Also:
- Constant Field Values
-
_ATT_URI
public static final String _ATT_URI
Tag of Attr URI- See Also:
- Constant Field Values
-
_ATT_TYPE
public static final String _ATT_TYPE
Tag of Attr Type- See Also:
- Constant Field Values
-
_ATT_ID
public static final String _ATT_ID
Tag of Attr Id- See Also:
- Constant Field Values
-
_ATT_MIMETYPE
public static final String _ATT_MIMETYPE
Tag of Attr MimeType- See Also:
- Constant Field Values
-
_ATT_ENCODING
public static final String _ATT_ENCODING
Tag of Attr Encoding- See Also:
- Constant Field Values
-
_ATT_TARGET
public static final String _ATT_TARGET
Tag of Attr Target- See Also:
- Constant Field Values
-
_TAG_CANONICALIZATIONMETHOD
public static final String _TAG_CANONICALIZATIONMETHOD
Tag of Element CanonicalizationMethod- See Also:
- Constant Field Values
-
_TAG_DIGESTMETHOD
public static final String _TAG_DIGESTMETHOD
Tag of Element DigestMethod- See Also:
- Constant Field Values
-
_TAG_DIGESTVALUE
public static final String _TAG_DIGESTVALUE
Tag of Element DigestValue- See Also:
- Constant Field Values
-
_TAG_MANIFEST
public static final String _TAG_MANIFEST
Tag of Element Manifest- See Also:
- Constant Field Values
-
_TAG_METHODS
public static final String _TAG_METHODS
Tag of Element Methods- See Also:
- Constant Field Values
-
_TAG_OBJECT
public static final String _TAG_OBJECT
Tag of Element Object- See Also:
- Constant Field Values
-
_TAG_REFERENCE
public static final String _TAG_REFERENCE
Tag of Element Reference- See Also:
- Constant Field Values
-
_TAG_SIGNATURE
public static final String _TAG_SIGNATURE
Tag of Element Signature- See Also:
- Constant Field Values
-
_TAG_SIGNATUREMETHOD
public static final String _TAG_SIGNATUREMETHOD
Tag of Element SignatureMethod- See Also:
- Constant Field Values
-
_TAG_HMACOUTPUTLENGTH
public static final String _TAG_HMACOUTPUTLENGTH
Tag of Element HMACOutputLength- See Also:
- Constant Field Values
-
_TAG_SIGNATUREPROPERTIES
public static final String _TAG_SIGNATUREPROPERTIES
Tag of Element SignatureProperties- See Also:
- Constant Field Values
-
_TAG_SIGNATUREPROPERTY
public static final String _TAG_SIGNATUREPROPERTY
Tag of Element SignatureProperty- See Also:
- Constant Field Values
-
_TAG_SIGNATUREVALUE
public static final String _TAG_SIGNATUREVALUE
Tag of Element SignatureValue- See Also:
- Constant Field Values
-
_TAG_SIGNEDINFO
public static final String _TAG_SIGNEDINFO
Tag of Element SignedInfo- See Also:
- Constant Field Values
-
_TAG_TRANSFORM
public static final String _TAG_TRANSFORM
Tag of Element Transform- See Also:
- Constant Field Values
-
_TAG_TRANSFORMS
public static final String _TAG_TRANSFORMS
Tag of Element Transforms- See Also:
- Constant Field Values
-
_TAG_XPATH
public static final String _TAG_XPATH
Tag of Element XPath- See Also:
- Constant Field Values
-
_TAG_KEYINFO
public static final String _TAG_KEYINFO
Tag of Element KeyInfo- See Also:
- Constant Field Values
-
_TAG_KEYNAME
public static final String _TAG_KEYNAME
Tag of Element KeyName- See Also:
- Constant Field Values
-
_TAG_KEYVALUE
public static final String _TAG_KEYVALUE
Tag of Element KeyValue- See Also:
- Constant Field Values
-
_TAG_RETRIEVALMETHOD
public static final String _TAG_RETRIEVALMETHOD
Tag of Element RetrievalMethod- See Also:
- Constant Field Values
-
_TAG_X509DATA
public static final String _TAG_X509DATA
Tag of Element X509Data- See Also:
- Constant Field Values
-
_TAG_PGPDATA
public static final String _TAG_PGPDATA
Tag of Element PGPData- See Also:
- Constant Field Values
-
_TAG_SPKIDATA
public static final String _TAG_SPKIDATA
Tag of Element SPKIData- See Also:
- Constant Field Values
-
_TAG_MGMTDATA
public static final String _TAG_MGMTDATA
Tag of Element MgmtData- See Also:
- Constant Field Values
-
_TAG_RSAKEYVALUE
public static final String _TAG_RSAKEYVALUE
Tag of Element RSAKeyValue- See Also:
- Constant Field Values
-
_TAG_EXPONENT
public static final String _TAG_EXPONENT
Tag of Element Exponent- See Also:
- Constant Field Values
-
_TAG_MODULUS
public static final String _TAG_MODULUS
Tag of Element Modulus- See Also:
- Constant Field Values
-
_TAG_DSAKEYVALUE
public static final String _TAG_DSAKEYVALUE
Tag of Element DSAKeyValue- See Also:
- Constant Field Values
-
_TAG_P
public static final String _TAG_P
Tag of Element P- See Also:
- Constant Field Values
-
_TAG_Q
public static final String _TAG_Q
Tag of Element Q- See Also:
- Constant Field Values
-
_TAG_G
public static final String _TAG_G
Tag of Element G- See Also:
- Constant Field Values
-
_TAG_Y
public static final String _TAG_Y
Tag of Element Y- See Also:
- Constant Field Values
-
_TAG_J
public static final String _TAG_J
Tag of Element J- See Also:
- Constant Field Values
-
_TAG_SEED
public static final String _TAG_SEED
Tag of Element Seed- See Also:
- Constant Field Values
-
_TAG_PGENCOUNTER
public static final String _TAG_PGENCOUNTER
Tag of Element PgenCounter- See Also:
- Constant Field Values
-
_TAG_RAWX509CERTIFICATE
public static final String _TAG_RAWX509CERTIFICATE
Tag of Element rawX509Certificate- See Also:
- Constant Field Values
-
_TAG_X509ISSUERSERIAL
public static final String _TAG_X509ISSUERSERIAL
Tag of Element X509IssuerSerial- See Also:
- Constant Field Values
-
_TAG_X509SKI
public static final String _TAG_X509SKI
Tag of Element X509SKI- See Also:
- Constant Field Values
-
_TAG_X509SUBJECTNAME
public static final String _TAG_X509SUBJECTNAME
Tag of Element X509SubjectName- See Also:
- Constant Field Values
-
_TAG_X509CERTIFICATE
public static final String _TAG_X509CERTIFICATE
Tag of Element X509Certificate- See Also:
- Constant Field Values
-
_TAG_X509CRL
public static final String _TAG_X509CRL
Tag of Element X509CRL- See Also:
- Constant Field Values
-
_TAG_X509ISSUERNAME
public static final String _TAG_X509ISSUERNAME
Tag of Element X509IssuerName- See Also:
- Constant Field Values
-
_TAG_X509SERIALNUMBER
public static final String _TAG_X509SERIALNUMBER
Tag of Element X509SerialNumber- See Also:
- Constant Field Values
-
_TAG_PGPKEYID
public static final String _TAG_PGPKEYID
Tag of Element PGPKeyID- See Also:
- Constant Field Values
-
_TAG_PGPKEYPACKET
public static final String _TAG_PGPKEYPACKET
Tag of Element PGPKeyPacket- See Also:
- Constant Field Values
-
_TAG_DERENCODEDKEYVALUE
public static final String _TAG_DERENCODEDKEYVALUE
Tag of Element PGPKeyPacket- See Also:
- Constant Field Values
-
_TAG_KEYINFOREFERENCE
public static final String _TAG_KEYINFOREFERENCE
Tag of Element PGPKeyPacket- See Also:
- Constant Field Values
-
_TAG_X509DIGEST
public static final String _TAG_X509DIGEST
Tag of Element PGPKeyPacket- See Also:
- Constant Field Values
-
_TAG_SPKISEXP
public static final String _TAG_SPKISEXP
Tag of Element SPKISexp- See Also:
- Constant Field Values
-
ALGO_ID_DIGEST_SHA1
public static final String ALGO_ID_DIGEST_SHA1
Digest - Required SHA1- See Also:
- Constant Field Values
-
ALGO_ID_SIGNATURE_ECDSA_CERTICOM
public static final String ALGO_ID_SIGNATURE_ECDSA_CERTICOM
-
-