API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMKeyInfoFactory View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      KeyInfoFactory
          DOMKeyInfoFactory
Implements
Subclasses
Description
publicfinal class DOMKeyInfoFactory
DOM-based implementation of KeyInfoFactory.
See also:   
Constructors
public DOMKeyInfoFactory ()
Methods
Hide/Show inherited methods
publicstatic KeyInfoFactory getInstance () [Inherited From KeyInfoFactory]
  Returns a KeyInfoFactory that supports the default XML processing mechanism and representation type ("DOM").
publicstatic KeyInfoFactory getInstance (String mechanismType) [Inherited From KeyInfoFactory]
  Returns a KeyInfoFactory that supports the specified XML processing mechanism and representation type (ex: "DOM").
publicstatic KeyInfoFactory getInstance (String mechanismType, Provider provider) [Inherited From KeyInfoFactory]
  Returns a KeyInfoFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
publicstatic KeyInfoFactory getInstance (String mechanismType, String provider) throws NoSuchProviderException [Inherited From KeyInfoFactory]
  Returns a KeyInfoFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
publicfinal String getMechanismType () [Inherited From KeyInfoFactory]
  Returns the type of the XML processing mechanism and representation supported by this KeyInfoFactory (ex: "DOM")
publicfinal Provider getProvider () [Inherited From KeyInfoFactory]
  Returns the provider of this KeyInfoFactory.
public URIDereferencer getURIDereferencer () [Specified in KeyInfoFactory]
public boolean isFeatureSupported (String feature) [Specified in KeyInfoFactory]
public KeyInfo newKeyInfo (List content) [Specified in KeyInfoFactory]
public KeyInfo newKeyInfo (List content, String id) [Specified in KeyInfoFactory]
public KeyName newKeyName (String name) [Specified in KeyInfoFactory]
public KeyValue newKeyValue (PublicKey key) throws KeyException [Specified in KeyInfoFactory]
public PGPData newPGPData (byte[] keyId) [Specified in KeyInfoFactory]
public PGPData newPGPData (byte[] keyId, byte[] keyPacket, List other) [Specified in KeyInfoFactory]
public PGPData newPGPData (byte[] keyPacket, List other) [Specified in KeyInfoFactory]
public RetrievalMethod newRetrievalMethod (String uri) [Specified in KeyInfoFactory]
public RetrievalMethod newRetrievalMethod (String uri, String type, List transforms) [Specified in KeyInfoFactory]
public X509Data newX509Data (List content) [Specified in KeyInfoFactory]
public X509IssuerSerial newX509IssuerSerial (String issuerName, BigInteger serialNumber) [Specified in KeyInfoFactory]
public KeyInfo unmarshalKeyInfo (XMLStructure xmlStructure) throws MarshalException [Specified in KeyInfoFactory]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar