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

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

public class RetekPublicKeyVo
extends java.lang.Object
implements ValueObject

See Also:
Serialized Form

Constructor Summary
RetekPublicKeyVo()
           
 
Method Summary
 java.lang.String getKeyId()
           
 java.security.PublicKey getPublicKey()
           
 void setKeyId(java.lang.String keyId)
           
 void setPublicKey(java.security.PublicKey publickey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetekPublicKeyVo

public RetekPublicKeyVo()
Method Detail

getKeyId

public java.lang.String getKeyId()

setKeyId

public void setKeyId(java.lang.String keyId)

getPublicKey

public java.security.PublicKey getPublicKey()

setPublicKey

public void setPublicKey(java.security.PublicKey publickey)