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

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

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

Represents the key value type.

See Also:
Serialized Form

Constructor Summary
KeyValueType()
          A constructor that creates a KeyValueType object.
KeyValueType(DSAKeyValueType DSAKeyValue, RSAKeyValueType RSAKeyValue)
          A constructor that creates a KeyValueType object.
 
Method Summary
 DSAKeyValueType getDSAKeyValue()
          Retrieves the DSA Key value for this key.
 RSAKeyValueType getRSAKeyValue()
          Gets the RSA key value.
 void setDSAKeyValue(DSAKeyValueType DSAKeyValue)
          Sets the DSA Key value for this key.
 void setRSAKeyValue(RSAKeyValueType RSAKeyValue)
          Gets the RSA key value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueType

public KeyValueType()
A constructor that creates a KeyValueType object.


KeyValueType

public KeyValueType(DSAKeyValueType DSAKeyValue,
                    RSAKeyValueType RSAKeyValue)
A constructor that creates a KeyValueType object.

Parameters:
DSAKeyValue - A DSAKeyValueType object that represents the DSA key value.
RSAKeyValue - A RSAKeyValueType object that represents the RSA key value.
Method Detail

getDSAKeyValue

public DSAKeyValueType getDSAKeyValue()
Retrieves the DSA Key value for this key.

Returns:
DSAKeyValue A DSAKeyValueType object that represents the DSA key value for this key.

setDSAKeyValue

public void setDSAKeyValue(DSAKeyValueType DSAKeyValue)
Sets the DSA Key value for this key.

Parameters:
DSAKeyValue - A DSAKeyValueType object that represents the DSA key value for this key.

getRSAKeyValue

public RSAKeyValueType getRSAKeyValue()
Gets the RSA key value.

Returns:
A RSAKeyValueType object that represents the RSA key value.

setRSAKeyValue

public void setRSAKeyValue(RSAKeyValueType RSAKeyValue)
Gets the RSA key value.

Parameters:
RSAKeyValue - A RSAKeyValueType object that represents the RSA key value.


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