com.retek.rsm.domain.security.bo
Class PublicKeyEncryptionStrategy

java.lang.Object
  extended bycom.retek.rsm.domain.security.bo.PublicKeyEncryptionStrategy

public class PublicKeyEncryptionStrategy
extends java.lang.Object


Constructor Summary
PublicKeyEncryptionStrategy()
           
 
Method Summary
 java.lang.String getEncryptionAlgorithm()
           
 java.lang.String getJCEProviderClass()
           
 java.lang.String getKeyId()
           
 java.security.PublicKey getPublicKey()
           
 void setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)
           
 void setJCEProviderClass(java.lang.String jceProviderClass)
           
 void setKeyId(java.lang.String keyId)
           
 void setPublicKey(java.security.PublicKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicKeyEncryptionStrategy

public PublicKeyEncryptionStrategy()
Method Detail

getPublicKey

public java.security.PublicKey getPublicKey()

setPublicKey

public void setPublicKey(java.security.PublicKey key)

getKeyId

public java.lang.String getKeyId()

setKeyId

public void setKeyId(java.lang.String keyId)

getEncryptionAlgorithm

public java.lang.String getEncryptionAlgorithm()

setEncryptionAlgorithm

public void setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)

setJCEProviderClass

public void setJCEProviderClass(java.lang.String jceProviderClass)

getJCEProviderClass

public java.lang.String getJCEProviderClass()