Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97871452
SchemeInterface.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
Tue, Jan 7, 00:36
Size
255 B
Mime Type
text/x-java
Expires
Thu, Jan 9, 00:36 (2 d)
Engine
blob
Format
Raw Data
Handle
23424821
Attached To
R3229 Genome Privacy - SHCS App
SchemeInterface.java
View Options
package
crypto.elgamal
;
import
java.math.BigInteger
;
public
interface
SchemeInterface
{
public
BigInteger
[]
encrypt
(
BigInteger
plain
);
public
BigInteger
decrypt
(
BigInteger
[]
cipher
);
public
BigInteger
[]
proxyDecription
(
BigInteger
[]
cipher
);
}
Event Timeline
Log In to Comment