Quadcap Embeddable Database

com.quadcap.crypto.PublicKey Interface Reference

Inheritance diagram for com.quadcap.crypto.PublicKey:

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

Detailed Description

Public key interface.

In this model, encryption is performed using the public key (and signing, the equivalent operation), while decryption/verification are performed using the private key

Author:
Stan Bailes

Definition at line 50 of file PublicKey.java.

Public Member Functions

void init (String s)
String toString ()
String getText ()
void f (ByteBuffer plain, ByteBuffer code)


Member Function Documentation

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

Implements com.quadcap.crypto.Key.

Implemented in com.quadcap.crypto.RSAPublicKey.

String com.quadcap.crypto.PublicKey.getText  ) 
 

Implemented in com.quadcap.crypto.RSAPublicKey.

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

Implemented in com.quadcap.crypto.RSAPublicKey.

String com.quadcap.crypto.PublicKey.toString  ) 
 

Implemented in com.quadcap.crypto.RSAPublicKey.