XML Security, 1.6

com.ibm.xml.crypto.dsig.dom
Class XMLStructureImpl

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
All Implemented Interfaces:
XMLStructure
Direct Known Subclasses:
AlgorithmMethodImpl, KeyInfoImpl, KeyNameImpl, KeyValueImpl, ManifestImpl, ObjectImpl, PGPDataImpl, SignaturePropertiesImpl, SignaturePropertyImpl, SignedInfoImpl, URIReferenceImpl, X509DataImpl, X509IssuerSerialImpl, XMLSignatureImpl, XMLSignatureImpl.SignatureValueImpl

 class XMLStructureImpl
extends java.lang.Object
implements XMLStructure

$Id: XMLStructureImpl.java,v 1.6 2004/04/28 04:28:01 kent Exp $


Field Summary
protected  AlgorithmFactory afactory
           
 
Constructor Summary
XMLStructureImpl(AlgorithmFactory f)
           
 
Method Summary
 boolean isFeatureSupported(java.lang.String feature)
          Indicates whether a specified feature is supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

afactory

protected AlgorithmFactory afactory
Constructor Detail

XMLStructureImpl

XMLStructureImpl(AlgorithmFactory f)
Method Detail

isFeatureSupported

public boolean isFeatureSupported(java.lang.String feature)
Description copied from interface: XMLStructure
Indicates whether a specified feature is supported.

Specified by:
isFeatureSupported in interface XMLStructure
Parameters:
feature - the feature name (as an absolute URI)
Returns:
true if the specified feature is supported, false otherwise

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.