com.retek.rsm.app.security.service
Class PublicKeyEncryptionStrategyVo
java.lang.Object
|
+--com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicKeyEncryptionStrategyVo
public PublicKeyEncryptionStrategyVo()
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)