org.idoox.xml.security
Class KeyValueContent

java.lang.Object
  extended byorg.idoox.xml.security.KeyContent
      extended byorg.idoox.xml.security.KeyValueContent

public abstract class KeyValueContent
extends KeyContent

This is base class for all KeyContents, that lie under KeyValue element. This interface contains no methods or constants. It provides grouping (type safety) KeyContents subclasses. The implemented classes are RSAKeyContent and DSAKeyContent.

Component:
Security-Providers

Field Summary
 
Fields inherited from class org.idoox.xml.security.KeyContent
ALL_KEYCONTENTS, contentData, DSA_KEYCONTENT, LICENSE_LOCATION_DEFFAULT_DOCUMENT, LICENSE_LOCATION_KEYCONTENT, LICENSE_LOCATION_URI, NO_CHECK_TRUSTED_CERTIFICATE, qname, RSA_KEYCONTENT, X509CERTIFICATE_KEYCONTENT
 
Constructor Summary
KeyValueContent()
           
 
Methods inherited from class org.idoox.xml.security.KeyContent
construct, construct, getContentData, getName, getPublicKey, newInstance, setContentData, toCanonicalXMLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueContent

public KeyValueContent()