public class DSAKeyValueType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DSAKeyValueType() |
DSAKeyValueType(byte[] p,
byte[] q,
byte[] g,
byte[] y,
byte[] j,
byte[] seed,
byte[] pgenCounter) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DSAKeyValueType()
public DSAKeyValueType(byte[] p,
byte[] q,
byte[] g,
byte[] y,
byte[] j,
byte[] seed,
byte[] pgenCounter)
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)
Copyright © 2025. All rights reserved.