com.rsa.certj.xml.dsig

Class SigNodeNameList

java.lang.Object
  |
  +--com.rsa.certj.xml.dsig.SigNodeNameList

public class SigNodeNameList
extends Object

This class defines the attribute names and tag names of elements in an XML Signature.

Copyright © RSA Security Inc., 2001. All rights reserved.


Field Summary

static String

ALGORITHM_ATTR_NAME

The name of the Algorithm attribute.

static String

C14N_METHOD_ELE_NAME

The tag name of the CanonicalizationMethod element.

static String

DIGEST_METHOD_ELE_NAME

The tag name of the DigestMethod element.

static String

DIGEST_VALUE_ELE_NAME

The tag name of the DigestValue element.

static String

DSA_KEYVALUE_ELE_NAME

The tag name of the DSAKeyValue element.

static String

EXPONENT_ELE_NAME

The tag name of the Exponent element.

static String

HMAC_LENGTH_ELE_NAME

The name of the HMACOutputLength element tag name.

static String

ID_ATTR_NAME

The name of the Id attribute.

static String

KEYINFO_ELE_NAME

The tag name of the KeyInfo element.

static String

KEYVALUE_ELE_NAME

The tag name of the KeyValue element.

static String

MANIFEST_ELE_NAME

The tag name of the Manifest element.

static String

MODULUS_ELE_NAME

The tag name of the Modulus element.

static String

OBJECT_ELE_NAME

The tag name of the Object element.

static String

REFERENCE_ELE_NAME

The tag name of the Reference element.

static String

RETRIEVAL_METHOD_ELE_NAME

The tag name of the RetrievalMethod element.

static String

RSA_KEYVALUE_ELE_NAME

The tag name of the RSAKeyValue element.

static String

SIGNATURE_ELE_NAME

The tag name of the Signature element.

static String

SIGNATURE_METHOD_ELE_NAME

The tag name of the SignatureMethod element.

static String

SIGNATURE_PROPERTIES_ELE_NAME

The tag name of the SignatureProperties element.

static String

SIGNATURE_PROPERTY_ELE_NAME

The tag name of the SignatureProperty element.

static String

SIGNATURE_VALUE_ELE_NAME

The tag name of the SignatureValue element.

static String

SIGNEDINFO_ELE_NAME

The tag name of the SignedInfo element.

static String

TRANSFORM_ELE_NAME

The tag name of the Transform element.

static String

TRANSFORMS_ELE_NAME

The tag name of the Transforms element.

static String

TYPE_ATTR_NAME

The name of the Type attribute.

static String

URI_ATTR_NAME

The name of the URI attribute.

static String

X509CERTIFICATE_ELE_NAME

The tag name of the X509Certificate element.

static String

X509CRL_ELE_NAME

The tag name of the X509CRL element.

static String

X509DATA_ELE_NAME

The tag name of the X509Data element.

static String

X509ISSUER_NAME_ELE_NAME

The tag name of the X509IssuerName element.

static String

X509ISSUER_SERIAL_ELE_NAME

The tag name of the X509IssuerSerial element.

static String

X509SERIAL_NUMBER_ELE_NAME

The tag name of the X509SerialNumber element.

static String

X509SKI_ELE_NAME

The tag name of the X509SKI element.

static String

X509SUBJECT_NAME_ELE_NAME

The tag name of the X509SubjectName element.

static String

XMLNS_ATTR_NAME

The name of the xmlns attribute.

static String

XMLNS_PREFIX

The value of the xmlns prefix.

static String

XPATH_ELE_NAME

The tag name of the XPath element.

 

Constructor Summary

SigNodeNameList()

 

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNATURE_ELE_NAME

public static final String SIGNATURE_ELE_NAME
The tag name of the Signature element.

SIGNEDINFO_ELE_NAME

public static final String SIGNEDINFO_ELE_NAME
The tag name of the SignedInfo element.

SIGNATURE_METHOD_ELE_NAME

public static final String SIGNATURE_METHOD_ELE_NAME
The tag name of the SignatureMethod element.

SIGNATURE_VALUE_ELE_NAME

public static final String SIGNATURE_VALUE_ELE_NAME
The tag name of the SignatureValue element.

C14N_METHOD_ELE_NAME

public static final String C14N_METHOD_ELE_NAME
The tag name of the CanonicalizationMethod element.

REFERENCE_ELE_NAME

public static final String REFERENCE_ELE_NAME
The tag name of the Reference element.

OBJECT_ELE_NAME

public static final String OBJECT_ELE_NAME
The tag name of the Object element.

SIGNATURE_PROPERTIES_ELE_NAME

public static final String SIGNATURE_PROPERTIES_ELE_NAME
The tag name of the SignatureProperties element.

SIGNATURE_PROPERTY_ELE_NAME

public static final String SIGNATURE_PROPERTY_ELE_NAME
The tag name of the SignatureProperty element.

MANIFEST_ELE_NAME

public static final String MANIFEST_ELE_NAME
The tag name of the Manifest element.

DIGEST_METHOD_ELE_NAME

public static final String DIGEST_METHOD_ELE_NAME
The tag name of the DigestMethod element.

DIGEST_VALUE_ELE_NAME

public static final String DIGEST_VALUE_ELE_NAME
The tag name of the DigestValue element.

TRANSFORMS_ELE_NAME

public static final String TRANSFORMS_ELE_NAME
The tag name of the Transforms element.

TRANSFORM_ELE_NAME

public static final String TRANSFORM_ELE_NAME
The tag name of the Transform element.

KEYINFO_ELE_NAME

public static final String KEYINFO_ELE_NAME
The tag name of the KeyInfo element.

KEYVALUE_ELE_NAME

public static final String KEYVALUE_ELE_NAME
The tag name of the KeyValue element.

RETRIEVAL_METHOD_ELE_NAME

public static final String RETRIEVAL_METHOD_ELE_NAME
The tag name of the RetrievalMethod element.

X509DATA_ELE_NAME

public static final String X509DATA_ELE_NAME
The tag name of the X509Data element.

X509ISSUER_SERIAL_ELE_NAME

public static final String X509ISSUER_SERIAL_ELE_NAME
The tag name of the X509IssuerSerial element.

X509ISSUER_NAME_ELE_NAME

public static final String X509ISSUER_NAME_ELE_NAME
The tag name of the X509IssuerName element.

X509SUBJECT_NAME_ELE_NAME

public static final String X509SUBJECT_NAME_ELE_NAME
The tag name of the X509SubjectName element.

X509SERIAL_NUMBER_ELE_NAME

public static final String X509SERIAL_NUMBER_ELE_NAME
The tag name of the X509SerialNumber element.

X509SKI_ELE_NAME

public static final String X509SKI_ELE_NAME
The tag name of the X509SKI element.

X509CRL_ELE_NAME

public static final String X509CRL_ELE_NAME
The tag name of the X509CRL element.

X509CERTIFICATE_ELE_NAME

public static final String X509CERTIFICATE_ELE_NAME
The tag name of the X509Certificate element.

DSA_KEYVALUE_ELE_NAME

public static final String DSA_KEYVALUE_ELE_NAME
The tag name of the DSAKeyValue element.

RSA_KEYVALUE_ELE_NAME

public static final String RSA_KEYVALUE_ELE_NAME
The tag name of the RSAKeyValue element.

EXPONENT_ELE_NAME

public static final String EXPONENT_ELE_NAME
The tag name of the Exponent element.

MODULUS_ELE_NAME

public static final String MODULUS_ELE_NAME
The tag name of the Modulus element.

XPATH_ELE_NAME

public static final String XPATH_ELE_NAME
The tag name of the XPath element.

ID_ATTR_NAME

public static final String ID_ATTR_NAME
The name of the Id attribute.

ALGORITHM_ATTR_NAME

public static final String ALGORITHM_ATTR_NAME
The name of the Algorithm attribute.

URI_ATTR_NAME

public static final String URI_ATTR_NAME
The name of the URI attribute.

TYPE_ATTR_NAME

public static final String TYPE_ATTR_NAME
The name of the Type attribute.

XMLNS_ATTR_NAME

public static final String XMLNS_ATTR_NAME
The name of the xmlns attribute.

XMLNS_PREFIX

public static final String XMLNS_PREFIX
The value of the xmlns prefix.

HMAC_LENGTH_ELE_NAME

public static final String HMAC_LENGTH_ELE_NAME
The name of the HMACOutputLength element tag name.
Constructor Detail

SigNodeNameList

public SigNodeNameList()


RSA BSAFE ® Cert-J 2.1.1 001-047007-211-001-000