com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class DSAKeyValue

java.lang.Object
  extended by com.sun.xml.security.core.dsig.DSAKeyValueType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.DSAKeyValue

public class DSAKeyValue
extends DSAKeyValueType

Author:
Abhijit Das

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.DSAKeyValueType
g, j, p, pgenCounter, q, seed, y
 
Constructor Summary
DSAKeyValue()
          Creates a new instance of DSAKeyValue
 
Method Summary
 
Methods inherited from class com.sun.xml.security.core.dsig.DSAKeyValueType
getG, getJ, getP, getPgenCounter, getQ, getSeed, getY, setG, setJ, setP, setPgenCounter, setQ, setSeed, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAKeyValue

public DSAKeyValue()
Creates a new instance of DSAKeyValue



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.