|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3.www._2000._09.xmldsig.DSAKeyValueType
public class DSAKeyValueType
Constructor Summary | |
---|---|
DSAKeyValueType()
|
|
DSAKeyValueType(byte[] p,
byte[] q,
byte[] g,
byte[] y,
byte[] j,
byte[] seed,
byte[] pgenCounter)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
byte[] |
getG()
Gets the g value for this DSAKeyValueType. |
byte[] |
getJ()
Gets the j value for this DSAKeyValueType. |
byte[] |
getP()
Gets the p value for this DSAKeyValueType. |
byte[] |
getPgenCounter()
Gets the pgenCounter value for this DSAKeyValueType. |
byte[] |
getQ()
Gets the q value for this DSAKeyValueType. |
byte[] |
getSeed()
Gets the seed value for this DSAKeyValueType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
byte[] |
getY()
Gets the y value for this DSAKeyValueType. |
int |
hashCode()
|
void |
setG(byte[] g)
Sets the g value for this DSAKeyValueType. |
void |
setJ(byte[] j)
Sets the j value for this DSAKeyValueType. |
void |
setP(byte[] p)
Sets the p value for this DSAKeyValueType. |
void |
setPgenCounter(byte[] pgenCounter)
Sets the pgenCounter value for this DSAKeyValueType. |
void |
setQ(byte[] q)
Sets the q value for this DSAKeyValueType. |
void |
setSeed(byte[] seed)
Sets the seed value for this DSAKeyValueType. |
void |
setY(byte[] y)
Sets the y value for this DSAKeyValueType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSAKeyValueType()
public DSAKeyValueType(byte[] p, byte[] q, byte[] g, byte[] y, byte[] j, byte[] seed, byte[] pgenCounter)
Method Detail |
---|
public byte[] getP()
public void setP(byte[] p)
p
- public byte[] getQ()
public void setQ(byte[] q)
q
- public byte[] getG()
public void setG(byte[] g)
g
- public byte[] getY()
public void setY(byte[] y)
y
- public byte[] getJ()
public void setJ(byte[] j)
j
- public byte[] getSeed()
public void setSeed(byte[] seed)
seed
- public byte[] getPgenCounter()
public void setPgenCounter(byte[] pgenCounter)
pgenCounter
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |