Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97543860
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
Sun, Jan 5, 03:23
Size
488 B
Mime Type
text/x-java
Expires
Tue, Jan 7, 03:23 (2 d)
Engine
blob
Format
Raw Data
Handle
23424153
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