com.retek.rsm.app.security.service
Class PublicKeyEncryptionStrategyVo

java.lang.Object
  extended bycom.retek.rsm.app.security.service.PublicKeyEncryptionStrategyVo
All Implemented Interfaces:
java.io.Serializable, ValueObject

public class PublicKeyEncryptionStrategyVo
extends java.lang.Object
implements ValueObject

See Also:
Serialized Form

Constructor Summary
PublicKeyEncryptionStrategyVo()
           
 
Method Summary
 java.lang.String getEncryptionAlgorithm()
           
 java.lang.String getJCEProviderClass()
           
 RetekPublicKeyVo getRetekPublicKey()
           
 void setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)
           
 void setJCEProviderClass(java.lang.String jceProviderClass)
           
 void setRetekPublicKey(RetekPublicKeyVo retekPublicKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicKeyEncryptionStrategyVo

public PublicKeyEncryptionStrategyVo()
Method Detail

getEncryptionAlgorithm

public java.lang.String getEncryptionAlgorithm()

getJCEProviderClass

public java.lang.String getJCEProviderClass()

getRetekPublicKey

public RetekPublicKeyVo getRetekPublicKey()

setEncryptionAlgorithm

public void setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)

setRetekPublicKey

public void setRetekPublicKey(RetekPublicKeyVo retekPublicKey)

setJCEProviderClass

public void setJCEProviderClass(java.lang.String jceProviderClass)