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

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

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

See Also:
Serialized Form

Constructor Summary
RSAKeyValueType()
           
RSAKeyValueType(byte[] modulus, byte[] exponent)
           
 
Method Summary
 byte[] getExponent()
          Gets the exponent value for this RSAKeyValueType.
 byte[] getModulus()
          Gets the modulus value for this RSAKeyValueType.
 void setExponent(byte[] exponent)
          Sets the exponent value for this RSAKeyValueType.
 void setModulus(byte[] modulus)
          Sets the modulus value for this RSAKeyValueType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAKeyValueType

public RSAKeyValueType()

RSAKeyValueType

public RSAKeyValueType(byte[] modulus,
                       byte[] exponent)
Method Detail

getModulus

public byte[] getModulus()
Gets the modulus value for this RSAKeyValueType.

Returns:
modulus

setModulus

public void setModulus(byte[] modulus)
Sets the modulus value for this RSAKeyValueType.

Parameters:
modulus -

getExponent

public byte[] getExponent()
Gets the exponent value for this RSAKeyValueType.

Returns:
exponent

setExponent

public void setExponent(byte[] exponent)
Sets the exponent value for this RSAKeyValueType.

Parameters:
exponent -


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