com.adobe.livecycle.signatures.client.spi.types
Class DSAKeyValueType

java.lang.Object
  extended by com.adobe.livecycle.signatures.client.spi.types.DSAKeyValueType
All Implemented Interfaces:
java.io.Serializable

public class DSAKeyValueType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DSAKeyValueType()
           
DSAKeyValueType(byte[] p, byte[] q, byte[] g, byte[] y, byte[] j, byte[] seed, byte[] pgenCounter)
           
 
Method Summary
 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.
 byte[] getY()
          Gets the y value for this DSAKeyValueType.
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAKeyValueType

public DSAKeyValueType()

DSAKeyValueType

public DSAKeyValueType(byte[] p,
                       byte[] q,
                       byte[] g,
                       byte[] y,
                       byte[] j,
                       byte[] seed,
                       byte[] pgenCounter)
Method Detail

getP

public byte[] getP()
Gets the p value for this DSAKeyValueType.

Returns:
p

setP

public void setP(byte[] p)
Sets the p value for this DSAKeyValueType.

Parameters:
p -

getQ

public byte[] getQ()
Gets the q value for this DSAKeyValueType.

Returns:
q

setQ

public void setQ(byte[] q)
Sets the q value for this DSAKeyValueType.

Parameters:
q -

getG

public byte[] getG()
Gets the g value for this DSAKeyValueType.

Returns:
g

setG

public void setG(byte[] g)
Sets the g value for this DSAKeyValueType.

Parameters:
g -

getY

public byte[] getY()
Gets the y value for this DSAKeyValueType.

Returns:
y

setY

public void setY(byte[] y)
Sets the y value for this DSAKeyValueType.

Parameters:
y -

getJ

public byte[] getJ()
Gets the j value for this DSAKeyValueType.

Returns:
j

setJ

public void setJ(byte[] j)
Sets the j value for this DSAKeyValueType.

Parameters:
j -

getSeed

public byte[] getSeed()
Gets the seed value for this DSAKeyValueType.

Returns:
seed

setSeed

public void setSeed(byte[] seed)
Sets the seed value for this DSAKeyValueType.

Parameters:
seed -

getPgenCounter

public byte[] getPgenCounter()
Gets the pgenCounter value for this DSAKeyValueType.

Returns:
pgenCounter

setPgenCounter

public void setPgenCounter(byte[] pgenCounter)
Sets the pgenCounter value for this DSAKeyValueType.

Parameters:
pgenCounter -


[an error occurred while processing this directive] [an error occurred while processing this directive]