Enum XMLDSigElement
- All Implemented Interfaces:
DSSElement
,Serializable
,Comparable<XMLDSigElement>
XMLDSig elements
-
Enum Constant Summary
Enum ConstantDescriptionCanonicalizationMethodDigestMethodDigestValueDSAKeyValueExponentGHMACOutputLengthJKeyInfoKeyNameKeyValueManifestMgmtDataModulusObjectPPgenCounterPGPDataPGPKeyIDPGPKeyPacketQReferenceRetrievalMethodRSAKeyValueSeedSignatureSignatureMethodSignaturePropertiesSignaturePropertySignatureValueSignedInfoSPKIDataSPKISexpTransformTransformsX509CertificateX509CRLX509DataX509IssuerNameX509IssuerSerialX509SerialNumberX509SKIX509SubjectNameXPathY -
Method Summary
Modifier and TypeMethodDescriptionReturns the namespaceReturns element tag namegetURI()
Returns namespace URIboolean
isSameTagName
(String value) Checks if the tag name matches to the current elementstatic XMLDSigElement
Returns the enum constant of this type with the specified name.static XMLDSigElement[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CANONICALIZATION_METHOD
CanonicalizationMethod -
DIGEST_METHOD
DigestMethod -
DIGEST_VALUE
DigestValue -
DSA_KEY_VALUE
DSAKeyValue -
EXPONENT
Exponent -
G
G -
HMAC_OUTPUT_LENGTH
HMACOutputLength -
J
J -
KEY_INFO
KeyInfo -
KEY_NAME
KeyName -
KEY_VALUE
KeyValue -
MANIFEST
Manifest -
MGMT_DATA
MgmtData -
MODULUS
Modulus -
OBJECT
Object -
P
P -
PGEN_COUNTER
PgenCounter -
PGP_DATA
PGPData -
PGP_KEY_ID
PGPKeyID -
PGP_KEY_PACKET
PGPKeyPacket -
Q
Q -
REFERENCE
Reference -
RETRIEVAL_METHOD
RetrievalMethod -
RSA_KEY_VALUE
RSAKeyValue -
SEED
Seed -
SIGNATURE
Signature -
SIGNATURE_METHOD
SignatureMethod -
SIGNATURE_PROPERTIES
SignatureProperties -
SIGNATURE_PROPERTY
SignatureProperty -
SIGNATURE_VALUE
SignatureValue -
SIGNED_INFO
SignedInfo -
SPKI_DATA
SPKIData -
SPKI_SEXP
SPKISexp -
TRANSFORM
Transform -
TRANSFORMS
Transforms -
X509_CERTIFICATE
X509Certificate -
X509_CRL
X509CRL -
X509_DATA
X509Data -
X509_ISSUER_NAME
X509IssuerName -
X509_ISSUER_SERIAL
X509IssuerSerial -
X509_SERIAL_NUMBER
X509SerialNumber -
X509_SKI
X509SKI -
X509_SUBJECT_NAME
X509SubjectName -
XPATH
XPath -
Y
Y
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNamespace
Description copied from interface:DSSElement
Returns the namespace- Specified by:
getNamespace
in interfaceDSSElement
- Returns:
DSSNamespace
-
getTagName
Description copied from interface:DSSElement
Returns element tag name- Specified by:
getTagName
in interfaceDSSElement
- Returns:
String
element tag name
-
getURI
Description copied from interface:DSSElement
Returns namespace URI- Specified by:
getURI
in interfaceDSSElement
- Returns:
String
uri
-
isSameTagName
Description copied from interface:DSSElement
Checks if the tag name matches to the current element- Specified by:
isSameTagName
in interfaceDSSElement
- Parameters:
value
-String
element name to compare- Returns:
- TRUE if the value matches, FALSE otherwise
-