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