Top Constructors Methods
com.sun.org.apache.xml.internal.security.keys.content.keyvalues

public Class DSAKeyValue

extends SignatureElementProxy
implements KeyValueContent
Class Inheritance
All Implemented Interfaces
com.sun.org.apache.xml.internal.security.keys.content.keyvalues.KeyValueContent
Imports
java.math.BigInteger, java.security.Key, .KeyFactory, .NoSuchAlgorithmException, .PublicKey, java.security.interfaces.DSAParams, .DSAPublicKey, java.security.spec.DSAPublicKeySpec, .InvalidKeySpecException, com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException, com.sun.org.apache.xml.internal.security.utils.Constants, .I18n, .SignatureElementProxy, org.w3c.dom.Document, .Element

Constructor Summary

AccessConstructor and Description
public
DSAKeyValue(Element element, String baseURI)

Constructor DSAKeyValue

public
DSAKeyValue(Document doc, BigInteger P, BigInteger Q, BigInteger G, BigInteger Y)

Constructor DSAKeyValue

public
DSAKeyValue(Document doc, Key key)

Constructor DSAKeyValue

Method Summary

Modifier and TypeMethod and Description
public String
getBaseLocalName()

Implements abstract com.sun.org.apache.xml.internal.security.utils.ElementProxy.getBaseLocalName.

Returns the localname of the Elements of the sub-class.

public PublicKey
Inherited from com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy:
getBaseNamespace

Constructor Detail

DSAKeyValueback to summary
public DSAKeyValue(Element element, String baseURI) throws XMLSecurityException

Constructor DSAKeyValue

DSAKeyValueback to summary
public DSAKeyValue(Document doc, BigInteger P, BigInteger Q, BigInteger G, BigInteger Y)

Constructor DSAKeyValue

DSAKeyValueback to summary
public DSAKeyValue(Document doc, Key key) throws IllegalArgumentException

Constructor DSAKeyValue

Method Detail

getBaseLocalNameback to summary
public String getBaseLocalName()

Implements abstract com.sun.org.apache.xml.internal.security.utils.ElementProxy.getBaseLocalName.

Doc from com.sun.org.apache.xml.internal.security.utils.ElementProxy.getBaseLocalName.

Returns the localname of the Elements of the sub-class.

Returns:String

the localname of the Elements of the sub-class.

Annotations
@Override
getPublicKeyback to summary
public PublicKey getPublicKey() throws XMLSecurityException

Implements com.sun.org.apache.xml.internal.security.keys.content.keyvalues.KeyValueContent.getPublicKey.

Doc from com.sun.org.apache.xml.internal.security.keys.content.keyvalues.KeyValueContent.getPublicKey.

Method getPublicKey

Returns:PublicKey

the public key

Annotations
@Override