Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96793153
TestResultEncrypted.java
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 30, 21:58
Size
488 B
Mime Type
text/x-java
Expires
Wed, Jan 1, 21:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23227116
Attached To
R3229 Genome Privacy - SHCS App
TestResultEncrypted.java
View Options
package
framework.test
;
import
crypto.elgamal.fragment.FragmentEncrypted
;
public
class
TestResultEncrypted
{
private
FragmentEncrypted
genomic
;
private
FragmentEncrypted
clinical
;
public
TestResultEncrypted
(
FragmentEncrypted
resultGenomic
,
FragmentEncrypted
resultClinical
)
{
this
.
genomic
=
resultGenomic
;
this
.
clinical
=
resultClinical
;
}
public
FragmentEncrypted
getGenomic
()
{
return
genomic
;
}
public
FragmentEncrypted
getClinical
()
{
return
clinical
;
}
}
Event Timeline
Log In to Comment