Quadcap Embeddable Database

com.quadcap.crypto.PrivateKey Interface Reference

Inheritance diagram for com.quadcap.crypto.PrivateKey:

com.quadcap.crypto.Key com.quadcap.crypto.RSAPrivateKey List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 49 of file PrivateKey.java.

Public Member Functions

void init (String s)
void init (String text, int size, Random r)
String toString ()
void f (ByteBuffer code, ByteBuffer plain)
PublicKey getPublicKey ()


Member Function Documentation

void com.quadcap.crypto.PrivateKey.f ByteBuffer  code,
ByteBuffer  plain
 

Implements com.quadcap.crypto.Key.

Implemented in com.quadcap.crypto.RSAPrivateKey.

PublicKey com.quadcap.crypto.PrivateKey.getPublicKey  ) 
 

Implemented in com.quadcap.crypto.RSAPrivateKey.

void com.quadcap.crypto.PrivateKey.init String  text,
int  size,
Random  r
 

Implemented in com.quadcap.crypto.RSAPrivateKey.

void com.quadcap.crypto.PrivateKey.init String  s  ) 
 

Implemented in com.quadcap.crypto.RSAPrivateKey.

String com.quadcap.crypto.PrivateKey.toString  ) 
 

Implemented in com.quadcap.crypto.RSAPrivateKey.